browserstack-node-sdk 1.32.6 → 1.32.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/templates/azureresources/akscluster.json +57 -3
- package/ats/src/templates/azureresources/storageaccount.json +8 -8
- 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/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.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/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -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/globals.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
|
|
1
|
+
const a8_0x548d1e=a8_0x241d;(function(_0x161ff9,_0x27296f){const _0x2cfdb6=a8_0x241d,_0x5bfb5b=_0x161ff9();while(!![]){try{const _0x12c7e5=-parseInt(_0x2cfdb6(0xb5))/0x1*(parseInt(_0x2cfdb6(0x9d))/0x2)+parseInt(_0x2cfdb6(0x94))/0x3+-parseInt(_0x2cfdb6(0xa3))/0x4*(-parseInt(_0x2cfdb6(0xa9))/0x5)+parseInt(_0x2cfdb6(0x96))/0x6*(-parseInt(_0x2cfdb6(0xac))/0x7)+parseInt(_0x2cfdb6(0xc1))/0x8+parseInt(_0x2cfdb6(0xae))/0x9*(parseInt(_0x2cfdb6(0x99))/0xa)+-parseInt(_0x2cfdb6(0xc4))/0xb*(-parseInt(_0x2cfdb6(0xa0))/0xc);if(_0x12c7e5===_0x27296f)break;else _0x5bfb5b['push'](_0x5bfb5b['shift']());}catch(_0x19587f){_0x5bfb5b['push'](_0x5bfb5b['shift']());}}}(a8_0x15ca,0x531c5));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require('../../helpers/helper'),setKeepAlive=require(a8_0x548d1e(0x93)),cucumberModule=requireModule(a8_0x548d1e(0xbb)),logger=require(a8_0x548d1e(0xa8))[a8_0x548d1e(0x98)];modifyCommand(),setKeepAlive();const Before=cucumberModule[a8_0x548d1e(0xcb)],After=cucumberModule[a8_0x548d1e(0xbf)],configuration=process[a8_0x548d1e(0xa1)][a8_0x548d1e(0xba)];function a8_0x15ca(){const _0x391568=['JyijP','name','3572616czloMS','env','parse','32emWEmL','setDefaultTimeout','passed','__platformCaps','skipSessionName','../../helpers/logger','396110aJEihx','Inside\x20browserstack\x20Before','browserstackAgentV2','182tRJGJP','uTkNM','1728AZFlqg','../../index','MnQxW','result','BssDS','platformCaps','__error_messages__','5443rvIKOq','status','pickle','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','axyfJ','CONFIG','cucumber/lib/index.js','JKsna','Error:\x20setting\x20status\x20at\x20After:\x20','tackp','After','then','1026272TcsbXx','executeScript','bstack','11fbrUls','__skipSessionStatus','AgpUu','__timeout','initQuit','skipSessionStatus','timeout','Before','../../helpers/setKeepAlive','520290CBzoIm','toLowerCase','128532hGoNWB','session_','winstonLogger','13410iTMNTc','debug','__skipSessionName','kphZI','218zaOEHI'];a8_0x15ca=function(){return _0x391568;};return a8_0x15ca();}if(configuration!==undefined){const config=JSON[a8_0x548d1e(0xa2)](configuration);isTrue(config[a8_0x548d1e(0xa7)])&&(global[a8_0x548d1e(0x9b)]=!![]),global[a8_0x548d1e(0xc5)]=isTrue(config[a8_0x548d1e(0xc9)]),require(a8_0x548d1e(0xaf))[a8_0x548d1e(0xab)](config),global[a8_0x548d1e(0xa6)]=config[a8_0x548d1e(0xb3)]||{};}function a8_0x241d(_0x18595d,_0x103519){const _0x15ca75=a8_0x15ca();return a8_0x241d=function(_0x241d31,_0x20dad2){_0x241d31=_0x241d31-0x93;let _0x50c6a7=_0x15ca75[_0x241d31];return _0x50c6a7;},a8_0x241d(_0x18595d,_0x103519);}global[a8_0x548d1e(0xc7)]=0x0;const __setDefaultTimeout=cucumberModule[a8_0x548d1e(0xa4)];cucumberModule[a8_0x548d1e(0xa4)]=_0x400c91=>{const _0x5255d5=a8_0x548d1e,_0x3808fe={'MnQxW':function(_0x84c18b,_0x170136){return _0x84c18b(_0x170136);}};global[_0x5255d5(0xc7)]=_0x400c91,_0x3808fe[_0x5255d5(0xb0)](__setDefaultTimeout,_0x400c91);};const a8_0x3ad76e={};a8_0x3ad76e[a8_0x548d1e(0x9f)]=a8_0x548d1e(0xc3),Before(a8_0x3ad76e,function(){const _0x397527=a8_0x548d1e,_0x7cb2bc={};_0x7cb2bc['BssDS']=_0x397527(0xaa);const _0x24631a=_0x7cb2bc;logger[_0x397527(0x9a)](_0x24631a[_0x397527(0xb2)]),global[_0x397527(0xb4)]=[];});const a8_0x2ece9a={};a8_0x2ece9a[a8_0x548d1e(0x9f)]=a8_0x548d1e(0xc3),a8_0x2ece9a[a8_0x548d1e(0xca)]=0x2710,After(a8_0x2ece9a,function(_0x28fb96,_0x2c086e){const _0x27bd6a=a8_0x548d1e,_0x2696a6={'sCkaE':function(_0x39a968,_0xc3499f){return _0x39a968===_0xc3499f;},'tackp':'failed','AgpUu':function(_0x509cbf,_0x53cca7,_0x46f1e7,_0x16b74f){return _0x509cbf(_0x53cca7,_0x46f1e7,_0x16b74f);},'JKsna':'\x20|\x20','JyijP':function(_0x46a0e3,_0xa703a3,_0x159c76){return _0x46a0e3(_0xa703a3,_0x159c76);},'axyfJ':_0x27bd6a(0xa5),'uTkNM':function(_0x19d1ac){return _0x19d1ac();},'ybBQD':function(_0x177951,_0x26c7c6){return _0x177951(_0x26c7c6);},'kphZI':'Inside\x20browserstack\x20After'};logger[_0x27bd6a(0x9a)](_0x2696a6[_0x27bd6a(0x9c)]),new Promise(async(_0x52eb6e,_0x1f6274)=>{const _0x55df82=_0x27bd6a;let _0x7647c6=![];try{await global['__driver'][_0x55df82(0x97)],_0x7647c6=!![],!global['__skipSessionName']&&await global['__driver'][_0x55df82(0xc2)](_0x55df82(0xb8)+_0x28fb96[_0x55df82(0xb7)][_0x55df82(0x9f)]+'\x22}}'),_0x2696a6['sCkaE'](_0x28fb96[_0x55df82(0xb1)][_0x55df82(0xb6)][_0x55df82(0x95)](),_0x2696a6['tackp'])?await _0x2696a6[_0x55df82(0xc6)](markSessionStatus,global['__driver'],_0x2696a6[_0x55df82(0xbe)],global['__error_messages__']['join'](_0x2696a6[_0x55df82(0xbc)])):await _0x2696a6[_0x55df82(0x9e)](markSessionStatus,global['__driver'],_0x2696a6[_0x55df82(0xb9)]);}catch(_0x58e8dc){logger[_0x55df82(0x9a)](_0x55df82(0xbd)+_0x58e8dc);}if(_0x7647c6)try{await global['__driver'][_0x55df82(0xc8)](),_0x2696a6[_0x55df82(0xad)](_0x52eb6e);}catch(_0x3cd271){logger[_0x55df82(0x9a)]('Error:\x20quiting\x20at\x20After:\x20'+_0x3cd271),_0x2696a6['ybBQD'](_0x1f6274,_0x3cd271);}else _0x2696a6[_0x55df82(0xad)](_0x1f6274);})[_0x27bd6a(0xc0)](()=>_0x2c086e());});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a9_0x42a1f3=a9_0x5724;(function(_0xce3969,_0x4de419){const _0x5bad44=a9_0x5724,_0x3c92e6=_0xce3969();while(!![]){try{const _0x1c5a45=-parseInt(_0x5bad44(0x150))/0x1*(parseInt(_0x5bad44(0x15a))/0x2)+-parseInt(_0x5bad44(0x157))/0x3+parseInt(_0x5bad44(0x156))/0x4+parseInt(_0x5bad44(0x15c))/0x5*(parseInt(_0x5bad44(0x151))/0x6)+-parseInt(_0x5bad44(0x15d))/0x7*(parseInt(_0x5bad44(0x153))/0x8)+parseInt(_0x5bad44(0x158))/0x9+parseInt(_0x5bad44(0x154))/0xa;if(_0x1c5a45===_0x4de419)break;else _0x3c92e6['push'](_0x3c92e6['shift']());}catch(_0x8c59a4){_0x3c92e6['push'](_0x3c92e6['shift']());}}}(a9_0x5d10,0x7bb01));function a9_0x5724(_0x3ee460,_0x33ea05){const _0x5d1092=a9_0x5d10();return a9_0x5724=function(_0x572482,_0x22d8b7){_0x572482=_0x572482-0x150;let _0x5136ee=_0x5d1092[_0x572482];return _0x5136ee;},a9_0x5724(_0x3ee460,_0x33ea05);}const {requireModule}=require(a9_0x42a1f3(0x159)),constants=require(a9_0x42a1f3(0x152));;let cucumberModule=null;try{cucumberModule=requireModule(a9_0x42a1f3(0x15b));}catch(a9_0x3cf1f2){cucumberModule=requireModule('cucumber/lib/index.js');}cucumberModule['setDefaultTimeout'](constants[a9_0x42a1f3(0x155)]+global['__timeout']*0x1);function a9_0x5d10(){const _0x4feb35=['4525600HiDDsm','BSTACK_DELTA','1736324rekoiy','92808AiiGaL','5263056Lexnkq','../../helpers/helper','1372330kMfrpf','@cucumber/cucumber/lib/index.js','26920RyQXIl','609TsLUHM','1HiZSXA','6yZjeqp','../utils/constants','23272nFwdvt'];a9_0x5d10=function(){return _0x4feb35;};return a9_0x5d10();}
|
package/src/bin/jest/command.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';function a10_0x38f3(_0x585eb3,_0x4ba4b0){const _0x300407=a10_0x3004();return a10_0x38f3=function(_0x38f3d9,_0x563ac3){_0x38f3d9=_0x38f3d9-0xc4;let _0x59f6d4=_0x300407[_0x38f3d9];return _0x59f6d4;},a10_0x38f3(_0x585eb3,_0x4ba4b0);}const a10_0x548083=a10_0x38f3;(function(_0x3fe498,_0xf91974){const _0x2b4db7=a10_0x38f3,_0x51655b=_0x3fe498();while(!![]){try{const _0x42f40e=parseInt(_0x2b4db7(0xc4))/0x1+parseInt(_0x2b4db7(0xcf))/0x2*(parseInt(_0x2b4db7(0x12e))/0x3)+parseInt(_0x2b4db7(0x15b))/0x4*(parseInt(_0x2b4db7(0xf4))/0x5)+parseInt(_0x2b4db7(0xd3))/0x6*(parseInt(_0x2b4db7(0x129))/0x7)+parseInt(_0x2b4db7(0x107))/0x8+-parseInt(_0x2b4db7(0xef))/0x9+-parseInt(_0x2b4db7(0xf5))/0xa*(parseInt(_0x2b4db7(0x11f))/0xb);if(_0x42f40e===_0xf91974)break;else _0x51655b['push'](_0x51655b['shift']());}catch(_0x2330f4){_0x51655b['push'](_0x51655b['shift']());}}}(a10_0x3004,0xaa0d9));const fs=require('fs'),path=require('path'),{spawn}=require('child_process'),logger=require('../../helpers/logger')[a10_0x548083(0x162)],{default:BrowserStackSetup}=require(a10_0x548083(0xe2)),helper=require(a10_0x548083(0x102)),constants=require(a10_0x548083(0x12a)),accessibilityHelper=require('../../helpers/accessibility-automation/helper'),{updateTestRerunConfig}=require(a10_0x548083(0x132)),testOpsHelper=require(a10_0x548083(0x15e)),SessionHandler=require(a10_0x548083(0x15c)),{getFrameworkVersion,debug}=require(a10_0x548083(0x15e)),TestDetails=require(a10_0x548083(0x124)),{getPercyOptions}=require(a10_0x548083(0xd5)),getUserJestConfigs=(_0x346692,_0x1e168a)=>{const _0x33908c=a10_0x548083,_0x5447c1={'fwpNS':function(_0x2a78ec,_0x5370b3){return _0x2a78ec(_0x5370b3);},'RiTDv':function(_0x50f460,_0x348125){return _0x50f460||_0x348125;},'qkLAI':function(_0x4b5718,_0x3f8684){return _0x4b5718(_0x3f8684);},'pPiYe':_0x33908c(0xea),'XBtlG':_0x33908c(0x155),'mXYTa':'mjs','YjGNt':_0x33908c(0xc7),'yjTFb':'json','nJgGb':function(_0xaeaee8,_0x3a36b9){return _0xaeaee8(_0x3a36b9);}},_0x38451a=_0x1e168a[_0x33908c(0xf0)](_0x28ee2c=>_0x28ee2c===_0x33908c(0x13e));if(!helper['isUndefined'](_0x346692[_0x33908c(0xce)])){logger[_0x33908c(0xe6)](_0x33908c(0x140)+_0x346692['config']);const _0x4562b5=_0x5447c1[_0x33908c(0x12d)](require,path[_0x33908c(0x142)](_0x346692['config']));return _0x1e168a[_0x33908c(0xcd)](_0x38451a,0x2),_0x5447c1[_0x33908c(0x10e)](_0x4562b5,{});}const _0x5ceba1=_0x5447c1[_0x33908c(0x11b)](require,path[_0x33908c(0x141)](process[_0x33908c(0xc9)](),_0x5447c1[_0x33908c(0x126)]));if(_0x5ceba1[_0x33908c(0x12f)])return logger[_0x33908c(0xe6)](_0x5447c1[_0x33908c(0xcc)]),_0x5ceba1[_0x33908c(0x12f)];const _0x391d95=['js',_0x5447c1[_0x33908c(0x101)],_0x5447c1['YjGNt'],_0x5447c1[_0x33908c(0xe8)],'ts'];for(const _0x468f9c of _0x391d95){const _0x526fba=path[_0x33908c(0x141)](process[_0x33908c(0xc9)](),_0x33908c(0x148)+_0x468f9c);if(fs[_0x33908c(0x121)](_0x526fba))return _0x5447c1[_0x33908c(0xfc)](require,_0x526fba);}return{};},getSerial=(_0x2cba1c,_0x2d410c)=>{const _0x4203fe=a10_0x548083,_0x2b94f0={};_0x2b94f0['TQOOV']='true',_0x2b94f0[_0x4203fe(0x118)]=function(_0x2eba8f,_0x259c5d){return _0x2eba8f>_0x259c5d;},_0x2b94f0['Jykog']=function(_0x2dc8ac,_0x3ee5b4){return _0x2dc8ac>_0x3ee5b4;},_0x2b94f0[_0x4203fe(0xc5)]='false';const _0x318ca6=_0x2b94f0;let _0x236be9=_0x318ca6[_0x4203fe(0xee)];return _0x318ca6[_0x4203fe(0x118)](_0x2cba1c['length'],0x1)&&(!_0x2d410c['runInBand']&&(helper[_0x4203fe(0xf7)](_0x2d410c[_0x4203fe(0xdc)])||_0x318ca6['Jykog'](_0x2d410c['maxWorkers'],0x1)))&&(_0x236be9=_0x318ca6[_0x4203fe(0xc5)]),_0x236be9;},getMaxWorkers=(_0xcaccc9,_0x58d0b0)=>{const _0x47f695=a10_0x548083,_0x3cded8={'fijqa':function(_0x17a7e8,_0x3a42fa){return _0x17a7e8(_0x3a42fa);}};let _0x3ab564=0x1;if(!helper[_0x47f695(0xf7)](_0x58d0b0[_0x47f695(0x116)]))_0x3ab564=_0x3cded8[_0x47f695(0x125)](parseInt,_0x58d0b0['parallelsPerPlatform']);else!helper[_0x47f695(0xf7)](_0xcaccc9[_0x47f695(0xdc)])&&(_0x3ab564=_0xcaccc9['maxWorkers']);return _0x3ab564;};async function run(_0x25ccd9,_0xcdb6fd){const _0x2fc2a3=a10_0x548083,_0x55eafd={'nBAeW':'jest','GOEwX':function(_0x14812f,_0x63bca7){return _0x14812f(_0x63bca7);},'KxjgP':function(_0x26afd6,_0x73af2e){return _0x26afd6!=_0x73af2e;},'Vivzz':'true','redMZ':function(_0x28135c,_0x3d6824,_0x4005db){return _0x28135c(_0x3d6824,_0x4005db);},'WcgQR':_0x2fc2a3(0xeb),'VtqXL':function(_0x201290,_0x4fc8f3){return _0x201290>_0x4fc8f3;},'ivDVf':function(_0x553584,_0x1c7c6c,_0x2113d9){return _0x553584(_0x1c7c6c,_0x2113d9);},'WnOTA':function(_0x1f82ee,_0x44a8fa){return _0x1f82ee*_0x44a8fa;},'JifFa':function(_0x12e17c,_0x3227d0){return _0x12e17c===_0x3227d0;},'nuZuB':_0x2fc2a3(0x117),'mbBBV':'jest_browserstack.config.js','avFpZ':_0x2fc2a3(0x167),'BhjVo':_0x2fc2a3(0x115),'EENKi':_0x2fc2a3(0x136),'NzjSF':function(_0x44d04c,_0x4913e9){return _0x44d04c(_0x4913e9);},'toGbE':'skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','JTyam':_0x2fc2a3(0xe0),'YzUDz':function(_0x2e9e2f,_0x1b595a,_0x52052d){return _0x2e9e2f(_0x1b595a,_0x52052d);},'jKcsc':_0x2fc2a3(0x14a),'TrXTz':function(_0x67547b,_0x5387e6,_0x29adc9,_0xb45977){return _0x67547b(_0x5387e6,_0x29adc9,_0xb45977);},'sYhwQ':_0x2fc2a3(0x105),'jTnKg':_0x2fc2a3(0x13e),'IAdnF':_0x2fc2a3(0x113),'iAMCm':_0x2fc2a3(0x14b)},_0x1bbf2b=new BrowserStackSetup(_0x25ccd9,_0x55eafd[_0x2fc2a3(0x168)]);helper[_0x2fc2a3(0x10c)]()&&(await _0x1bbf2b[_0x2fc2a3(0x10f)](),await helper['handleApp'](_0x1bbf2b[_0x2fc2a3(0xce)]));if(!_0x1bbf2b[_0x2fc2a3(0xce)])return;_0x55eafd[_0x2fc2a3(0x146)](_0x1bbf2b[_0x2fc2a3(0xce)][_0x2fc2a3(0x127)],null)?process[_0x2fc2a3(0xf3)][_0x2fc2a3(0x147)]=_0x1bbf2b[_0x2fc2a3(0xce)][_0x2fc2a3(0x127)]:process['env'][_0x2fc2a3(0x147)]=_0x55eafd[_0x2fc2a3(0x10b)];const _0xbd0d40=_0x55eafd[_0x2fc2a3(0xe5)](getUserJestConfigs,_0x25ccd9,_0xcdb6fd);logger[_0x2fc2a3(0xe6)](_0x55eafd[_0x2fc2a3(0x145)]);const _0x558bde=Object['assign']({},_0xbd0d40);_0x558bde[_0x2fc2a3(0x134)]=Object[_0x2fc2a3(0x104)]({},_0x558bde['testEnvironmentOptions'],{'server':helper[_0x2fc2a3(0x128)](_0x1bbf2b['config']),'environment':_0xbd0d40['testEnvironment']}),_0x558bde[_0x2fc2a3(0x134)]['browserStackPercyOptions']=_0x55eafd[_0x2fc2a3(0x15f)](getPercyOptions,_0x1bbf2b[_0x2fc2a3(0xce)]);const _0x3f908d=helper[_0x2fc2a3(0x119)](_0x1bbf2b[_0x2fc2a3(0xce)]),_0x4ba027=[];_0x55eafd[_0x2fc2a3(0x120)](_0x1bbf2b[_0x2fc2a3(0xce)]['platforms'][_0x2fc2a3(0xcb)],0x0)?_0x1bbf2b[_0x2fc2a3(0xce)]['platforms'][_0x2fc2a3(0xf9)]((_0x54605f,_0x1eb08c)=>{const _0x5e4bf9=_0x2fc2a3;_0x3f908d?_0x4ba027['push'](helper[_0x5e4bf9(0xf1)](_0x1bbf2b[_0x5e4bf9(0xce)],_0x55eafd[_0x5e4bf9(0x168)],_0x1eb08c)):_0x4ba027[_0x5e4bf9(0x152)](helper[_0x5e4bf9(0x13b)](_0x1bbf2b[_0x5e4bf9(0xce)],_0x55eafd['nBAeW'],_0x1eb08c));}):_0x4ba027[_0x2fc2a3(0x152)]({});!helper[_0x2fc2a3(0xf7)](_0x1bbf2b[_0x2fc2a3(0xce)]['accessibilityOptions'])&&(process['env'][_0x2fc2a3(0x163)]=JSON[_0x2fc2a3(0x11a)](_0x1bbf2b['config'][_0x2fc2a3(0xe3)]));let _0x57df5f=_0x1bbf2b[_0x2fc2a3(0xce)][_0x2fc2a3(0x166)];_0x57df5f=_0x57df5f||accessibilityHelper[_0x2fc2a3(0xdb)](_0x1bbf2b[_0x2fc2a3(0xce)]),process[_0x2fc2a3(0xf3)][_0x2fc2a3(0x10d)]=_0x57df5f;if(_0x57df5f){const [_0x321a06,_0x1b5f7f]=await accessibilityHelper['createAccessibilityTestRun'](_0x1bbf2b[_0x2fc2a3(0xce)],_0x55eafd[_0x2fc2a3(0x168)]);logger[_0x2fc2a3(0xe6)](_0x2fc2a3(0x11d)+_0x1b5f7f),process[_0x2fc2a3(0xf3)]['BS_A11Y_JWT']=_0x321a06,process[_0x2fc2a3(0xf3)][_0x2fc2a3(0xfe)]=_0x1b5f7f;}_0x558bde[_0x2fc2a3(0x134)][_0x2fc2a3(0x131)]=_0x4ba027,_0x558bde[_0x2fc2a3(0x134)][_0x2fc2a3(0xc6)]=_0x55eafd[_0x2fc2a3(0x130)](getSerial,_0x4ba027,_0x25ccd9),_0x558bde['testEnvironmentOptions'][_0x2fc2a3(0x164)]=_0x55eafd['ivDVf'](getMaxWorkers,_0x25ccd9,_0x1bbf2b[_0x2fc2a3(0xce)]),_0x558bde['testEnvironmentOptions'][_0x2fc2a3(0x160)]=_0x1bbf2b['config'][_0x2fc2a3(0x160)],_0x558bde['testEnvironmentOptions'][_0x2fc2a3(0x109)]=_0x55eafd[_0x2fc2a3(0xde)](_0x25ccd9['testTimeout'],0x1)||0x1388,_0x558bde['testEnvironmentOptions'][_0x2fc2a3(0x103)]=_0x1bbf2b[_0x2fc2a3(0xce)]['testContextOptions'][_0x2fc2a3(0x103)],_0x558bde['testEnvironmentOptions']['skipSessionStatus']=_0x1bbf2b[_0x2fc2a3(0xce)][_0x2fc2a3(0x122)][_0x2fc2a3(0x10a)],_0x558bde[_0x2fc2a3(0x134)][_0x2fc2a3(0x123)]=_0x1bbf2b['config'][_0x2fc2a3(0xda)],_0x558bde[_0x2fc2a3(0x134)][_0x2fc2a3(0x13d)]=_0x1bbf2b['config'][_0x2fc2a3(0x13d)],_0x558bde[_0x2fc2a3(0x134)][_0x2fc2a3(0x15a)]=_0x1bbf2b['config'][_0x2fc2a3(0xff)];let _0x517fe5='';_0x55eafd[_0x2fc2a3(0xd4)](helper[_0x2fc2a3(0x14e)](),constants[_0x2fc2a3(0xf2)][_0x2fc2a3(0x135)])?_0x517fe5=_0x55eafd[_0x2fc2a3(0xd1)]:_0x517fe5=_0x55eafd[_0x2fc2a3(0x14f)];const _0x30d4ff=_0x517fe5,_0x1c8b09=path[_0x2fc2a3(0x141)](__dirname,_0x55eafd[_0x2fc2a3(0xc8)],_0x55eafd[_0x2fc2a3(0x157)]),_0x473d1a=__dirname+'/customImplements/customTestRunner.js',_0x235dec=__dirname+_0x2fc2a3(0xf8);_0x558bde[_0x2fc2a3(0x12b)]&&(process[_0x2fc2a3(0xf3)][_0x2fc2a3(0xdd)]=_0x558bde[_0x2fc2a3(0x12b)]);_0x558bde[_0x2fc2a3(0x12b)]=__dirname+'/customImplements/customEnvironment.js',_0x558bde[_0x2fc2a3(0x114)]=_0x473d1a,_0x558bde[_0x2fc2a3(0xec)]=_0x558bde[_0x2fc2a3(0xec)]||[],_0x558bde['setupFilesAfterEnv']['push'](__dirname+_0x2fc2a3(0xd0));if(testOpsHelper[_0x2fc2a3(0x13f)]()){let _0x23c163=null;try{_0x23c163=helper['requireModule'](_0x55eafd['EENKi']);}catch(_0x4d15a4){_0x55eafd[_0x2fc2a3(0x153)](debug,_0x2fc2a3(0x149)+_0x4d15a4);}_0x23c163&&(_0x558bde[_0x2fc2a3(0xec)][_0x2fc2a3(0x152)](__dirname+_0x2fc2a3(0x112)),_0x558bde[_0x2fc2a3(0x143)]=__dirname+_0x2fc2a3(0x14c));}_0x558bde[_0x2fc2a3(0xfa)]=_0x558bde[_0x2fc2a3(0xfa)]||[];try{helper[_0x2fc2a3(0xe7)](),_0x558bde[_0x2fc2a3(0xfa)][_0x2fc2a3(0x152)](__dirname+_0x2fc2a3(0x137));}catch{logger[_0x2fc2a3(0x111)](_0x55eafd[_0x2fc2a3(0xe4)]);}_0x558bde[_0x2fc2a3(0x12c)]=_0x558bde[_0x2fc2a3(0x12c)]||[_0x55eafd['JTyam']],_0x55eafd[_0x2fc2a3(0xd2)](updateTestRerunConfig,_0x558bde,_0x1bbf2b);const _0x4344a7=fs[_0x2fc2a3(0xd7)](_0x235dec);fs['writeFileSync'](_0x558bde[_0x2fc2a3(0x114)],_0x2fc2a3(0x154)+_0x4344a7+'\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'+_0x1bbf2b[_0x2fc2a3(0xce)][_0x2fc2a3(0xff)]['length']+';\x0a\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20}\x0a\x20\x20'),logger[_0x2fc2a3(0xe6)](_0x2fc2a3(0x13a)+_0x30d4ff+_0x2fc2a3(0x108)),fs[_0x2fc2a3(0xe1)](_0x30d4ff,'const\x20config='+JSON['stringify'](_0x558bde)+_0x2fc2a3(0x133)),logger[_0x2fc2a3(0xe6)](_0x55eafd[_0x2fc2a3(0xfb)]);const _0x22cd9c={};_0x22cd9c[_0x2fc2a3(0xd8)]='',await SessionHandler[_0x2fc2a3(0xed)](Object['assign']({},_0x1bbf2b[_0x2fc2a3(0xce)],_0x22cd9c),{'frameworkName':_0x55eafd[_0x2fc2a3(0x168)],'frameworkVersion':_0x55eafd['GOEwX'](getFrameworkVersion,_0x55eafd['nBAeW'])});testOpsHelper[_0x2fc2a3(0x13f)]()&&TestDetails[_0x2fc2a3(0xdf)]();helper[_0x2fc2a3(0x15d)]({},_0xcdb6fd),helper[_0x2fc2a3(0x165)]();const _0xcfb5ae=_0x55eafd[_0x2fc2a3(0xe9)](spawn,/^win/['test'](process[_0x2fc2a3(0xca)])?_0x55eafd[_0x2fc2a3(0x11e)]:_0x55eafd[_0x2fc2a3(0x168)],[_0x55eafd[_0x2fc2a3(0x106)],_0x30d4ff,..._0xcdb6fd[_0x2fc2a3(0x110)](0x1)],{'stdio':_0x55eafd[_0x2fc2a3(0xd6)],'env':Object[_0x2fc2a3(0x104)]({},process['env'])});_0xcfb5ae['on'](_0x55eafd[_0x2fc2a3(0x161)],async _0x2c70d6=>{const _0x798260=_0x2fc2a3;process[_0x798260(0x138)]=_0x2c70d6,logger[_0x798260(0x111)](_0x798260(0x156)+_0x2c70d6),logger['info']('Deleting\x20'+_0x30d4ff);let _0x16d9e9=null;if(fs[_0x798260(0x121)](_0x1c8b09)){_0x16d9e9=fs[_0x798260(0xd7)](_0x1c8b09);try{_0x16d9e9=JSON[_0x798260(0x150)](_0x16d9e9);}catch(_0x39b28d){logger['debug'](_0x798260(0x139)+_0x1c8b09+',\x20'+_0x16d9e9+'\x20:\x20'+_0x39b28d);}fs[_0x798260(0x11c)](_0x1c8b09);}accessibilityHelper[_0x798260(0x100)]()&&accessibilityHelper[_0x798260(0x13c)](_0x1bbf2b['config']);fs['unlinkSync'](_0x30d4ff),fs[_0x798260(0x11c)](_0x473d1a),_0x16d9e9&&(_0x1bbf2b[_0x798260(0x144)]=helper['getErrorMessageFromResults'](_0x16d9e9,_0x55eafd['nBAeW'],_0x1bbf2b));if(testOpsHelper[_0x798260(0x13f)]())try{await SessionHandler[_0x798260(0x14d)]();}catch(_0x5ae543){console[_0x798260(0x158)](_0x5ae543),_0x55eafd[_0x798260(0x15f)](debug,_0x798260(0xf6)+_0x5ae543);}testOpsHelper[_0x798260(0x151)](),TestDetails[_0x798260(0x159)](),await helper[_0x798260(0xd9)](_0x1bbf2b);});}function a10_0x3004(){const _0x4c1ec4=['sYhwQ','55yGINMI','VtqXL','existsSync','testContextOptions','browserStackLogLevel','./test-observability/test-details','fijqa','pPiYe','testObservability','getHubUrl','9352gnWQxi','../utils/constants','testEnvironment','reporters','fwpNS','3717lEvlal','jest','ivDVf','capabilities','./test-observability/helper','\x0amodule.exports\x20=\x20config;','testEnvironmentOptions','MODULE','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','/test_before.setup.js','exitCode','Error\x20while\x20parsing\x20','Creating\x20','modifyBrowserStackCaps','stopAccessibilityTestRun','turboScaleUrl','--config','isTestObservabilitySession','Getting\x20your\x20jest\x20configs\x20from\x20','join','resolve','testRunner','errorMessage','WcgQR','KxjgP','BROWSERSTACK_TEST_OBSERVABILITY_YML','jest.config.','Unable\x20to\x20find\x20jest-circus,\x20','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','close','/customImplements/customCircus.js','stop','getPackageType','mbBBV','parse','printBuildLink','push','NzjSF','\x0a\x20\x20\x20\x20','Getting\x20your\x20jest\x20configs\x20from\x20package.json','child\x20process\x20exited\x20with\x20code\x20','BhjVo','log','shutdown','platformCaps','1112968GmBnPz','../../helpers/test-observability/sessionHandler','filterBrowserstackConfig','../../helpers/test-observability/utils','GOEwX','proxySettings','iAMCm','winstonLogger','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','parallels__','markSDKSetupComplete','accessibility','customImplements','nBAeW','632129WZndKT','eFzqI','serial__','cjs','avFpZ','cwd','platform','length','XBtlG','splice','config','248kjQNou','/jest.setup.js','nuZuB','YzUDz','906FfIUYw','JifFa','../../helpers/percy/utils','IAdnF','readFileSync','root_dir_path','finalExecution','logLevel','checkAccessibilityPlatformConfig','maxWorkers','BSTACK_JEST_TEST_ENV','WnOTA','setup','default','writeFileSync','../../helpers/BrowserStackSetup','accessibilityOptions','toGbE','redMZ','info','requireSeleniumWebdriver','yjTFb','TrXTz','package.json','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','setupFilesAfterEnv','launch','TQOOV','10298763RCcfnG','findIndex','modifyBrowserStackW3CCaps','PACKAGE_TYPE','env','10oUCUXA','1609130nNsFon','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','isUndefined','/customImplements/customTestRunnerTemplate.js','forEach','setupFiles','jKcsc','nJgGb','exports','BS_A11Y_TEST_RUN_ID','platforms','isAccessibilityAutomationSession','mXYTa','../../helpers/helper','skipSessionName','assign','jest.cmd','jTnKg','8811392GQdcFK','\x20with\x20browserstack\x20jest\x20configs','timeout__','skipSessionStatus','Vivzz','isBrowserstackInfra','BROWSERSTACK_TEST_ACCESSIBILITY_YML','RiTDv','initialize','slice','debug','/test-observability/data-hooks.js','inherit','runner','jest_browserstack_results.json','parallelsPerPlatform','jest_browserstack.config.cjs','WcsCz','useW3C','stringify','qkLAI','unlinkSync','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20'];a10_0x3004=function(){return _0x4c1ec4;};return a10_0x3004();}module[a10_0x548083(0xfd)]=run;
|
|
2
|
+
'use strict';const a10_0x25d798=a10_0x3f1c;(function(_0x39fcd3,_0x29bfdf){const _0x5f3626=a10_0x3f1c,_0x3a2219=_0x39fcd3();while(!![]){try{const _0x4255fe=-parseInt(_0x5f3626(0xf2))/0x1*(parseInt(_0x5f3626(0xc7))/0x2)+-parseInt(_0x5f3626(0x12e))/0x3+parseInt(_0x5f3626(0xce))/0x4+parseInt(_0x5f3626(0xe8))/0x5+parseInt(_0x5f3626(0xb5))/0x6+-parseInt(_0x5f3626(0x108))/0x7*(-parseInt(_0x5f3626(0x105))/0x8)+-parseInt(_0x5f3626(0xf3))/0x9;if(_0x4255fe===_0x29bfdf)break;else _0x3a2219['push'](_0x3a2219['shift']());}catch(_0x4148c9){_0x3a2219['push'](_0x3a2219['shift']());}}}(a10_0x5710,0xbcf1c));function a10_0x5710(){const _0x18a75d=['DGiNC','MbppP','testContextOptions','resolve','handleApp','slZvR','isTestObservabilitySession','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','jQFxu','length','hjnvF','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','getHubUrl','XqYkE','reporters','debug','platforms','--config','testObservability','timeout__','./test-observability/test-details','703695iEaYMc','initialize','Getting\x20your\x20jest\x20configs\x20from\x20package.json','njFuW','launch','jest.cmd','findIndex','root_dir_path','BROWSERSTACK_TEST_ACCESSIBILITY_YML','forEach','jest','winstonLogger','runInBand','testEnvironment','Creating\x20','parallelsPerPlatform','skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','printBuildLink','MODULE','../../helpers/logger','TZYgb','setup','skipSessionStatus','lDdEH','/jest.setup.js','errorMessage','\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','Error\x20while\x20parsing\x20','1788696UKThNV','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','browserStackPercyOptions','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','true','LZxyq','GGOpo','XLLbl','info','testEnvironmentOptions','jtudf','json','turboScaleUrl','MSRcF','\x20:\x20','proxySettings','../utils/constants','jest_browserstack.config.cjs','6886lBdOka','jest.config.','join','config','child_process','accessibilityOptions','inherit','4554624RfXUwo','cjs','dhMgN','splice','shutdown','existsSync','isUndefined','SbjiF','../../helpers/accessibility-automation/helper','close','maxWorkers','setupFiles','const\x20config=','test','ZDxFP','stringify','JqJwU','setupFilesAfterEnv','/customImplements/customTestRunnerTemplate.js','push','readFileSync','runner','BROWSERSTACK_TEST_OBSERVABILITY_YML','jest_browserstack_results.json','platformCaps','env','6683285Jqsyns','unlinkSync','isAccessibilityAutomationSession','kMcLt','platform','qBjlY','idOCF','checkAccessibilityPlatformConfig','default','logLevel','58gBbsOG','23821119AZCwAt','mjs','xqWci','path','/customImplements/customTestRunner.js','../../helpers/BrowserStackSetup','Getting\x20your\x20jest\x20configs\x20from\x20',';\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','useW3C','cNyWn','testTimeout','../../helpers/helper','capabilities','../../helpers/test-observability/utils','jest_browserstack.config.js','markSDKSetupComplete','/customImplements/customEnvironment.js','QdCqB','8652296ujEatL','Unable\x20to\x20find\x20jest-circus,\x20','exports','7IRJsOT','log','exitCode','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','serial__','BSTACK_JEST_TEST_ENV','BS_A11Y_JWT','RUYtG','getErrorMessageFromResults','skipSessionName','child\x20process\x20exited\x20with\x20code\x20','/test_before.setup.js','assign','\x0amodule.exports\x20=\x20config;','afhRq','uACld','accessibility'];a10_0x5710=function(){return _0x18a75d;};return a10_0x5710();}const fs=require('fs'),path=require(a10_0x25d798(0xf6)),{spawn}=require(a10_0x25d798(0xcb)),logger=require(a10_0x25d798(0xac))[a10_0x25d798(0xa4)],{default:BrowserStackSetup}=require(a10_0x25d798(0xf8)),helper=require(a10_0x25d798(0xfe)),constants=require(a10_0x25d798(0xc5)),accessibilityHelper=require(a10_0x25d798(0xd6)),{updateTestRerunConfig}=require('./test-observability/helper'),testOpsHelper=require('../../helpers/test-observability/utils'),SessionHandler=require('../../helpers/test-observability/sessionHandler'),{getFrameworkVersion,debug}=require(a10_0x25d798(0x100)),TestDetails=require(a10_0x25d798(0x12d)),{getPercyOptions}=require('../../helpers/percy/utils'),getUserJestConfigs=(_0x40567b,_0x36d825)=>{const _0x42bda0=a10_0x25d798,_0x251bb1={'lDdEH':function(_0x4a6dc2,_0x5011a4){return _0x4a6dc2(_0x5011a4);},'xsTgm':function(_0x553c89,_0x2b38ed){return _0x553c89||_0x2b38ed;},'idOCF':'package.json','JdlKu':_0x42bda0(0x130),'afhRq':_0x42bda0(0xf4),'njFuW':_0x42bda0(0xcf),'SNulh':_0x42bda0(0xc0),'DGiNC':function(_0x3fe214,_0x34a0b4){return _0x3fe214(_0x34a0b4);}},_0x593c97=_0x36d825[_0x42bda0(0x134)](_0x24f68f=>_0x24f68f==='--config');if(!helper['isUndefined'](_0x40567b[_0x42bda0(0xca)])){logger['info'](_0x42bda0(0xf9)+_0x40567b[_0x42bda0(0xca)]);const _0x296a9b=_0x251bb1[_0x42bda0(0xb0)](require,path[_0x42bda0(0x11c)](_0x40567b['config']));return _0x36d825[_0x42bda0(0xd1)](_0x593c97,0x2),_0x251bb1['xsTgm'](_0x296a9b,{});}const _0x58dc25=_0x251bb1[_0x42bda0(0xb0)](require,path[_0x42bda0(0xc9)](process['cwd'](),_0x251bb1[_0x42bda0(0xee)]));if(_0x58dc25[_0x42bda0(0x138)])return logger['info'](_0x251bb1['JdlKu']),_0x58dc25['jest'];const _0x2ef894=['js',_0x251bb1[_0x42bda0(0x116)],_0x251bb1[_0x42bda0(0x131)],_0x251bb1['SNulh'],'ts'];for(const _0x38fa57 of _0x2ef894){const _0x3e65df=path[_0x42bda0(0xc9)](process['cwd'](),_0x42bda0(0xc8)+_0x38fa57);if(fs[_0x42bda0(0xd3)](_0x3e65df))return _0x251bb1[_0x42bda0(0x119)](require,_0x3e65df);}return{};},getSerial=(_0x1ce283,_0x5ad91e)=>{const _0x132611=a10_0x25d798,_0x29f9fe={};_0x29f9fe[_0x132611(0xbf)]=_0x132611(0xb9),_0x29f9fe[_0x132611(0xc2)]=function(_0x29c343,_0x2e384d){return _0x29c343>_0x2e384d;},_0x29f9fe['XqYkE']='false';const _0x3f8ce=_0x29f9fe;let _0xb5cf87=_0x3f8ce[_0x132611(0xbf)];return _0x3f8ce[_0x132611(0xc2)](_0x1ce283[_0x132611(0x122)],0x1)&&(!_0x5ad91e[_0x132611(0xa5)]&&(helper['isUndefined'](_0x5ad91e[_0x132611(0xd8)])||_0x3f8ce['MSRcF'](_0x5ad91e['maxWorkers'],0x1)))&&(_0xb5cf87=_0x3f8ce[_0x132611(0x126)]),_0xb5cf87;},getMaxWorkers=(_0x426e29,_0xb3a59f)=>{const _0x5d45d0=a10_0x25d798,_0x4ae7e5={'xqWci':function(_0x2df25a,_0x46fe61){return _0x2df25a(_0x46fe61);}};let _0x25a829=0x1;if(!helper['isUndefined'](_0xb3a59f[_0x5d45d0(0xa8)]))_0x25a829=_0x4ae7e5[_0x5d45d0(0xf5)](parseInt,_0xb3a59f['parallelsPerPlatform']);else!helper['isUndefined'](_0x426e29[_0x5d45d0(0xd8)])&&(_0x25a829=_0x426e29[_0x5d45d0(0xd8)]);return _0x25a829;};function a10_0x3f1c(_0xfe5086,_0x1aab84){const _0x5710a1=a10_0x5710();return a10_0x3f1c=function(_0x3f1ca0,_0x4d8917){_0x3f1ca0=_0x3f1ca0-0xa4;let _0x5e3faa=_0x5710a1[_0x3f1ca0];return _0x5e3faa;},a10_0x3f1c(_0xfe5086,_0x1aab84);}async function run(_0x4b4e4c,_0x39f630){const _0x5d7ba8=a10_0x25d798,_0x5cde5a={'slZvR':_0x5d7ba8(0x138),'MbppP':function(_0x553b3b,_0x4df116){return _0x553b3b(_0x4df116);},'TOSLp':function(_0x121fb0,_0x35855c){return _0x121fb0!=_0x35855c;},'JqJwU':_0x5d7ba8(0xb9),'MUBDU':function(_0x20e3d9,_0x8b7a7a,_0x3bdfb7){return _0x20e3d9(_0x8b7a7a,_0x3bdfb7);},'GGOpo':_0x5d7ba8(0xb6),'qBjlY':function(_0x5e6fc4,_0x32ace7){return _0x5e6fc4>_0x32ace7;},'RUYtG':function(_0x3692a5,_0x39e679,_0x23ccdd){return _0x3692a5(_0x39e679,_0x23ccdd);},'CGsBl':function(_0x3665af,_0x1dedb6){return _0x3665af*_0x1dedb6;},'eDKtc':function(_0x55767d,_0x2a1996){return _0x55767d===_0x2a1996;},'HwWQq':_0x5d7ba8(0xc6),'jQFxu':_0x5d7ba8(0x101),'dhMgN':'customImplements','TZYgb':_0x5d7ba8(0xe5),'XLLbl':_0x5d7ba8(0x124),'SbjiF':function(_0x36c354,_0x7bd5d2){return _0x36c354(_0x7bd5d2);},'hjnvF':_0x5d7ba8(0xa9),'xlOUS':_0x5d7ba8(0xf0),'uACld':_0x5d7ba8(0x10b),'ZDxFP':function(_0x2d4f44,_0x54b90b){return _0x2d4f44(_0x54b90b);},'QdCqB':function(_0xf9a5,_0x3d0223,_0x5743f3,_0xe492ed){return _0xf9a5(_0x3d0223,_0x5743f3,_0xe492ed);},'cNyWn':_0x5d7ba8(0x133),'kMcLt':_0x5d7ba8(0x12a),'LZxyq':_0x5d7ba8(0xcd),'ExxIk':_0x5d7ba8(0xd7)},_0x2c401f=new BrowserStackSetup(_0x4b4e4c,_0x5cde5a[_0x5d7ba8(0x11e)]);helper['isBrowserstackInfra']()&&(await _0x2c401f[_0x5d7ba8(0x12f)](),await helper[_0x5d7ba8(0x11d)](_0x2c401f['config']));if(!_0x2c401f[_0x5d7ba8(0xca)])return;_0x5cde5a['TOSLp'](_0x2c401f['config'][_0x5d7ba8(0x12b)],null)?process[_0x5d7ba8(0xe7)][_0x5d7ba8(0xe4)]=_0x2c401f[_0x5d7ba8(0xca)][_0x5d7ba8(0x12b)]:process[_0x5d7ba8(0xe7)][_0x5d7ba8(0xe4)]=_0x5cde5a[_0x5d7ba8(0xde)];const _0x1a0810=_0x5cde5a['MUBDU'](getUserJestConfigs,_0x4b4e4c,_0x39f630);logger[_0x5d7ba8(0xbd)](_0x5cde5a[_0x5d7ba8(0xbb)]);const _0x1f074f=Object[_0x5d7ba8(0x114)]({},_0x1a0810);_0x1f074f[_0x5d7ba8(0xbe)]=Object['assign']({},_0x1f074f[_0x5d7ba8(0xbe)],{'server':helper[_0x5d7ba8(0x125)](_0x2c401f[_0x5d7ba8(0xca)]),'environment':_0x1a0810[_0x5d7ba8(0xa6)]}),_0x1f074f['testEnvironmentOptions'][_0x5d7ba8(0xb7)]=_0x5cde5a[_0x5d7ba8(0x11a)](getPercyOptions,_0x2c401f[_0x5d7ba8(0xca)]);const _0x4a0f1b=helper[_0x5d7ba8(0xfb)](_0x2c401f[_0x5d7ba8(0xca)]),_0x269154=[];_0x5cde5a[_0x5d7ba8(0xed)](_0x2c401f['config'][_0x5d7ba8(0x129)][_0x5d7ba8(0x122)],0x0)?_0x2c401f['config'][_0x5d7ba8(0x129)][_0x5d7ba8(0x137)]((_0x2e5ec6,_0x41f993)=>{const _0x33ff4f=_0x5d7ba8;_0x4a0f1b?_0x269154[_0x33ff4f(0xe1)](helper['modifyBrowserStackW3CCaps'](_0x2c401f[_0x33ff4f(0xca)],_0x5cde5a[_0x33ff4f(0x11e)],_0x41f993)):_0x269154['push'](helper['modifyBrowserStackCaps'](_0x2c401f[_0x33ff4f(0xca)],_0x5cde5a[_0x33ff4f(0x11e)],_0x41f993));}):_0x269154[_0x5d7ba8(0xe1)]({});!helper[_0x5d7ba8(0xd4)](_0x2c401f[_0x5d7ba8(0xca)][_0x5d7ba8(0xcc)])&&(process[_0x5d7ba8(0xe7)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x5d7ba8(0xdd)](_0x2c401f[_0x5d7ba8(0xca)][_0x5d7ba8(0xcc)]));let _0x2961c1=_0x2c401f[_0x5d7ba8(0xca)][_0x5d7ba8(0x118)];_0x2961c1=_0x2961c1||accessibilityHelper[_0x5d7ba8(0xef)](_0x2c401f[_0x5d7ba8(0xca)]),process[_0x5d7ba8(0xe7)][_0x5d7ba8(0x136)]=_0x2961c1;if(_0x2961c1){const [_0x467d53,_0x511e32]=await accessibilityHelper['createAccessibilityTestRun'](_0x2c401f[_0x5d7ba8(0xca)],_0x5cde5a[_0x5d7ba8(0x11e)]);logger['info'](_0x5d7ba8(0x120)+_0x511e32),process['env'][_0x5d7ba8(0x10e)]=_0x467d53,process[_0x5d7ba8(0xe7)]['BS_A11Y_TEST_RUN_ID']=_0x511e32;}_0x1f074f[_0x5d7ba8(0xbe)][_0x5d7ba8(0xff)]=_0x269154,_0x1f074f[_0x5d7ba8(0xbe)][_0x5d7ba8(0x10c)]=_0x5cde5a[_0x5d7ba8(0x10f)](getSerial,_0x269154,_0x4b4e4c),_0x1f074f[_0x5d7ba8(0xbe)]['parallels__']=_0x5cde5a[_0x5d7ba8(0x10f)](getMaxWorkers,_0x4b4e4c,_0x2c401f[_0x5d7ba8(0xca)]),_0x1f074f['testEnvironmentOptions'][_0x5d7ba8(0xc4)]=_0x2c401f['config'][_0x5d7ba8(0xc4)],_0x1f074f[_0x5d7ba8(0xbe)][_0x5d7ba8(0x12c)]=_0x5cde5a['CGsBl'](_0x4b4e4c[_0x5d7ba8(0xfd)],0x1)||0x1388,_0x1f074f[_0x5d7ba8(0xbe)][_0x5d7ba8(0x111)]=_0x2c401f[_0x5d7ba8(0xca)]['testContextOptions'][_0x5d7ba8(0x111)],_0x1f074f[_0x5d7ba8(0xbe)][_0x5d7ba8(0xaf)]=_0x2c401f[_0x5d7ba8(0xca)][_0x5d7ba8(0x11b)][_0x5d7ba8(0xaf)],_0x1f074f[_0x5d7ba8(0xbe)]['browserStackLogLevel']=_0x2c401f[_0x5d7ba8(0xca)][_0x5d7ba8(0xf1)],_0x1f074f[_0x5d7ba8(0xbe)][_0x5d7ba8(0xc1)]=_0x2c401f['config'][_0x5d7ba8(0xc1)],_0x1f074f[_0x5d7ba8(0xbe)][_0x5d7ba8(0xe6)]=_0x2c401f[_0x5d7ba8(0xca)][_0x5d7ba8(0x129)];let _0x15d417='';_0x5cde5a['eDKtc'](helper['getPackageType'](),constants['PACKAGE_TYPE'][_0x5d7ba8(0xab)])?_0x15d417=_0x5cde5a['HwWQq']:_0x15d417=_0x5cde5a[_0x5d7ba8(0x121)];const _0x191959=_0x15d417,_0x436bfe=path['join'](__dirname,_0x5cde5a[_0x5d7ba8(0xd0)],_0x5cde5a[_0x5d7ba8(0xad)]),_0x12668d=__dirname+_0x5d7ba8(0xf7),_0x31e7bc=__dirname+_0x5d7ba8(0xe0);_0x1f074f[_0x5d7ba8(0xa6)]&&(process[_0x5d7ba8(0xe7)][_0x5d7ba8(0x10d)]=_0x1f074f[_0x5d7ba8(0xa6)]);_0x1f074f[_0x5d7ba8(0xa6)]=__dirname+_0x5d7ba8(0x103),_0x1f074f['runner']=_0x12668d,_0x1f074f[_0x5d7ba8(0xdf)]=_0x1f074f[_0x5d7ba8(0xdf)]||[],_0x1f074f['setupFilesAfterEnv'][_0x5d7ba8(0xe1)](__dirname+_0x5d7ba8(0xb1));if(testOpsHelper[_0x5d7ba8(0x11f)]()){let _0x59d370=null;try{_0x59d370=helper['requireModule'](_0x5cde5a[_0x5d7ba8(0xbc)]);}catch(_0x2ad19b){_0x5cde5a[_0x5d7ba8(0xd5)](debug,_0x5d7ba8(0x106)+_0x2ad19b);}_0x59d370&&(_0x1f074f['setupFilesAfterEnv']['push'](__dirname+'/test-observability/data-hooks.js'),_0x1f074f['testRunner']=__dirname+'/customImplements/customCircus.js');}_0x1f074f[_0x5d7ba8(0xd9)]=_0x1f074f[_0x5d7ba8(0xd9)]||[];try{helper['requireSeleniumWebdriver'](),_0x1f074f[_0x5d7ba8(0xd9)][_0x5d7ba8(0xe1)](__dirname+_0x5d7ba8(0x113));}catch{logger[_0x5d7ba8(0x128)](_0x5cde5a[_0x5d7ba8(0x123)]);}_0x1f074f['reporters']=_0x1f074f[_0x5d7ba8(0x127)]||[_0x5cde5a['xlOUS']],_0x5cde5a['MUBDU'](updateTestRerunConfig,_0x1f074f,_0x2c401f);const _0x3b906d=fs[_0x5d7ba8(0xe2)](_0x31e7bc);fs['writeFileSync'](_0x1f074f[_0x5d7ba8(0xe3)],'\x0a\x20\x20\x20\x20'+_0x3b906d+_0x5d7ba8(0xb3)+_0x2c401f['config'][_0x5d7ba8(0x129)]['length']+_0x5d7ba8(0xfa)),logger[_0x5d7ba8(0xbd)](_0x5d7ba8(0xa7)+_0x191959+'\x20with\x20browserstack\x20jest\x20configs'),fs['writeFileSync'](_0x191959,_0x5d7ba8(0xda)+JSON[_0x5d7ba8(0xdd)](_0x1f074f)+_0x5d7ba8(0x115)),logger[_0x5d7ba8(0xbd)](_0x5cde5a[_0x5d7ba8(0x117)]);const _0x35944f={};_0x35944f[_0x5d7ba8(0x135)]='',await SessionHandler[_0x5d7ba8(0x132)](Object['assign']({},_0x2c401f[_0x5d7ba8(0xca)],_0x35944f),{'frameworkName':_0x5cde5a[_0x5d7ba8(0x11e)],'frameworkVersion':_0x5cde5a[_0x5d7ba8(0xdc)](getFrameworkVersion,_0x5cde5a[_0x5d7ba8(0x11e)])});testOpsHelper[_0x5d7ba8(0x11f)]()&&TestDetails[_0x5d7ba8(0xae)]();helper['filterBrowserstackConfig']({},_0x39f630),helper[_0x5d7ba8(0x102)]();const _0x2c51b3=_0x5cde5a[_0x5d7ba8(0x104)](spawn,/^win/[_0x5d7ba8(0xdb)](process[_0x5d7ba8(0xec)])?_0x5cde5a[_0x5d7ba8(0xfc)]:_0x5cde5a['slZvR'],[_0x5cde5a[_0x5d7ba8(0xeb)],_0x191959,..._0x39f630['slice'](0x1)],{'stdio':_0x5cde5a[_0x5d7ba8(0xba)],'env':Object[_0x5d7ba8(0x114)]({},process[_0x5d7ba8(0xe7)])});_0x2c51b3['on'](_0x5cde5a['ExxIk'],async _0x2299a7=>{const _0x151961=_0x5d7ba8;process[_0x151961(0x10a)]=_0x2299a7,logger[_0x151961(0x128)](_0x151961(0x112)+_0x2299a7),logger[_0x151961(0xbd)]('Deleting\x20'+_0x191959);let _0x91fff3=null;if(fs['existsSync'](_0x436bfe)){_0x91fff3=fs[_0x151961(0xe2)](_0x436bfe);try{_0x91fff3=JSON['parse'](_0x91fff3);}catch(_0x247b93){logger[_0x151961(0x128)](_0x151961(0xb4)+_0x436bfe+',\x20'+_0x91fff3+_0x151961(0xc3)+_0x247b93);}fs[_0x151961(0xe9)](_0x436bfe);}accessibilityHelper[_0x151961(0xea)]()&&accessibilityHelper['stopAccessibilityTestRun'](_0x2c401f['config']);fs[_0x151961(0xe9)](_0x191959),fs['unlinkSync'](_0x12668d),_0x91fff3&&(_0x2c401f[_0x151961(0xb2)]=helper[_0x151961(0x110)](_0x91fff3,_0x5cde5a[_0x151961(0x11e)],_0x2c401f));if(testOpsHelper[_0x151961(0x11f)]())try{await SessionHandler['stop']();}catch(_0x14976f){console[_0x151961(0x109)](_0x14976f),_0x5cde5a[_0x151961(0x11a)](debug,_0x151961(0xb8)+_0x14976f);}testOpsHelper[_0x151961(0xaa)](),TestDetails[_0x151961(0xd2)](),await helper['finalExecution'](_0x2c401f);});}module[a10_0x25d798(0x107)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a11_0x416e4d=a11_0x1317;(function(_0x2ea373,_0xcd39f9){const _0x4b24a7=a11_0x1317,_0x3b2182=_0x2ea373();while(!![]){try{const _0x10e80c=-parseInt(_0x4b24a7(0x70))/0x1*(-parseInt(_0x4b24a7(0x79))/0x2)+-parseInt(_0x4b24a7(0x6f))/0x3*(-parseInt(_0x4b24a7(0x7c))/0x4)+-parseInt(_0x4b24a7(0x75))/0x5*(-parseInt(_0x4b24a7(0x76))/0x6)+-parseInt(_0x4b24a7(0x71))/0x7+-parseInt(_0x4b24a7(0x74))/0x8+-parseInt(_0x4b24a7(0x6d))/0x9*(-parseInt(_0x4b24a7(0x77))/0xa)+-parseInt(_0x4b24a7(0x6c))/0xb;if(_0x10e80c===_0xcd39f9)break;else _0x3b2182['push'](_0x3b2182['shift']());}catch(_0x4fb396){_0x3b2182['push'](_0x3b2182['shift']());}}}(a11_0x5060,0x7c9e1));const path=require('path'),{requireModule}=require(a11_0x416e4d(0x6e));let initJestAdapter=requireModule(a11_0x416e4d(0x7b));initJestAdapter=typeof initJestAdapter===a11_0x416e4d(0x78)?initJestAdapter:initJestAdapter[a11_0x416e4d(0x7e)];const FRAMEWORK_INITIALIZER=path['join'](__dirname,a11_0x416e4d(0x6b));module['exports']=(..._0x329dd2)=>{const _0x1dbda7=a11_0x416e4d,_0x2feb3b={'jySNT':_0x1dbda7(0x7a),'ykIio':function(_0x32f6a1,_0x11a9ae){return _0x32f6a1===_0x11a9ae;},'ZOvjL':function(_0x27e1da,..._0x74a28e){return _0x27e1da(..._0x74a28e);}};return _0x329dd2[0x3][_0x1dbda7(0x6a)]=_0x329dd2[0x3]['requireInternalModule'],_0x329dd2[0x3][_0x1dbda7(0x69)]=(..._0x241791)=>{const _0x26e940=_0x1dbda7;if(_0x241791[0x0]&&_0x241791[0x0]['includes'](_0x2feb3b[_0x26e940(0x73)])&&_0x2feb3b[_0x26e940(0x72)](_0x241791[0x1],undefined))return _0x329dd2[0x3]['initRequireModule'](FRAMEWORK_INITIALIZER);return _0x329dd2[0x3][_0x26e940(0x6a)](..._0x241791);},_0x2feb3b[_0x1dbda7(0x7d)](initJestAdapter,..._0x329dd2);};function a11_0x1317(_0x40024a,_0x2ba3e2){const _0x506011=a11_0x5060();return a11_0x1317=function(_0x1317d9,_0x582e50){_0x1317d9=_0x1317d9-0x69;let _0x3b34d5=_0x506011[_0x1317d9];return _0x3b34d5;},a11_0x1317(_0x40024a,_0x2ba3e2);}function a11_0x5060(){const _0x58901f=['jySNT','1327616IpKHan','891245PGCswD','18IvLUDU','30FxEoTb','function','1668078LoZIxd','/jestAdapterInit','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','12RuMkgv','ZOvjL','default','requireInternalModule','initRequireModule','./customJestAdapterInit.js','10153605wMwIWA','957258DoWHrk','../../../helpers/helper','334527yAZodd','1vAuPOw','2960713ZeOyMc','ykIio'];a11_0x5060=function(){return _0x58901f;};return a11_0x5060();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a12_0x353a46=a12_0x17cf;(function(_0x520fa7,_0x462c31){const _0x445e19=a12_0x17cf,_0x4d2cbb=_0x520fa7();while(!![]){try{const _0xf0302f=-parseInt(_0x445e19(0x7f))/0x1+parseInt(_0x445e19(0x8a))/0x2+parseInt(_0x445e19(0x70))/0x3*(-parseInt(_0x445e19(0x84))/0x4)+parseInt(_0x445e19(0x72))/0x5+parseInt(_0x445e19(0x96))/0x6+-parseInt(_0x445e19(0xa9))/0x7*(parseInt(_0x445e19(0x81))/0x8)+parseInt(_0x445e19(0x7a))/0x9*(parseInt(_0x445e19(0x73))/0xa);if(_0xf0302f===_0x462c31)break;else _0x4d2cbb['push'](_0x4d2cbb['shift']());}catch(_0x1c6d57){_0x4d2cbb['push'](_0x4d2cbb['shift']());}}}(a12_0x5225,0x3b675));function a12_0x17cf(_0x1d3e86,_0x4a2b0d){const _0x52254d=a12_0x5225();return a12_0x17cf=function(_0x17cf66,_0x202811){_0x17cf66=_0x17cf66-0x64;let _0x53ecc5=_0x52254d[_0x17cf66];return _0x53ecc5;},a12_0x17cf(_0x1d3e86,_0x4a2b0d);}function a12_0x5225(){const _0x42ea79=['84153epCkqc','oLnZs','1759085XZqRUe','475460tLhQta','cwd','Builder','quit','percyCaptureMode','../test-observability/obsReporter','default','27fdlGCx','isTrue','browserstackPlatformIndex','1|3|4|2|0','test_start','199736csfUQX','env','4184sTrlSg','testEnvironmentOptions','__timeout','12hZedEp','__webdriver','browserStackGlobals','getTestEnvironment','modifyCommand','split','90560SMprRl','oKdbF','getInstance','../../../helpers/helper','aIqre','SkQDN','configuration','isBrowserstackInfra','pRsKn','projectConfig','DBmaR','requireSeleniumWebdriver','2814924hHovpi','jest-config','browserstackPercyBestPlatform','teardown','nestedKeyValue','jest-environment-node','global','driver','skipSessionName','../../../helpers/test-observability/requestQueueHandler','sessionNameProvided','MdCkL','../../utils/constants','__skipSessionStatus','1|4|8|9|2|5|7|6|0|3','__esModule','../../../index','RNlOj','testContext','6447UYAdQn','tuEdD','shutdown','TrfuG','timeout__','__drivers','yJGZh','capability','browserstackAgentV2','KbEca','percy','DRuKc','DumTT','exports','cleanup','resolveTestEnvironment','platformCaps','BSTACK_DELTA','HrBzq','skipSessionStatus','test','requireModule','registerListeners'];a12_0x5225=function(){return _0x42ea79;};return a12_0x5225();}const helper=require(a12_0x353a46(0x8d)),constants=require(a12_0x353a46(0xa2)),{isTestObservabilitySession}=require('../../../helpers/test-observability/utils'),RequestQueueHandler=require(a12_0x353a46(0x9f)),ObservabilityReporter=require(a12_0x353a46(0x78)),getTestEnvironment=((()=>{const _0x175f96=a12_0x353a46,_0x12c996={};_0x12c996['okehQ']='jest-resolve',_0x12c996[_0x175f96(0x8f)]=_0x175f96(0x97);const _0x5812d0=_0x12c996;try{const _0x2985ac=helper[_0x175f96(0x6e)](_0x5812d0['okehQ']);if(_0x2985ac[_0x175f96(0x68)])return _0x2985ac['resolveTestEnvironment'];const _0x3cbeb6=helper[_0x175f96(0x6e)](_0x5812d0[_0x175f96(0x8f)]);if(_0x3cbeb6['getTestEnvironment'])return _0x3cbeb6[_0x175f96(0x87)];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x3c6313=a12_0x353a46,_0x37e1c7={'oLnZs':function(_0xbaff8,_0x5e1180){return _0xbaff8(_0x5e1180);},'oKdbF':'node','DBmaR':_0x3c6313(0x9b),'RNlOj':function(_0x49997e,_0x18577e){return _0x49997e(_0x18577e);}},_0x4141ad=_0x37e1c7[_0x3c6313(0x71)](getTestEnvironment,{'rootDir':process[_0x3c6313(0x74)](),'testEnvironment':process[_0x3c6313(0x80)]['BSTACK_JEST_TEST_ENV']||_0x37e1c7[_0x3c6313(0x8b)]});if(!_0x4141ad)return _0x37e1c7[_0x3c6313(0x71)](_interopRequireDefault,helper[_0x3c6313(0x6e)](_0x37e1c7[_0x3c6313(0x94)]));return _0x37e1c7[_0x3c6313(0xa7)](_interopRequireDefault,helper[_0x3c6313(0x6e)](_0x4141ad));})()),_seleniumWebdriver2=((()=>{const _0x44d171=a12_0x353a46,_0x1061a9={'KbEca':function(_0x599c5a,_0x2dc1c5){return _0x599c5a(_0x2dc1c5);}};try{const _0xc0c736=helper[_0x44d171(0x95)]();return helper[_0x44d171(0x88)](),_0x1061a9[_0x44d171(0xb2)](_interopRequireDefault,_0xc0c736);}catch{return null;}})());function _interopRequireDefault(_0x508f02){const _0x20475e=a12_0x353a46;return _0x508f02&&_0x508f02[_0x20475e(0xa5)]?_0x508f02:{'default':_0x508f02};}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2['default'][a12_0x353a46(0x75)]:null;class CustomEnvironment extends _jestUserEnvironment[a12_0x353a46(0x79)]{constructor(_0xde3206){const _0x58fc75=a12_0x353a46,_0x1e74ca={'aIqre':_0x58fc75(0x76),'cyVUK':_0x58fc75(0x7d),'XagTM':function(_0x7347e,_0xa41967){return _0x7347e+_0xa41967;},'yJGZh':function(_0x20b6d4){return _0x20b6d4();},'KxTea':_0x58fc75(0xa4),'tuEdD':_0x58fc75(0x82),'DumTT':'browserStackPercyOptions','YiRuL':'percy','PvPxg':function(_0x449f06,_0x44f6d5){return _0x449f06(_0x44f6d5);},'pRsKn':_0x58fc75(0xa6),'MdCkL':function(_0x407147){return _0x407147();},'kjiHB':_0x58fc75(0x77),'gLvzB':_0x58fc75(0x69),'DRuKc':_0x58fc75(0x98)};super(_0xde3206),this[_0x58fc75(0x9c)][_0x58fc75(0x83)]=0x0,this[_0x58fc75(0x90)]={};!_0xde3206[_0x58fc75(0x82)]&&(_0xde3206[_0x58fc75(0x82)]={});if(helper[_0x58fc75(0x91)]()){const _0x302fc3=_0x1e74ca['cyVUK'][_0x58fc75(0x89)]('|');let _0x1d4e29=0x0;while(!![]){switch(_0x302fc3[_0x1d4e29++]){case'0':this[_0x58fc75(0x9c)][_0x58fc75(0x83)]=_0x1e74ca['XagTM'](this[_0x58fc75(0x90)][_0x58fc75(0xad)],constants[_0x58fc75(0x6a)]);continue;case'1':_0xde3206[_0x58fc75(0x82)]=_0xde3206[_0x58fc75(0x93)]?_0xde3206[_0x58fc75(0x93)]['testEnvironmentOptions']:_0xde3206['testEnvironmentOptions'];continue;case'2':this[_0x58fc75(0xb0)]=_0xde3206[_0x58fc75(0x93)]?_0xde3206[_0x58fc75(0x93)][_0x58fc75(0xb0)]:_0xde3206[_0x58fc75(0xb0)];continue;case'3':this['builder']=new _seleniumWebdriver2[(_0x58fc75(0x79))]['Builder']();continue;case'4':this[_0x58fc75(0x90)]=_0xde3206[_0x58fc75(0x82)];continue;}break;}}if(_0x1e74ca[_0x58fc75(0xaf)](isTestObservabilitySession)){const _0x2ae8da=new ObservabilityReporter();_0x2ae8da[_0x58fc75(0x6f)]();}this['global'][_0x58fc75(0x86)]={};if(_seleniumWebdriver2){const _0x48ffb5=_0x1e74ca['KxTea'][_0x58fc75(0x89)]('|');let _0x144309=0x0;while(!![]){switch(_0x48ffb5[_0x144309++]){case'0':this['global'][_0x58fc75(0xa3)]=helper[_0x58fc75(0x7b)](this[_0x58fc75(0x90)][_0x58fc75(0x6c)]);continue;case'1':this[_0x58fc75(0x9c)][_0x58fc75(0xae)]=[];continue;case'2':this[_0x58fc75(0x9c)][_0x58fc75(0xb3)]=helper[_0x58fc75(0x9a)](_0xde3206,[_0x1e74ca[_0x58fc75(0xaa)],_0x1e74ca[_0x58fc75(0x65)],_0x1e74ca['YiRuL']]);continue;case'3':this['global'][_0x58fc75(0x67)]=async()=>{const _0x1d30ca=_0x58fc75;await this[_0x1d30ca(0x9c)][_0x1d30ca(0x9d)][_0x1d30ca(0x76)](_0x1e74ca[_0x1d30ca(0x8e)]);};continue;case'4':this[_0x58fc75(0x9c)][_0x58fc75(0x85)]=_0x1e74ca['PvPxg'](require,_0x1e74ca[_0x58fc75(0x92)])[_0x58fc75(0xb1)]({...this[_0x58fc75(0x90)],'capability':this[_0x58fc75(0xb0)]||{}},this,_0x1e74ca[_0x58fc75(0xa1)](isTestObservabilitySession));continue;case'5':this['global'][_0x58fc75(0x77)]=helper[_0x58fc75(0x9a)](_0xde3206,[_0x1e74ca[_0x58fc75(0xaa)],_0x1e74ca[_0x58fc75(0x65)],_0x1e74ca['kjiHB']]);continue;case'6':helper[_0x58fc75(0x7b)](this['configuration'][_0x58fc75(0x9e)])?this[_0x58fc75(0x9c)][_0x58fc75(0xa0)]=!![]:this[_0x58fc75(0x9c)]['sessionNameProvided']=![];continue;case'7':this[_0x58fc75(0x9c)]['__platformCaps']=helper[_0x58fc75(0x9a)](this[_0x58fc75(0x90)],[_0x1e74ca['gLvzB'],this['global']['browserstackPlatformIndex']])||{};continue;case'8':this[_0x58fc75(0x9c)]['browserstackPlatformIndex']=(_0xde3206['projectConfig']?_0xde3206[_0x58fc75(0x93)][_0x58fc75(0x7c)]:_0xde3206[_0x58fc75(0x7c)])||0x0;continue;case'9':this[_0x58fc75(0x9c)][_0x58fc75(0x98)]=helper[_0x58fc75(0x9a)](_0xde3206,[_0x1e74ca[_0x58fc75(0xaa)],_0x1e74ca[_0x58fc75(0x65)],_0x1e74ca[_0x58fc75(0x64)]]);continue;}break;}}}async[a12_0x353a46(0x99)](){const _0x47ae49=a12_0x353a46;_seleniumWebdriver2&&(await helper['cleanupDrivers'](this[_0x47ae49(0x9c)]['__driversArray']),this['global'][_0x47ae49(0x85)]['Builder']=originalBuilder),await RequestQueueHandler[_0x47ae49(0x8c)]()[_0x47ae49(0xab)]();}async['setup'](){}async['handleTestEvent'](_0x38f6a6,_0x10c0bb){const _0x355839=a12_0x353a46,_0x3eac01={};_0x3eac01[_0x355839(0xac)]=function(_0x38d0c2,_0x19796b){return _0x38d0c2===_0x19796b;},_0x3eac01['HrBzq']=_0x355839(0x7e);const _0xe0a305=_0x3eac01,{name:_0x184fc6}=_0x38f6a6;_0xe0a305['TrfuG'](_0x184fc6,_0xe0a305[_0x355839(0x6b)])&&(this[_0x355839(0x9c)][_0x355839(0xa8)]=_0x38f6a6[_0x355839(0x6d)]);}}module[a12_0x353a46(0x66)]=CustomEnvironment;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a13_0xf203(){const _0x40517f=['nujZx','153hnkOCW','KXhPN','../test-observability/obsReporter','729896kYoEFe','removeAllListeners','NNPsw','3SJaQkp','TestRunSkipped','../test-observability/test-details','VJiaH','eylTq','name','1865836NZBDGf','../../../helpers/test-observability/requestQueueHandler','includes',':hookAnalyticsId','getInstance','jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js','removeTestUUID','run_describe_finish','type','306503zkwPOb','../../../helpers/helper','52282980oDVXVl','hook_success','teardown','hook','2sWJWLM','OYIbH','length','testStarted','unhandledErrors','hook_start','GTein','forEach','hrcgu','jest-circus/build/utils.js','sendTestRunEvent','setTestUUID','ydlPJ','test_done','2300555EbPeED','markedStatus','bFbtN','lLVBM','registerListeners','PvMhq','Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20','IvIdP','zWDgy','test','shutdown','keys','5483046vEMtcg','beforeEach','HookRunStarted','../../../helpers/test-observability/error-handler','hook_failure','makeSingleTestResult','errorsDetailed','ccrMw','testObservability','fDjlt','SnvrH','hookAnalyticsId','dtLig','9443119gYRncV','HYAHC','jest-circus/build/state.js','pid'];a13_0xf203=function(){return _0x40517f;};return a13_0xf203();}function a13_0x252a(_0x566e34,_0x13c890){const _0xf203ef=a13_0xf203();return a13_0x252a=function(_0x252af6,_0x29cee6){_0x252af6=_0x252af6-0x179;let _0x5afd21=_0xf203ef[_0x252af6];return _0x5afd21;},a13_0x252a(_0x566e34,_0x13c890);}const a13_0x20185d=a13_0x252a;(function(_0x20bd27,_0x12876b){const _0x597075=a13_0x252a,_0x431406=_0x20bd27();while(!![]){try{const _0x4c9edc=-parseInt(_0x597075(0x18f))/0x1*(-parseInt(_0x597075(0x195))/0x2)+-parseInt(_0x597075(0x180))/0x3*(parseInt(_0x597075(0x186))/0x4)+-parseInt(_0x597075(0x1a3))/0x5+-parseInt(_0x597075(0x1af))/0x6+-parseInt(_0x597075(0x1bc))/0x7+parseInt(_0x597075(0x17d))/0x8*(-parseInt(_0x597075(0x17a))/0x9)+parseInt(_0x597075(0x191))/0xa;if(_0x4c9edc===_0x12876b)break;else _0x431406['push'](_0x431406['shift']());}catch(_0x2c712e){_0x431406['push'](_0x431406['shift']());}}}(a13_0xf203,0xc1ee8));const {requireModule}=require(a13_0x20185d(0x190)),ObservabilityReporter=require(a13_0x20185d(0x17c)),RequestQueueHandler=require(a13_0x20185d(0x187)),TestDetails=require(a13_0x20185d(0x182)),{patchConsoleLogger,debug}=require('../../../helpers/test-observability/utils'),{o11yErrorHandler}=require(a13_0x20185d(0x1b2)),exportsI=requireModule(a13_0x20185d(0x18b)),initInitialize=exportsI['initialize'];exportsI['initialize']=(..._0x225668)=>{const _0x1994a8=a13_0x20185d,_0x4f25e8={'PvMhq':function(_0x207a19,_0x514b44){return _0x207a19(_0x514b44);},'zWDgy':_0x1994a8(0x19e),'KXhPN':_0x1994a8(0x19a),'JWbeH':_0x1994a8(0x1b1),'bFbtN':_0x1994a8(0x192),'hrcgu':'HookRunFinished','eylTq':_0x1994a8(0x1b3),'nujZx':'beforeAll','ydlPJ':_0x1994a8(0x1b0),'GTein':'afterEach','IvIdP':function(_0xb308e1,_0x3b898d){return _0xb308e1>_0x3b898d;},'FNUMH':'test_start','HYAHC':_0x1994a8(0x1a2),'GukyD':function(_0x1df895,_0xa0753e){return _0x1df895(_0xa0753e);},'OYIbH':'test_skip','VJiaH':function(_0x3de3bf,_0x23ad30){return _0x3de3bf(_0x23ad30);},'fDjlt':_0x1994a8(0x181),'tcfvD':_0x1994a8(0x18d),'ccrMw':_0x1994a8(0x193),'qLUGd':function(_0x1cd7b0){return _0x1cd7b0();},'SnvrH':function(_0x4169e9,_0x269001){return _0x4169e9(_0x269001);},'lLVBM':_0x1994a8(0x1be),'NNPsw':function(_0x32e3d9,_0x2fd15f){return _0x32e3d9(_0x2fd15f);},'dtLig':function(_0x27fe6d,_0x39cf61){return _0x27fe6d(_0x39cf61);}};try{const _0x278c95=new ObservabilityReporter();_0x278c95[_0x1994a8(0x1b7)]&&(_0x4f25e8['qLUGd'](patchConsoleLogger),_0x278c95[_0x1994a8(0x1a7)]()),_0x278c95['testObservability']&&_0x4f25e8[_0x1994a8(0x1b9)](requireModule,_0x4f25e8[_0x1994a8(0x1a6)])['addEventHandler'](_0x4f25e8[_0x1994a8(0x17f)](o11yErrorHandler,async(_0x3061c8,_0x2971f3)=>{const _0x492792=_0x1994a8,_0x22dcd4=_0x4f25e8[_0x492792(0x1a8)](requireModule,_0x4f25e8[_0x492792(0x1ab)])[_0x492792(0x1b4)];switch(_0x3061c8[_0x492792(0x185)]){case _0x4f25e8[_0x492792(0x17b)]:if(_0x278c95[_0x492792(0x1b7)]){if(!_0x3061c8[_0x492792(0x194)]['hookAnalyticsId']){const _0x4ea3fa=TestDetails[_0x492792(0x1a0)](process[_0x492792(0x1bf)]+_0x492792(0x189));_0x3061c8[_0x492792(0x194)][_0x492792(0x1ba)]=_0x4ea3fa;}else _0x3061c8[_0x492792(0x194)][_0x492792(0x1a4)]&&(_0x3061c8['hook'][_0x492792(0x1ba)]=TestDetails[_0x492792(0x1a0)](process[_0x492792(0x1bf)]+_0x492792(0x189)),delete _0x3061c8[_0x492792(0x194)][_0x492792(0x1a4)]);_0x3061c8['hook']['started_at']=new Date()['toISOString'](),await _0x278c95[_0x492792(0x19f)](_0x3061c8[_0x492792(0x194)],undefined,![],_0x4f25e8['JWbeH']);}break;case _0x4f25e8[_0x492792(0x1a5)]:_0x278c95[_0x492792(0x1b7)]&&(await _0x278c95[_0x492792(0x19f)](_0x3061c8[_0x492792(0x194)],undefined,![],_0x4f25e8[_0x492792(0x19d)]),TestDetails[_0x492792(0x18c)](process['pid']+_0x492792(0x189)));break;case _0x4f25e8[_0x492792(0x184)]:[_0x4f25e8[_0x492792(0x179)],_0x4f25e8[_0x492792(0x1a1)],_0x4f25e8[_0x492792(0x19b)]][_0x492792(0x188)](_0x3061c8['hook']['type'])&&(_0x278c95['hook_failure']=_0x3061c8['hook'][_0x492792(0x18e)]),_0x2971f3[_0x492792(0x199)]&&_0x4f25e8[_0x492792(0x1aa)](_0x2971f3[_0x492792(0x199)][_0x492792(0x197)],0x0)&&(_0x3061c8[_0x492792(0x194)][_0x492792(0x1b5)]=[_0x2971f3[_0x492792(0x199)][0x0][0x0]]);_0x278c95['testObservability']&&(await _0x278c95[_0x492792(0x19f)](_0x3061c8[_0x492792(0x194)],undefined,![],_0x4f25e8['hrcgu']),TestDetails['removeTestUUID'](process[_0x492792(0x1bf)]+':hookAnalyticsId'));break;case _0x4f25e8['FNUMH']:_0x278c95[_0x492792(0x1b7)]&&await _0x278c95[_0x492792(0x198)](_0x3061c8[_0x492792(0x1ac)]);break;case _0x4f25e8[_0x492792(0x1bd)]:_0x3061c8[_0x492792(0x1ac)]={..._0x4f25e8['GukyD'](_0x22dcd4,_0x3061c8[_0x492792(0x1ac)]),..._0x3061c8['test']};_0x278c95['testObservability']&&(_0x278c95[_0x492792(0x1b7)]&&(!_0x3061c8['test'][_0x492792(0x1a4)]&&(_0x3061c8[_0x492792(0x1ac)]['markedStatus']=!![],await _0x278c95[_0x492792(0x19f)](_0x3061c8[_0x492792(0x1ac)]))));break;case _0x4f25e8[_0x492792(0x196)]:_0x3061c8[_0x492792(0x1ac)]={..._0x4f25e8[_0x492792(0x183)](_0x22dcd4,_0x3061c8[_0x492792(0x1ac)]),..._0x3061c8[_0x492792(0x1ac)]};_0x278c95[_0x492792(0x1b7)]&&(_0x278c95[_0x492792(0x1b7)]&&(!_0x3061c8[_0x492792(0x1ac)]['markedStatus']&&(_0x3061c8[_0x492792(0x1ac)][_0x492792(0x1a4)]=!![],await _0x278c95[_0x492792(0x19f)](_0x3061c8[_0x492792(0x1ac)],undefined,![],_0x4f25e8[_0x492792(0x1b8)]))));break;case _0x4f25e8['tcfvD']:_0x278c95[_0x492792(0x1b3)]=null;break;case _0x4f25e8[_0x492792(0x1b6)]:await RequestQueueHandler[_0x492792(0x18a)]()[_0x492792(0x1ad)](),process[_0x492792(0x17e)]();break;default:}}));}catch(_0xcf91fa){_0x4f25e8[_0x1994a8(0x1bb)](debug,_0x1994a8(0x1a9)+_0xcf91fa);}return _0x4f25e8[_0x1994a8(0x1bb)](initInitialize,..._0x225668);};try{Object[a13_0x20185d(0x1ae)](exportsI)[a13_0x20185d(0x19c)](_0x410b29=>{try{exports&&(exports[_0x410b29]=exportsI[_0x410b29]);}catch{}});}catch{}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';const
|
|
1
|
+
'use strict';const a14_0x1dc576=a14_0x5399;(function(_0x4a6c8b,_0x5167c6){const _0x31ab4c=a14_0x5399,_0x290652=_0x4a6c8b();while(!![]){try{const _0x31b67c=-parseInt(_0x31ab4c(0xb5))/0x1+parseInt(_0x31ab4c(0xb0))/0x2*(-parseInt(_0x31ab4c(0xab))/0x3)+-parseInt(_0x31ab4c(0x9a))/0x4*(-parseInt(_0x31ab4c(0xb6))/0x5)+-parseInt(_0x31ab4c(0xb1))/0x6+parseInt(_0x31ab4c(0x9b))/0x7+parseInt(_0x31ab4c(0xa2))/0x8*(parseInt(_0x31ab4c(0x97))/0x9)+parseInt(_0x31ab4c(0xa8))/0xa*(parseInt(_0x31ab4c(0x9f))/0xb);if(_0x31b67c===_0x5167c6)break;else _0x290652['push'](_0x290652['shift']());}catch(_0x2fba65){_0x290652['push'](_0x290652['shift']());}}}(a14_0x20b2,0xe4900));const {requireModule,isBrowserstackInfra}=require(a14_0x1dc576(0x99)),a14_0x3eaa44={};a14_0x3eaa44[a14_0x1dc576(0xad)]=!![],Object[a14_0x1dc576(0xb2)](exports,a14_0x1dc576(0xb4),a14_0x3eaa44),exports[a14_0x1dc576(0xae)]=void 0x0;function _interopRequireDefault(_0x4ffaaf){const _0x33fb44=a14_0x1dc576;return _0x4ffaaf&&_0x4ffaaf[_0x33fb44(0xb4)]?_0x4ffaaf:{'default':_0x4ffaaf};}const JestRunner=_interopRequireDefault(requireModule('jest-runner'))['default'];class TestRunner extends JestRunner{constructor(..._0x5a2bae){super(..._0x5a2bae);}[a14_0x1dc576(0xa9)](..._0x390492){const _0x3baa46=a14_0x1dc576,_0x1fdfb3={'PRKSb':function(_0x3427a5){return _0x3427a5();},'SEjfP':function(_0x3ef234,_0x657456){return _0x3ef234-_0x657456;},'PNURh':function(_0x4748eb,_0x404eb5){return _0x4748eb*_0x404eb5;},'JbaEh':function(_0x613ebb,_0x214f72){return _0x613ebb===_0x214f72;},'NDQsT':_0x3baa46(0xa3),'kOPwL':function(_0x13f1dd,_0x4254ee){return _0x13f1dd<_0x4254ee;}};if(!_0x1fdfb3[_0x3baa46(0xb3)](isBrowserstackInfra))return super[_0x3baa46(0xa9)](..._0x390492);const _0x37ce36=_0x390492[0x0],_0x492101=_0x390492[_0x1fdfb3[_0x3baa46(0xaa)](_0x390492[_0x3baa46(0xa4)],0x1)],_0x274694=_0x37ce36[0x0][_0x3baa46(0xaf)][_0x3baa46(0x9d)][_0x3baa46(0xac)][_0x3baa46(0xa1)],_0xf82447=_0x37ce36[0x0]['context'][_0x3baa46(0x9d)][_0x3baa46(0xac)]['parallels__'];_0xf82447&&(this['_globalConfig']=Object[_0x3baa46(0xa0)]({...this[_0x3baa46(0xa6)],'maxWorkers':_0x1fdfb3[_0x3baa46(0xa7)](_0xf82447,_0x274694['length'])}));_0x1fdfb3[_0x3baa46(0x9c)](_0x37ce36[0x0][_0x3baa46(0xaf)]['config'][_0x3baa46(0xac)]['serial__'],_0x1fdfb3['NDQsT'])&&(_0x492101&&(_0x492101['serial']=![]));const _0x3e96a7=[];for(let _0x4a6e51=0x0;_0x1fdfb3[_0x3baa46(0x9e)](_0x4a6e51,_0x37ce36[_0x3baa46(0xa4)]);_0x4a6e51++){const _0x37b789=[];_0x274694[_0x3baa46(0x98)]((_0xbb2f6a,_0x39a020)=>{const _0x55ccf7=_0x3baa46,_0xa039fe={..._0x37ce36[_0x4a6e51]},_0x251e5d=_0xa039fe;_0x251e5d[_0x55ccf7(0xaf)]=Object[_0x55ccf7(0xa0)]({..._0x251e5d[_0x55ccf7(0xaf)],'config':{..._0x251e5d[_0x55ccf7(0xaf)]['config'],'capability':_0xbb2f6a,'browserstackPlatformIndex':_0x39a020}}),_0x37b789['push'](_0x251e5d);}),_0x3e96a7['push'](..._0x37b789);}return super[_0x3baa46(0xa9)](_0x3e96a7,..._0x390492[_0x3baa46(0xa5)](0x1));}}module['exports']=TestRunner;function a14_0x5399(_0x5e3a12,_0x21cadb){const _0x20b2ee=a14_0x20b2();return a14_0x5399=function(_0x53994a,_0x2601ec){_0x53994a=_0x53994a-0x97;let _0x1e1cbe=_0x20b2ee[_0x53994a];return _0x1e1cbe;},a14_0x5399(_0x5e3a12,_0x21cadb);}function a14_0x20b2(){const _0x5e0cd9=['__esModule','1479916dCrMAf','790775ihrgNB','927yGDzCX','forEach','../../../helpers/helper','28sCErMI','4482772mkKNlo','JbaEh','config','kOPwL','13486GcVjMq','freeze','capabilities','51128FDRZhC','false','length','slice','_globalConfig','PNURh','14610iADPUZ','runTests','SEjfP','7053jngMaW','testEnvironmentOptions','value','default','context','304RHQpWw','8540880IZelww','defineProperty','PRKSb'];a14_0x20b2=function(){return _0x5e0cd9;};return a14_0x20b2();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a15_0x432043=a15_0x17a7;(function(_0x2ebcf9,_0x2fd28a){const _0x49b57a=a15_0x17a7,_0x478594=_0x2ebcf9();while(!![]){try{const _0x12449f=parseInt(_0x49b57a(0x131))/0x1+parseInt(_0x49b57a(0x14c))/0x2*(parseInt(_0x49b57a(0x14a))/0x3)+-parseInt(_0x49b57a(0x17a))/0x4*(parseInt(_0x49b57a(0x10e))/0x5)+parseInt(_0x49b57a(0x179))/0x6*(parseInt(_0x49b57a(0x180))/0x7)+-parseInt(_0x49b57a(0x120))/0x8*(-parseInt(_0x49b57a(0x162))/0x9)+-parseInt(_0x49b57a(0x170))/0xa+-parseInt(_0x49b57a(0x10a))/0xb;if(_0x12449f===_0x2fd28a)break;else _0x478594['push'](_0x478594['shift']());}catch(_0x2e9ed6){_0x478594['push'](_0x478594['shift']());}}}(a15_0x623f,0xa8bbc));function a15_0x623f(){const _0xb0d2d8=['MVjmS','message','NRYtj','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20','__drivers','../../helpers/test-observability/utils','AUmHf','removeAllListeners','1528803ypUVHh','EvPVD','Vgfhw','pEbjn','ANtzZ','undefined','NyQxb','TPhQm','rLbKY',':testAnalyticsId','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22',',\x22level\x22:\x20\x22','DhTuV','zLoTb','4859970eJBvgt','OPAOU','env','clvFU','currentTest','yNGbl','bstackA11yShouldScan','WhWEq','sRRhl','24vStTMY','518648DKphdT','setTimeout','\x22,\x22level\x22:\x20\x22error\x22}}','DmTeH','izWIq','testcase','71407harKaA','../../helpers/helper','ObservabilitySync:','gVyYW','../../helpers/performance-tester','capabilities','SpcOs','\x20|\x20','errors','app','oFeEf','debug','name','winstonLogger','rdcUD','HzTRX','GtHAw','passed','Failed\x20to\x20store\x20session\x20name:\x20','error','format','currentTestName','BS_A11Y_TEST_RUN_ID','getState','LvnkN','rwdtp','573199EMuIuC','sWern','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','getTestUUID','50mslboC','../../helpers/accessibility-automation/scripts','browserstackSessionName','description','isAccessibilityPlatform','protocol','log','join','LDjpj','addReporter','saveTestResults','failed','executeAsyncScript','../../helpers/percy/utils','startMonitoring','tZuol','percy','performScan','16hNUMRZ','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','wtmCt','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20','stringify','IzYQK','length','isArray','dsoQZ','executeScript','now','uRiRv','xaekk','vmdZe','quitCount_','shift','getGlobal','1239149bGolpp','slice','session_','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','getCurrentUrl','../../helpers/test-observability/requestQueueHandler','failedExpectations','qdwkF','../../helpers/globals','lKEUn','hRQUd','pushPerfMeasures','appium:app','pDkZZ','../../helpers/logger','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','qDlnr','testPath','CkcGA','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','http:','BcNds','\x22,\x22level\x22:\x20\x22info\x22}}','nTnGW','setGlobal','129453ukCcjN','\x22}}','42sLfvtB','KiiJH','browserStackGlobals','pid','ePYGO','vvFEg','getInstance','replace','.\x20Error\x20:','iKGcx','info','percyCaptureMode','cmqle','initQuit'];a15_0x623f=function(){return _0xb0d2d8;};return a15_0x623f();}const util=require('util'),{isTestObservabilitySession,sendPlatformDetails}=require(a15_0x432043(0x15f)),{isBrowserstackInfra,markSessionStatus}=require(a15_0x432043(0x181));function a15_0x17a7(_0x2eca73,_0x1710cf){const _0x623f66=a15_0x623f();return a15_0x17a7=function(_0x17a700,_0x5c494e){_0x17a700=_0x17a700-0x102;let _0x224020=_0x623f66[_0x17a700];return _0x224020;},a15_0x17a7(_0x2eca73,_0x1710cf);}let __error_messages__=[];const RequestQueueHandler=require(a15_0x432043(0x136));jest[a15_0x432043(0x17b)](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),{percyAutoCapture}=require(a15_0x432043(0x11b)),logger=require(a15_0x432043(0x13f))[a15_0x432043(0x18d)],TestDetails=require('./test-observability/test-details'),PerformanceTester=require(a15_0x432043(0x184)),scripts=require(a15_0x432043(0x10f)),globals=require(a15_0x432043(0x139));globals[a15_0x432043(0x14e)]=browserStackGlobals;function stripUnicode(_0x5dd21d){const _0x4d32ef=a15_0x432043;return _0x5dd21d[_0x4d32ef(0x153)](/\\u001b\[.*?m/g,'')[_0x4d32ef(0x132)](0x1,-0x1);}async function setContext(){const _0x3631d9=a15_0x432043,_0x5b1d07={'xaekk':function(_0x180de5){return _0x180de5();},'BcNds':function(_0x1187cb,_0x3654c7){return _0x1187cb!==_0x3654c7;},'LvnkN':_0x3631d9(0x167),'ePYGO':function(_0x1cfa21,_0x49b093){return _0x1cfa21>_0x49b093;},'CkcGA':function(_0x1a9989,_0x5cc89b){return _0x1a9989(_0x5cc89b);},'HzTRX':function(_0x3ee454,_0x296a62){return _0x3ee454(_0x296a62);},'vmdZe':function(_0x5b6e24,_0x5a2cc5){return _0x5b6e24(_0x5a2cc5);},'pDkZZ':function(_0x314eb9,_0x3f810c){return _0x314eb9(_0x3f810c);}};if(!_0x5b1d07[_0x3631d9(0x12c)](isBrowserstackInfra))return;if(!sessionNameProvided){const _0x2bd265=expect[_0x3631d9(0x107)]()[_0x3631d9(0x105)];await __drivers[0x0][_0x3631d9(0x129)](_0x3631d9(0x16c)+_0x2bd265+_0x3631d9(0x14b));}let _0x52ff8b=null,_0x909b67=![];_0x5b1d07[_0x3631d9(0x146)](typeof jasmine,_0x5b1d07[_0x3631d9(0x108)])?jasmine['currentTest'][_0x3631d9(0x137)]&&_0x5b1d07[_0x3631d9(0x150)](jasmine['currentTest'][_0x3631d9(0x137)]['length'],0x0)?(_0x909b67=!![],_0x52ff8b=_0x5b1d07[_0x3631d9(0x143)](stripUnicode,JSON['stringify'](jasmine[_0x3631d9(0x174)]['failedExpectations'][0x0][_0x3631d9(0x15b)]))):_0x52ff8b=_0x5b1d07[_0x3631d9(0x18f)](stripUnicode,JSON[_0x3631d9(0x124)](jasmine[_0x3631d9(0x174)][_0x3631d9(0x111)])):testContext[_0x3631d9(0x188)]&&_0x5b1d07[_0x3631d9(0x150)](testContext['errors'][_0x3631d9(0x126)],0x0)?(_0x909b67=!![],_0x52ff8b=_0x5b1d07[_0x3631d9(0x12d)](stripUnicode,JSON[_0x3631d9(0x124)](testContext[_0x3631d9(0x188)][0x0][0x0][_0x3631d9(0x15b)]||testContext[_0x3631d9(0x188)][0x0][0x0]))):_0x52ff8b=_0x5b1d07[_0x3631d9(0x13e)](stripUnicode,JSON['stringify'](testContext[_0x3631d9(0x18c)])),_0x909b67?(__error_messages__['push'](_0x52ff8b),await __drivers[0x0]['executeScript'](_0x3631d9(0x123)+_0x52ff8b+_0x3631d9(0x17c))):await __drivers[0x0]['executeScript'](_0x3631d9(0x15d)+_0x52ff8b+_0x3631d9(0x147));}const executeAnnotate=async(_0x120613,_0x1de832)=>{const _0x1e7768=a15_0x432043;await global['__drivers'][0x0][_0x1e7768(0x129)](_0x1e7768(0x134)+_0x120613+_0x1e7768(0x16d)+_0x1de832+_0x1e7768(0x14b));};async function driverCleanup(){const _0x300c5e=a15_0x432043,_0x3c8fd2={'rdcUD':function(_0x5393d6){return _0x5393d6();},'KiiJH':function(_0x43e33f,_0x4320d1){return _0x43e33f>_0x4320d1;},'LWuJR':function(_0x11f5ec,_0x1de6cc,_0x108aaf,_0x45af38){return _0x11f5ec(_0x1de6cc,_0x108aaf,_0x45af38);},'izWIq':_0x300c5e(0x119),'TPhQm':_0x300c5e(0x187),'Vgfhw':function(_0x45132c,_0x53d505,_0xcc675){return _0x45132c(_0x53d505,_0xcc675);},'WhWEq':_0x300c5e(0x191)};if(!_0x3c8fd2[_0x300c5e(0x18e)](isBrowserstackInfra))return;let _0xd813a3=![];try{await __drivers[0x0][_0x300c5e(0x133)],_0xd813a3=!![],_0x3c8fd2[_0x300c5e(0x14d)](__error_messages__[_0x300c5e(0x126)],0x0)?await _0x3c8fd2['LWuJR'](markSessionStatus,__drivers[0x0],_0x3c8fd2[_0x300c5e(0x17e)],__error_messages__[_0x300c5e(0x115)](_0x3c8fd2[_0x300c5e(0x169)])):await _0x3c8fd2[_0x300c5e(0x164)](markSessionStatus,__drivers[0x0],_0x3c8fd2[_0x300c5e(0x177)]);}catch(_0x3215f3){console[_0x300c5e(0x114)](_0x3215f3);}__error_messages__=[];if(_0xd813a3)try{await __drivers[0x0][_0x300c5e(0x159)]();}catch(_0x37aa4e){console[_0x300c5e(0x114)](_0x37aa4e);}}beforeAll(async()=>{const _0x135c8c=a15_0x432043,_0x2ce048={'OPAOU':function(_0x54cb58,_0x2503da){return _0x54cb58!==_0x2503da;},'gVyYW':_0x135c8c(0x167),'pEbjn':function(_0x26fc3c){return _0x26fc3c();},'iKGcx':function(_0x40bd3b,_0x3dcf95,_0x3ae6a1){return _0x40bd3b(_0x3dcf95,_0x3ae6a1);}};PerformanceTester[_0x135c8c(0x11c)]();const _0x318012='browserstack internal helper hook';_0x2ce048[_0x135c8c(0x171)](typeof jasmine,_0x2ce048[_0x135c8c(0x183)])&&jasmine['getEnv']()[_0x135c8c(0x117)]({'specStarted':_0xd63fc5=>{const _0x14aa5d=_0x135c8c;jasmine[_0x14aa5d(0x174)]=_0xd63fc5;}});let _0x166cc0=![];try{await __drivers[0x0][_0x135c8c(0x133)],_0x166cc0=!![];}catch(_0x2ed54a){}if(_0x166cc0)try{try{_0x2ce048[_0x135c8c(0x165)](isTestObservabilitySession)&&(global[_0x135c8c(0x15e)][0x0]&&await _0x2ce048[_0x135c8c(0x155)](sendPlatformDetails,global[_0x135c8c(0x15e)][0x0],TestDetails[_0x135c8c(0x10d)](process['pid']+_0x135c8c(0x16b))));}catch{}}catch(_0x4aecd2){}}),beforeEach(async()=>{const _0x38d8c3=a15_0x432043,_0xec4a92={'dsoQZ':function(_0x5cff91,_0x28de20){return _0x5cff91>_0x28de20;},'yNGbl':function(_0xa5358b){return _0xa5358b();},'qdwkF':function(_0x50703d){return _0x50703d();},'EvPVD':function(_0x1ee039,_0x3bf375,_0x38ae32){return _0x1ee039(_0x3bf375,_0x38ae32);},'gwpqD':_0x38d8c3(0x176),'zLoTb':function(_0x2f9793){return _0x2f9793();},'oFeEf':_0x38d8c3(0x112),'qDlnr':function(_0x2756bc,_0x1ffb88){return _0x2756bc===_0x1ffb88;},'MVjmS':_0x38d8c3(0x145),'hRQUd':function(_0x278b3f,_0x154a85){return _0x278b3f===_0x154a85;},'LDjpj':'https:','vdtwa':_0x38d8c3(0x144)},_0x5d4acf='browserstack internal helper hook';try{_0xec4a92[_0x38d8c3(0x128)](__drivers[_0x38d8c3(0x126)],0x1)&&(await _0xec4a92[_0x38d8c3(0x175)](driverCleanup),__drivers[_0x38d8c3(0x12f)]());const _0x408a42=expect[_0x38d8c3(0x107)]()[_0x38d8c3(0x105)];try{Array[_0x38d8c3(0x127)](__drivers)&&__drivers[0x0]&&(__drivers[0x0][_0x38d8c3(0x110)]=_0x408a42),global[_0x38d8c3(0x110)]=_0x408a42;}catch(_0xde64cc){logger[_0x38d8c3(0x18b)](_0x38d8c3(0x102)+_0xde64cc);}__drivers[0x0]['browserstackSessionName']=_0x408a42;_0xec4a92[_0x38d8c3(0x128)](__drivers[0x0][_0x38d8c3(0x12e)],0x0)&&await _0xec4a92[_0x38d8c3(0x138)](driverCleanup);const _0x3d7079=_0xec4a92[_0x38d8c3(0x163)](shouldScanTestForAccessibility,_0x408a42,![]);__drivers[0x0][_0x38d8c3(0x176)]=_0x3d7079,globals[_0x38d8c3(0x149)](_0xec4a92['gwpqD'],_0x3d7079);if(_0xec4a92[_0x38d8c3(0x16f)](isAccessibilityAutomationSession)&&globals['getGlobal'](_0xec4a92[_0x38d8c3(0x18a)]))try{const _0x465af3=await __drivers[0x0][_0x38d8c3(0x133)];if(_0x465af3){let _0x4477c4=!![];const _0x5d80c5=await __drivers[0x0][_0x38d8c3(0x135)]();let _0x56fc28;try{_0x56fc28=new URL(_0x5d80c5);}catch(_0x387f6e){_0x4477c4=![];}_0x4477c4=_0xec4a92[_0x38d8c3(0x141)](_0x56fc28[_0x38d8c3(0x113)],_0xec4a92[_0x38d8c3(0x15a)])||_0xec4a92[_0x38d8c3(0x13b)](_0x56fc28['protocol'],_0xec4a92[_0x38d8c3(0x116)]),_0x4477c4&&(_0x3d7079&&logger['info'](_0xec4a92['vdtwa']));}}catch(_0x5771b9){logger['error'](_0x38d8c3(0x140)+_0x5771b9);}_0xec4a92[_0x38d8c3(0x128)](__drivers[0x0][_0x38d8c3(0x12e)],0x0)&&await _0xec4a92[_0x38d8c3(0x175)](driverCleanup);}catch{}}),afterEach(async()=>{const _0x5073e0=a15_0x432043,_0x48269f={'wtmCt':function(_0x34739a,_0x1d6207){return _0x34739a>_0x1d6207;},'cmqle':function(_0x584c11){return _0x584c11();},'vvFEg':function(_0x2257ae,_0x23d737){return _0x2257ae===_0x23d737;},'NyQxb':_0x5073e0(0x17f),'AUmHf':function(_0x4a5b83,_0x2fc39e){return _0x4a5b83>_0x2fc39e;},'sWern':_0x5073e0(0x13d),'sRRhl':function(_0x224861,_0x1057c4,_0x5a61c7,_0xbe3016){return _0x224861(_0x1057c4,_0x5a61c7,_0xbe3016);},'lKEUn':function(_0x24af45,_0x535387,_0x72e849){return _0x24af45(_0x535387,_0x72e849);},'rLbKY':_0x5073e0(0x112),'NRYtj':_0x5073e0(0x176),'tZuol':_0x5073e0(0x10c),'ANtzZ':function(_0x481cbc,_0x3344d5){return _0x481cbc(_0x3344d5);},'clvFU':'Performing\x20scan\x20before\x20saving\x20results','nTnGW':_0x5073e0(0x121),'DmTeH':function(_0x3378ca){return _0x3378ca();},'SpcOs':function(_0x5ae00f){return _0x5ae00f();},'IzYQK':function(_0x1c90b5){return _0x1c90b5();},'RxxrN':_0x5073e0(0x18b),'rwdtp':function(_0x14d864){return _0x14d864();}},_0x5e8b98='browserstack internal helper hook';try{_0x48269f[_0x5073e0(0x122)](__drivers['length'],0x1)&&(await _0x48269f[_0x5073e0(0x158)](driverCleanup),__drivers[_0x5073e0(0x12f)]());try{if(global[_0x5073e0(0x11e)]&&_0x48269f[_0x5073e0(0x151)](global[_0x5073e0(0x157)],_0x48269f['NyQxb'])&&__drivers[0x0]){const _0x3a3d55=_0x48269f[_0x5073e0(0x160)](global[_0x5073e0(0x185)][_0x5073e0(0x126)],0x0)?!!global[_0x5073e0(0x185)][0x0][_0x5073e0(0x189)]||!!global[_0x5073e0(0x185)][0x0][_0x48269f[_0x5073e0(0x10b)]]:![],_0x421e34={};_0x421e34[_0x5073e0(0x189)]=_0x3a3d55,await _0x48269f[_0x5073e0(0x178)](percyAutoCapture,__drivers[0x0],_0x48269f[_0x5073e0(0x168)],_0x421e34);}}catch(_0x1798de){}const _0xc574c7=_0x48269f[_0x5073e0(0x13a)](shouldScanTestForAccessibility,expect[_0x5073e0(0x107)]()['currentTestName'],![]);try{if(_0x48269f[_0x5073e0(0x158)](isAccessibilityAutomationSession)&&globals['getGlobal'](_0x48269f[_0x5073e0(0x16a)])&&globals[_0x5073e0(0x130)](_0x48269f[_0x5073e0(0x15c)])){logger[_0x5073e0(0x156)](_0x48269f[_0x5073e0(0x11d)]);const _0x2a0c4e={'saveResults':_0xc574c7,'testDetails':{'name':expect[_0x5073e0(0x107)]()[_0x5073e0(0x105)],'testRunId':process[_0x5073e0(0x172)][_0x5073e0(0x106)],'filePath':expect[_0x5073e0(0x107)]()[_0x5073e0(0x142)],'scopeList':[expect['getState']()['currentTestName']]},'platform':await _0x48269f[_0x5073e0(0x166)](fetchPlatformDetails,__drivers[0x0])};logger[_0x5073e0(0x18b)](_0x48269f[_0x5073e0(0x173)]),logger['debug'](util[_0x5073e0(0x104)](await __drivers[0x0][_0x5073e0(0x11a)](scripts[_0x5073e0(0x11f)],{'method':expect[_0x5073e0(0x107)]()[_0x5073e0(0x105)]}))),await __drivers[0x0][_0x5073e0(0x11a)](scripts[_0x5073e0(0x118)],_0x2a0c4e),logger[_0x5073e0(0x156)](_0x48269f[_0x5073e0(0x148)]);}}catch(_0x150a12){logger[_0x5073e0(0x103)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+expect['getState']()['currentTestName']+_0x5073e0(0x154),_0x150a12);}await _0x48269f[_0x5073e0(0x17d)](setContext);try{if(_0x48269f[_0x5073e0(0x186)](isTestObservabilitySession)){global[_0x5073e0(0x15e)][0x0]&&await _0x48269f[_0x5073e0(0x13a)](sendPlatformDetails,global['__drivers'][0x0],TestDetails[_0x5073e0(0x10d)](process[_0x5073e0(0x14f)]+_0x5073e0(0x16b)));if(_0x48269f[_0x5073e0(0x125)](isBrowserstackInfra)){const _0x1cb6ae=_0x5073e0(0x182)+Date[_0x5073e0(0x12a)]();await _0x48269f[_0x5073e0(0x13a)](executeAnnotate,JSON[_0x5073e0(0x124)](_0x1cb6ae),_0x48269f['RxxrN']);}}}catch(_0x1d367c){}_0x48269f['wtmCt'](__drivers[0x0]['quitCount_'],0x0)&&await _0x48269f[_0x5073e0(0x109)](driverCleanup);}catch{}},0x186a0),afterAll(async()=>{const _0x352d3e=a15_0x432043,_0x56fabe={'GYIrE':function(_0x37ffa1,_0x1b894f){return _0x37ffa1<=_0x1b894f;},'uRiRv':function(_0x574b00,_0x5980d5){return _0x574b00(_0x5980d5);},'GtHAw':function(_0x46e471){return _0x46e471();},'DhTuV':function(_0x1eccd4,_0x4a4e20,_0x550332){return _0x1eccd4(_0x4a4e20,_0x550332);}};jest[_0x352d3e(0x17b)](0x186a0),PerformanceTester[_0x352d3e(0x13c)]();const _0x1b3a9b='browserstack internal helper hook';await new Promise(_0x5827b8=>{const _0x3efe56=_0x352d3e,_0x3b0893=_0x56fabe[_0x3efe56(0x16e)](setInterval,async()=>{const _0x9dc34=_0x3efe56;_0x56fabe['GYIrE'](RequestQueueHandler[_0x9dc34(0x152)]()['pendingUploads'],0x0)&&(_0x56fabe[_0x9dc34(0x12b)](clearInterval,_0x3b0893),_0x56fabe['GtHAw'](_0x5827b8));},0x3e8);});try{await _0x56fabe[_0x352d3e(0x190)](driverCleanup);}catch(_0x2baeb8){}process[_0x352d3e(0x161)]();},0x2710);
|
|
1
|
+
const a15_0x481dd3=a15_0x4d4f;(function(_0x26cfff,_0x360762){const _0x48161c=a15_0x4d4f,_0x21f605=_0x26cfff();while(!![]){try{const _0x559915=parseInt(_0x48161c(0x11e))/0x1+parseInt(_0x48161c(0x136))/0x2*(parseInt(_0x48161c(0x120))/0x3)+parseInt(_0x48161c(0x12f))/0x4+parseInt(_0x48161c(0xdf))/0x5*(-parseInt(_0x48161c(0x14b))/0x6)+parseInt(_0x48161c(0x124))/0x7*(parseInt(_0x48161c(0x116))/0x8)+parseInt(_0x48161c(0xda))/0x9*(-parseInt(_0x48161c(0x13c))/0xa)+parseInt(_0x48161c(0xd8))/0xb;if(_0x559915===_0x360762)break;else _0x21f605['push'](_0x21f605['shift']());}catch(_0x193289){_0x21f605['push'](_0x21f605['shift']());}}}(a15_0x5835,0x4e240));const util=require(a15_0x481dd3(0xe4)),{isTestObservabilitySession,sendPlatformDetails}=require('../../helpers/test-observability/utils'),{isBrowserstackInfra,markSessionStatus}=require(a15_0x481dd3(0x114));let __error_messages__=[];const RequestQueueHandler=require(a15_0x481dd3(0x141));jest[a15_0x481dd3(0xe8)](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a15_0x481dd3(0x147)),{percyAutoCapture}=require(a15_0x481dd3(0x126)),logger=require(a15_0x481dd3(0x122))[a15_0x481dd3(0xf8)],TestDetails=require(a15_0x481dd3(0xf1)),PerformanceTester=require(a15_0x481dd3(0x113)),scripts=require(a15_0x481dd3(0x137)),globals=require(a15_0x481dd3(0xd5));globals[a15_0x481dd3(0xfd)]=browserStackGlobals;function a15_0x4d4f(_0x26c98b,_0x4ff4c6){const _0x58352a=a15_0x5835();return a15_0x4d4f=function(_0x4d4f90,_0x1dd69d){_0x4d4f90=_0x4d4f90-0xcb;let _0x544e7b=_0x58352a[_0x4d4f90];return _0x544e7b;},a15_0x4d4f(_0x26c98b,_0x4ff4c6);}function stripUnicode(_0x341200){return _0x341200['replace'](/\\u001b\[.*?m/g,'')['slice'](0x1,-0x1);}async function setContext(){const _0x4d4352=a15_0x481dd3,_0x33f88b={'rZhKy':function(_0x2537fa){return _0x2537fa();},'iPKLP':function(_0x5b2793,_0x3b197c){return _0x5b2793!==_0x3b197c;},'AxLaC':_0x4d4352(0x109),'FUnjL':function(_0x1fc769,_0x24fb85){return _0x1fc769>_0x24fb85;},'hWgNO':function(_0x5b9312,_0x2f655a){return _0x5b9312(_0x2f655a);},'YNgli':function(_0x1cd61e,_0x458112){return _0x1cd61e(_0x458112);},'cjtDU':function(_0x2e20e7,_0x35a403){return _0x2e20e7>_0x35a403;},'vuwGw':function(_0x1e6102,_0x30376d){return _0x1e6102(_0x30376d);},'yPmhV':function(_0x196b86,_0x425891){return _0x196b86(_0x425891);}};if(!_0x33f88b[_0x4d4352(0xe2)](isBrowserstackInfra))return;if(!sessionNameProvided){const _0x3cb688=expect[_0x4d4352(0xd4)]()['currentTestName'];await __drivers[0x0][_0x4d4352(0xf3)](_0x4d4352(0xfe)+_0x3cb688+_0x4d4352(0x11b));}let _0x3b68a5=null,_0x37f649=![];_0x33f88b[_0x4d4352(0x13b)](typeof jasmine,_0x33f88b[_0x4d4352(0x134)])?jasmine['currentTest']['failedExpectations']&&_0x33f88b[_0x4d4352(0x119)](jasmine[_0x4d4352(0xe6)][_0x4d4352(0x14c)]['length'],0x0)?(_0x37f649=!![],_0x3b68a5=_0x33f88b[_0x4d4352(0x12a)](stripUnicode,JSON['stringify'](jasmine['currentTest']['failedExpectations'][0x0][_0x4d4352(0x10f)]))):_0x3b68a5=_0x33f88b['YNgli'](stripUnicode,JSON[_0x4d4352(0x13a)](jasmine[_0x4d4352(0xe6)][_0x4d4352(0x121)])):testContext[_0x4d4352(0xe9)]&&_0x33f88b['cjtDU'](testContext['errors'][_0x4d4352(0x12b)],0x0)?(_0x37f649=!![],_0x3b68a5=_0x33f88b['vuwGw'](stripUnicode,JSON['stringify'](testContext[_0x4d4352(0xe9)][0x0][0x0]['message']||testContext['errors'][0x0][0x0]))):_0x3b68a5=_0x33f88b['yPmhV'](stripUnicode,JSON[_0x4d4352(0x13a)](testContext[_0x4d4352(0xfc)])),_0x37f649?(__error_messages__['push'](_0x3b68a5),await __drivers[0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20'+_0x3b68a5+_0x4d4352(0x14e))):await __drivers[0x0][_0x4d4352(0xf3)](_0x4d4352(0x117)+_0x3b68a5+_0x4d4352(0xea));}const executeAnnotate=async(_0x154851,_0x4ddbe1)=>{const _0x5bf6b6=a15_0x481dd3;await global[_0x5bf6b6(0x111)][0x0][_0x5bf6b6(0xf3)](_0x5bf6b6(0x110)+_0x154851+_0x5bf6b6(0x130)+_0x4ddbe1+_0x5bf6b6(0x11b));};async function driverCleanup(){const _0x5b9d94=a15_0x481dd3,_0x2bcf38={'dUfQS':function(_0x3336d4){return _0x3336d4();},'OniKO':function(_0x4d0712,_0x445422){return _0x4d0712>_0x445422;},'JUVoH':function(_0x157d08,_0x7fa6c3,_0x4af4e4,_0x20358c){return _0x157d08(_0x7fa6c3,_0x4af4e4,_0x20358c);},'PIEPQ':_0x5b9d94(0xce),'bnKWD':_0x5b9d94(0xd6),'LpLdw':function(_0x4d2741,_0x110c57,_0x3cbcbf){return _0x4d2741(_0x110c57,_0x3cbcbf);},'dnNmI':_0x5b9d94(0x11a)};if(!_0x2bcf38['dUfQS'](isBrowserstackInfra))return;let _0x472ac0=![];try{await __drivers[0x0][_0x5b9d94(0xf2)],_0x472ac0=!![],_0x2bcf38['OniKO'](__error_messages__[_0x5b9d94(0x12b)],0x0)?await _0x2bcf38[_0x5b9d94(0x118)](markSessionStatus,__drivers[0x0],_0x2bcf38[_0x5b9d94(0x10b)],__error_messages__[_0x5b9d94(0xf5)](_0x2bcf38['bnKWD'])):await _0x2bcf38[_0x5b9d94(0xf4)](markSessionStatus,__drivers[0x0],_0x2bcf38[_0x5b9d94(0x149)]);}catch(_0x1f4c5d){console['log'](_0x1f4c5d);}__error_messages__=[];if(_0x472ac0)try{await __drivers[0x0]['initQuit']();}catch(_0x392265){console[_0x5b9d94(0x148)](_0x392265);}}beforeAll(async()=>{const _0x93608b=a15_0x481dd3,_0x145436={'ezyyv':function(_0x50d4bd,_0x21e50a){return _0x50d4bd!==_0x21e50a;},'seiXZ':_0x93608b(0x109),'nGGYm':function(_0x55accf){return _0x55accf();},'wLxky':function(_0x19f5e2,_0x449a9e,_0x310bff){return _0x19f5e2(_0x449a9e,_0x310bff);}};PerformanceTester[_0x93608b(0x123)]();const _0x226140='browserstack internal helper hook';_0x145436[_0x93608b(0x10c)](typeof jasmine,_0x145436[_0x93608b(0x128)])&&jasmine[_0x93608b(0xfb)]()[_0x93608b(0x11f)]({'specStarted':_0x1552d5=>{jasmine['currentTest']=_0x1552d5;}});let _0x2f3d90=![];try{await __drivers[0x0][_0x93608b(0xf2)],_0x2f3d90=!![];}catch(_0x2876e2){}if(_0x2f3d90)try{try{_0x145436[_0x93608b(0xcf)](isTestObservabilitySession)&&(global['__drivers'][0x0]&&await _0x145436[_0x93608b(0xe7)](sendPlatformDetails,global[_0x93608b(0x111)][0x0],TestDetails[_0x93608b(0x107)](process[_0x93608b(0x14a)]+_0x93608b(0x10a))));}catch{}}catch(_0x49d65d){}}),beforeEach(async()=>{const _0x160855=a15_0x481dd3,_0x4d0e60={'LBibg':function(_0x4c7bd3,_0x22afb6){return _0x4c7bd3>_0x22afb6;},'mmHXD':function(_0x21fc8f){return _0x21fc8f();},'KnUzv':function(_0x28aaa8,_0x4c5de5){return _0x28aaa8>_0x4c5de5;},'uozGH':function(_0x2f54e5,_0x4f5378,_0x436061){return _0x2f54e5(_0x4f5378,_0x436061);},'tyqXj':_0x160855(0x139),'UtdIw':_0x160855(0xd1),'TWXMb':function(_0x5e47c5,_0x463e79){return _0x5e47c5===_0x463e79;},'bCSjg':_0x160855(0x112),'eBuzP':function(_0x3d2399,_0x53be56){return _0x3d2399===_0x53be56;},'vVOMF':_0x160855(0xe5),'ppWia':_0x160855(0x143),'hUBhW':function(_0x43866d,_0x563e07){return _0x43866d>_0x563e07;}},_0x36f7f2='browserstack internal helper hook';try{_0x4d0e60['LBibg'](__drivers[_0x160855(0x12b)],0x1)&&(await _0x4d0e60[_0x160855(0x146)](driverCleanup),__drivers['shift']());const _0x5d8ebf=expect[_0x160855(0xd4)]()[_0x160855(0x100)];try{Array[_0x160855(0xe0)](__drivers)&&__drivers[0x0]&&(__drivers[0x0]['browserstackSessionName']=_0x5d8ebf),global[_0x160855(0xee)]=_0x5d8ebf;}catch(_0x45e12a){logger[_0x160855(0xef)](_0x160855(0xf0)+_0x45e12a);}__drivers[0x0][_0x160855(0xee)]=_0x5d8ebf;_0x4d0e60[_0x160855(0xd0)](__drivers[0x0][_0x160855(0xcc)],0x0)&&await _0x4d0e60[_0x160855(0x146)](driverCleanup);const _0x25b868=_0x4d0e60['uozGH'](shouldScanTestForAccessibility,_0x5d8ebf,![]);__drivers[0x0][_0x160855(0x139)]=_0x25b868,globals[_0x160855(0x127)](_0x4d0e60[_0x160855(0x132)],_0x25b868);if(_0x4d0e60[_0x160855(0x146)](isAccessibilityAutomationSession)&&globals[_0x160855(0xd3)](_0x4d0e60[_0x160855(0xf7)]))try{const _0x5ac406=await __drivers[0x0][_0x160855(0xf2)];if(_0x5ac406){let _0x44fb9d=!![];const _0x5d992b=await __drivers[0x0][_0x160855(0x133)]();let _0x9e8884;try{_0x9e8884=new URL(_0x5d992b);}catch(_0x4e758d){_0x44fb9d=![];}_0x44fb9d=_0x4d0e60[_0x160855(0x102)](_0x9e8884[_0x160855(0xcb)],_0x4d0e60[_0x160855(0x14f)])||_0x4d0e60[_0x160855(0x145)](_0x9e8884['protocol'],_0x4d0e60[_0x160855(0xd9)]),_0x44fb9d&&(_0x25b868&&logger[_0x160855(0x12d)](_0x4d0e60['ppWia']));}}catch(_0x133131){logger[_0x160855(0x144)](_0x160855(0x13e)+_0x133131);}_0x4d0e60[_0x160855(0x106)](__drivers[0x0]['quitCount_'],0x0)&&await _0x4d0e60[_0x160855(0x146)](driverCleanup);}catch{}}),afterEach(async()=>{const _0x372788=a15_0x481dd3,_0x1f7e7d={'TGOhw':function(_0x47213e,_0xb3a857){return _0x47213e>_0xb3a857;},'EaQUF':function(_0x72567){return _0x72567();},'raLek':function(_0x236ce6,_0x54fae0){return _0x236ce6===_0x54fae0;},'HEhJz':_0x372788(0xcd),'ghkTe':_0x372788(0x14d),'mXaHP':function(_0x55436c,_0x31c776,_0x41b7b0,_0x321731){return _0x55436c(_0x31c776,_0x41b7b0,_0x321731);},'HIEGa':function(_0x3d1304,_0x248fde,_0x468ad3){return _0x3d1304(_0x248fde,_0x468ad3);},'ksQwK':_0x372788(0xd1),'Tnisu':'bstackA11yShouldScan','zXAaD':_0x372788(0xfa),'CoHYe':function(_0x50b136,_0x43bb01){return _0x50b136(_0x43bb01);},'FSSZJ':'Performing\x20scan\x20before\x20saving\x20results','yAZqC':_0x372788(0xd2),'PJSDv':function(_0x1d64f8,_0x3fd415,_0xf3d9fc){return _0x1d64f8(_0x3fd415,_0xf3d9fc);},'wNyiT':function(_0xde508c){return _0xde508c();},'tnHmh':function(_0x1656af,_0x396f28,_0x5ca259){return _0x1656af(_0x396f28,_0x5ca259);},'tFczs':_0x372788(0xef),'Nztrq':function(_0x4443f1,_0xc11f8c){return _0x4443f1>_0xc11f8c;}},_0x103ffb='browserstack internal helper hook';try{_0x1f7e7d['TGOhw'](__drivers[_0x372788(0x12b)],0x1)&&(await _0x1f7e7d[_0x372788(0x13d)](driverCleanup),__drivers[_0x372788(0xde)]());try{if(global[_0x372788(0x12e)]&&_0x1f7e7d[_0x372788(0x101)](global['percyCaptureMode'],_0x1f7e7d[_0x372788(0x142)])&&__drivers[0x0]){const _0x23d18f=_0x1f7e7d[_0x372788(0x115)](global[_0x372788(0x138)][_0x372788(0x12b)],0x0)?!!global['capabilities'][0x0][_0x372788(0xe3)]||!!global[_0x372788(0x138)][0x0][_0x1f7e7d['ghkTe']]:![],_0x4621c4={};_0x4621c4['app']=_0x23d18f,await _0x1f7e7d['mXaHP'](percyAutoCapture,__drivers[0x0],_0x1f7e7d[_0x372788(0x142)],_0x4621c4);}}catch(_0x38f516){}const _0x356fc7=_0x1f7e7d[_0x372788(0x103)](shouldScanTestForAccessibility,expect['getState']()['currentTestName'],![]);try{if(_0x1f7e7d['EaQUF'](isAccessibilityAutomationSession)&&globals['getGlobal'](_0x1f7e7d[_0x372788(0x12c)])&&globals[_0x372788(0xd3)](_0x1f7e7d[_0x372788(0x105)])){logger[_0x372788(0x12d)](_0x1f7e7d[_0x372788(0xdb)]);const _0x5d875a={'saveResults':_0x356fc7,'testDetails':{'name':expect[_0x372788(0xd4)]()[_0x372788(0x100)],'testRunId':process[_0x372788(0x10d)][_0x372788(0xf6)],'filePath':expect[_0x372788(0xd4)]()[_0x372788(0xec)],'scopeList':[expect[_0x372788(0xd4)]()[_0x372788(0x100)]]},'platform':await _0x1f7e7d[_0x372788(0xdd)](fetchPlatformDetails,__drivers[0x0])};logger[_0x372788(0xef)](_0x1f7e7d[_0x372788(0xdc)]),logger[_0x372788(0xef)](util[_0x372788(0x104)](await __drivers[0x0][_0x372788(0xd7)](scripts[_0x372788(0x11d)],{'method':expect[_0x372788(0xd4)]()[_0x372788(0x100)]}))),await __drivers[0x0][_0x372788(0xd7)](scripts[_0x372788(0x108)],_0x5d875a),logger['info'](_0x1f7e7d[_0x372788(0xeb)]);}}catch(_0x773f7c){logger[_0x372788(0x144)](_0x372788(0x125)+expect[_0x372788(0xd4)]()['currentTestName']+_0x372788(0x13f),_0x773f7c);}await _0x1f7e7d[_0x372788(0x13d)](setContext);try{if(_0x1f7e7d['EaQUF'](isTestObservabilitySession)){global[_0x372788(0x111)][0x0]&&await _0x1f7e7d['PJSDv'](sendPlatformDetails,global[_0x372788(0x111)][0x0],TestDetails[_0x372788(0x107)](process[_0x372788(0x14a)]+':testAnalyticsId'));if(_0x1f7e7d[_0x372788(0x129)](isBrowserstackInfra)){const _0x12df0e='ObservabilitySync:'+Date[_0x372788(0x11c)]();await _0x1f7e7d['tnHmh'](executeAnnotate,JSON[_0x372788(0x13a)](_0x12df0e),_0x1f7e7d[_0x372788(0xff)]);}}}catch(_0x397e4e){}_0x1f7e7d[_0x372788(0xe1)](__drivers[0x0][_0x372788(0xcc)],0x0)&&await _0x1f7e7d[_0x372788(0x129)](driverCleanup);}catch{}},0x186a0),afterAll(async()=>{const _0xa24dc1=a15_0x481dd3,_0x109a86={'bzTWd':function(_0x42db90,_0x186842){return _0x42db90<=_0x186842;},'GhArc':function(_0x3648b2,_0x241bc7){return _0x3648b2(_0x241bc7);},'JdFEf':function(_0x1bcdf2){return _0x1bcdf2();},'PhnLw':function(_0x81e1f3,_0x2324e3,_0x989197){return _0x81e1f3(_0x2324e3,_0x989197);}};jest[_0xa24dc1(0xe8)](0x186a0),PerformanceTester['pushPerfMeasures']();const _0x813229='browserstack internal helper hook';await new Promise(_0x112633=>{const _0x4558cf=_0xa24dc1,_0x2ad4bc=_0x109a86[_0x4558cf(0x140)](setInterval,async()=>{const _0x4a628f=_0x4558cf;_0x109a86[_0x4a628f(0x135)](RequestQueueHandler[_0x4a628f(0xed)]()['pendingUploads'],0x0)&&(_0x109a86[_0x4a628f(0x131)](clearInterval,_0x2ad4bc),_0x109a86[_0x4a628f(0x10e)](_0x112633));},0x3e8);});try{await _0x109a86[_0xa24dc1(0x10e)](driverCleanup);}catch(_0x397334){}process[_0xa24dc1(0xf9)]();},0x2710);function a15_0x5835(){const _0x24c2bf=['FSSZJ','CoHYe','shift','65mttarU','isArray','Nztrq','rZhKy','app','util','https:','currentTest','wLxky','setTimeout','errors','\x22,\x22level\x22:\x20\x22info\x22}}','yAZqC','testPath','getInstance','browserstackSessionName','debug','Failed\x20to\x20store\x20session\x20name:\x20','./test-observability/test-details','session_','executeScript','LpLdw','join','BS_A11Y_TEST_RUN_ID','UtdIw','winstonLogger','removeAllListeners','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','getEnv','name','browserStackGlobals','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','tFczs','currentTestName','raLek','TWXMb','HIEGa','format','Tnisu','hUBhW','getTestUUID','saveTestResults','undefined',':testAnalyticsId','PIEPQ','ezyyv','env','JdFEf','message','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','__drivers','http:','../../helpers/performance-tester','../../helpers/helper','TGOhw','64PRUBrO','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20','JUVoH','FUnjL','passed','\x22}}','now','performScan','75243cEHwHO','addReporter','462WcXbFw','description','../../helpers/logger','startMonitoring','82096FEfHsN','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','../../helpers/percy/utils','setGlobal','seiXZ','wNyiT','hWgNO','length','ksQwK','info','percy','1609428CWNTVi',',\x22level\x22:\x20\x22','GhArc','tyqXj','getCurrentUrl','AxLaC','bzTWd','1184cZoDSa','../../helpers/accessibility-automation/scripts','capabilities','bstackA11yShouldScan','stringify','iPKLP','82330WNfcxl','EaQUF','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','.\x20Error\x20:','PhnLw','../../helpers/test-observability/requestQueueHandler','HEhJz','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','error','eBuzP','mmHXD','../../helpers/accessibility-automation/helper','log','dnNmI','pid','8382qSoYCC','failedExpectations','appium:app','\x22,\x22level\x22:\x20\x22error\x22}}','bCSjg','protocol','quitCount_','testcase','failed','nGGYm','KnUzv','isAccessibilityPlatform','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','getGlobal','getState','../../helpers/globals','\x20|\x20','executeAsyncScript','145046UkaLbK','vVOMF','369RFaXKJ','zXAaD'];a15_0x5835=function(){return _0x24c2bf;};return a15_0x5835();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a16_0x24c2ea=a16_0x1810;(function(_0x3117ad,_0x2e2188){const _0x332163=a16_0x1810,_0x5f0d82=_0x3117ad();while(!![]){try{const _0x2677e3=-parseInt(_0x332163(0x192))/0x1+-parseInt(_0x332163(0x18f))/0x2+-parseInt(_0x332163(0x18b))/0x3*(parseInt(_0x332163(0x190))/0x4)+-parseInt(_0x332163(0x191))/0x5*(-parseInt(_0x332163(0x18e))/0x6)+parseInt(_0x332163(0x187))/0x7+-parseInt(_0x332163(0x18a))/0x8+-parseInt(_0x332163(0x189))/0x9*(-parseInt(_0x332163(0x18c))/0xa);if(_0x2677e3===_0x2e2188)break;else _0x5f0d82['push'](_0x5f0d82['shift']());}catch(_0x1e8c7d){_0x5f0d82['push'](_0x5f0d82['shift']());}}}(a16_0x207a,0xf2eef));const requestSpy=require(a16_0x24c2ea(0x188)),{addRequestSpy}=require(a16_0x24c2ea(0x193));function a16_0x207a(){const _0xb38712=['2291346FFwArW','1302032DcszNQ','1464qVZHwv','10rIaWXQ','restore','9102tQWwrv','2137520YjZHIC','676uNuDyb','2420soGPFI','657632dRTgRR','../../../helpers/test-observability/utils','13844957iuLlYe','../../../helpers/request-spy'];a16_0x207a=function(){return _0xb38712;};return a16_0x207a();}function a16_0x1810(_0x1589b0,_0x53cf75){const _0x207acc=a16_0x207a();return a16_0x1810=function(_0x181067,_0x254b25){_0x181067=_0x181067-0x187;let _0x443298=_0x207acc[_0x181067];return _0x443298;},a16_0x1810(_0x1589b0,_0x53cf75);}beforeAll(()=>{const _0x35869e={'AQcgI':function(_0x39b979){return _0x39b979();}},_0x2443e0='browserstack internal helper hook';_0x35869e['AQcgI'](addRequestSpy);}),afterAll(async()=>{const _0x28e78c=a16_0x24c2ea,_0x514230='browserstack internal helper hook';jest['setTimeout'](0xea60),requestSpy[_0x28e78c(0x18d)]();});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a17_0x4f30b0=a17_0x2ddc;(function(_0x25d343,_0x3e470b){const _0x1b8ed7=a17_0x2ddc,_0x2296b3=_0x25d343();while(!![]){try{const _0x3b02fb=parseInt(_0x1b8ed7(0x9e))/0x1*(-parseInt(_0x1b8ed7(0x96))/0x2)+parseInt(_0x1b8ed7(0x97))/0x3+-parseInt(_0x1b8ed7(0x9c))/0x4*(parseInt(_0x1b8ed7(0x90))/0x5)+-parseInt(_0x1b8ed7(0x9f))/0x6+parseInt(_0x1b8ed7(0x9d))/0x7+-parseInt(_0x1b8ed7(0x9a))/0x8*(parseInt(_0x1b8ed7(0x8f))/0x9)+-parseInt(_0x1b8ed7(0x95))/0xa*(-parseInt(_0x1b8ed7(0xa8))/0xb);if(_0x3b02fb===_0x3e470b)break;else _0x2296b3['push'](_0x2296b3['shift']());}catch(_0x24cfde){_0x2296b3['push'](_0x2296b3['shift']());}}}(a17_0x3e55,0x9905b));function a17_0x2ddc(_0x727b44,_0x4ba3cc){const _0x3e55b0=a17_0x3e55();return a17_0x2ddc=function(_0x2ddc19,_0x2b092e){_0x2ddc19=_0x2ddc19-0x8f;let _0xb720f1=_0x3e55b0[_0x2ddc19];return _0xb720f1;},a17_0x2ddc(_0x727b44,_0x4ba3cc);}const testOpsHelper=require(a17_0x4f30b0(0x93)),helper=require('../../../helpers/helper');function a17_0x3e55(){const _0x2361b1=['4208535LXNuKw','538465NCNRUK','updateTestRerunConfig','length','../../../helpers/test-observability/utils','oxrLG','16570GGoOOr','1690702SqCKGn','284844HNYlIr','push','cliConfig','8mKaejw','eUadW','4bQwGxc','2228051tRjwyr','1rKVyvH','5416020hSVPZL','isUndefined','testRegex','VUzXH','split','BROWSERSTACK_RERUN_TESTS','trim','Zsjzb','llbSw','16841oJPmpp'];a17_0x3e55=function(){return _0x2361b1;};return a17_0x3e55();}exports[a17_0x4f30b0(0x91)]=(_0x62671d,_0x604641)=>{const _0x16beb4=a17_0x4f30b0,_0x3a4dd5={};_0x3a4dd5[_0x16beb4(0xa2)]='rerunTests',_0x3a4dd5['oxrLG']=function(_0x26fb56,_0x3da8ba){return _0x26fb56!==_0x3da8ba;},_0x3a4dd5[_0x16beb4(0xa7)]='null',_0x3a4dd5[_0x16beb4(0x9b)]=function(_0x5badec,_0x87168a){return _0x5badec!==_0x87168a;},_0x3a4dd5[_0x16beb4(0xa6)]=function(_0x129d22,_0x34a248){return _0x129d22>_0x34a248;};const _0x30e9e9=_0x3a4dd5;if(testOpsHelper['isTestObservabilitySession']()&&testOpsHelper['shouldReRunObservabilityTests']()){let _0x5e9391=process['env'][_0x16beb4(0xa4)];!helper[_0x16beb4(0xa0)](_0x604641[_0x16beb4(0x99)])&&_0x604641['cliConfig']['has'](_0x30e9e9['VUzXH'])&&(_0x5e9391=_0x604641[_0x16beb4(0x99)]['get'](_0x30e9e9['VUzXH']));const _0xd28c62=[];_0x30e9e9[_0x16beb4(0x94)](_0x5e9391,_0x30e9e9[_0x16beb4(0xa7)])&&_0x30e9e9[_0x16beb4(0x9b)](_0x5e9391,null)&&_0x5e9391[_0x16beb4(0xa3)](',')['map'](_0x32d45d=>{const _0x4e2f96=_0x16beb4;_0xd28c62[_0x4e2f96(0x98)](''+_0x32d45d[_0x4e2f96(0xa5)]());}),_0x30e9e9[_0x16beb4(0xa6)](_0xd28c62[_0x16beb4(0x92)],0x0)&&(_0x62671d[_0x16beb4(0xa1)]=_0xd28c62,delete _0x62671d['testMatch']);}};
|