browserstack-node-sdk 1.31.19 → 1.31.20
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/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance-tester.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a11_0x5f3a5e=a11_0x6d94;(function(_0x365ce3,_0x43752e){const _0x2b5094=a11_0x6d94,_0x52a6b0=_0x365ce3();while(!![]){try{const _0x125f44=-parseInt(_0x2b5094(0x188))/0x1+parseInt(_0x2b5094(0x18b))/0x2+parseInt(_0x2b5094(0x1b2))/0x3+-parseInt(_0x2b5094(0x182))/0x4+-parseInt(_0x2b5094(0x1b8))/0x5+-parseInt(_0x2b5094(0x1a0))/0x6+parseInt(_0x2b5094(0x1b4))/0x7*(parseInt(_0x2b5094(0x173))/0x8);if(_0x125f44===_0x43752e)break;else _0x52a6b0['push'](_0x52a6b0['shift']());}catch(_0x186531){_0x52a6b0['push'](_0x52a6b0['shift']());}}}(a11_0x973d,0xb3da2));const {requireModule}=require(a11_0x5f3a5e(0x178)),ObservabilityReporter=require('../test-observability/obsReporter'),RequestQueueHandler=require(a11_0x5f3a5e(0x189)),TestDetails=require(a11_0x5f3a5e(0x19f)),{patchConsoleLogger,debug}=require(a11_0x5f3a5e(0x1aa)),{o11yErrorHandler}=require('../../../helpers/test-observability/error-handler'),exportsI=requireModule('jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js'),initInitialize=exportsI[a11_0x5f3a5e(0x17f)];function a11_0x6d94(_0x2ca2d9,_0x34965e){const _0x973d4e=a11_0x973d();return a11_0x6d94=function(_0x6d94d2,_0x215d39){_0x6d94d2=_0x6d94d2-0x162;let _0x534551=_0x973d4e[_0x6d94d2];return _0x534551;},a11_0x6d94(_0x2ca2d9,_0x34965e);}function a11_0x973d(){const _0x325fbc=['Cdoft','ncNpe','removeTestUUID','hook_success','xNkYY','hook','addEventHandler','test_done','../test-observability/test-details','2433210GUNHLi','unhandledErrors','nUKNG','CuvRI','setTestUUID','beforeEach','YowfL','length','testStarted','yahGT','../../../helpers/test-observability/utils','registerListeners','hook_failure','started_at','hook_start','removeAllListeners','keys','TaGnu','1728729NuIown','hookAnalyticsId','2933ZGNbau','test_start','VADqT','YYjqi','6157955lFSQdE','UICeV','FgroY','ctAZF','rFZAS','RNcXo','dQJxV','dQTND','afterEach','IuQqQ','markedStatus','HookRunFinished','jest-circus/build/state.js','test','Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20','toISOString','includes','HoBJr','42264XSebZF','jest-circus/build/utils.js','IPJuK',':hookAnalyticsId','teardown','../../../helpers/helper','WfllN','qOyDO','Ajmmo','YFTyi','ZOPwz','makeSingleTestResult','initialize','rBLta','JCMaD','5535320WJvXXs','test_skip','pid','HookRunStarted','WWSua','LkPbf','262377yyjkYM','../../../helpers/test-observability/requestQueueHandler','Yjyuc','2460374LMSeUf','wrXLq','TestRunSkipped','rVdTs','testObservability','yGuNx','type','xtsDC','forEach','sendTestRunEvent','name','run_describe_finish'];a11_0x973d=function(){return _0x325fbc;};return a11_0x973d();}exportsI[a11_0x5f3a5e(0x17f)]=(..._0x2f5fb1)=>{const _0x2d8986=a11_0x5f3a5e,_0xba1b56={'rFZAS':function(_0x561df0,_0x1cea3a){return _0x561df0(_0x1cea3a);},'TaGnu':function(_0x1a1d47){return _0x1a1d47();},'LkPbf':_0x2d8986(0x174),'yGuNx':_0x2d8986(0x1ae),'ctAZF':function(_0x5bb1b6,_0x1e76c5){return _0x5bb1b6!==_0x1e76c5;},'rBLta':'qfqIq','yahGT':_0x2d8986(0x172),'Yjyuc':function(_0x26501a,_0x60840a){return _0x26501a===_0x60840a;},'wrXLq':'LdMuB','WfllN':_0x2d8986(0x162),'nUKNG':function(_0x2b554b,_0x48018a){return _0x2b554b===_0x48018a;},'WWSua':'UBrhQ','MetEi':_0x2d8986(0x181),'kKqdT':_0x2d8986(0x185),'IPJuK':_0x2d8986(0x19a),'Cdoft':_0x2d8986(0x1a6),'QXwEB':_0x2d8986(0x16c),'CuvRI':'hook_failure','YYjqi':'beforeAll','xNkYY':_0x2d8986(0x1a5),'qOyDO':_0x2d8986(0x169),'nZJfB':function(_0x5dc294,_0x3410f4){return _0x5dc294>_0x3410f4;},'Ajmmo':_0x2d8986(0x198),'IuQqQ':_0x2d8986(0x1b5),'dQJxV':_0x2d8986(0x166),'ukeqc':_0x2d8986(0x19e),'FgroY':_0x2d8986(0x183),'rVdTs':function(_0xbb2ac,_0x464821){return _0xbb2ac(_0x464821);},'ZOPwz':_0x2d8986(0x18d),'VADqT':_0x2d8986(0x196),'YFTyi':_0x2d8986(0x177),'xtsDC':'YLwLW','UrZnn':'MYkvN','dQTND':_0x2d8986(0x16d)};try{const _0x5258e4=new ObservabilityReporter();if(_0x5258e4['testObservability']){if(_0xba1b56['ctAZF'](_0xba1b56[_0x2d8986(0x192)],_0xba1b56['UrZnn']))_0xba1b56[_0x2d8986(0x1b1)](patchConsoleLogger),_0x5258e4[_0x2d8986(0x1ab)]();else try{_0x34a94a&&(_0x1ddcd8[_0x11ab3d]=_0x3452b9[_0x19ae2d]);}catch{}}_0x5258e4[_0x2d8986(0x18f)]&&_0xba1b56[_0x2d8986(0x18e)](requireModule,_0xba1b56[_0x2d8986(0x168)])[_0x2d8986(0x19d)](_0xba1b56[_0x2d8986(0x18e)](o11yErrorHandler,async(_0xf15d96,_0xe1ac0e)=>{const _0x2791a5=_0x2d8986,_0x1d247f=_0xba1b56[_0x2791a5(0x165)](requireModule,_0xba1b56[_0x2791a5(0x187)])[_0x2791a5(0x17e)];switch(_0xf15d96[_0x2791a5(0x195)]){case _0xba1b56[_0x2791a5(0x190)]:if(_0x5258e4[_0x2791a5(0x18f)]){if(_0xba1b56[_0x2791a5(0x164)](_0xba1b56[_0x2791a5(0x180)],_0xba1b56[_0x2791a5(0x1a9)])){if(!_0xf15d96[_0x2791a5(0x19c)][_0x2791a5(0x1b3)]){if(_0xba1b56[_0x2791a5(0x18a)](_0xba1b56[_0x2791a5(0x18c)],_0xba1b56[_0x2791a5(0x179)]))_0x2c1713&&(_0x4b7d77[_0x263656]=_0x29c0a5[_0x447810]);else{const _0x1a5a23=TestDetails['setTestUUID'](process['pid']+':hookAnalyticsId');_0xf15d96[_0x2791a5(0x19c)]['hookAnalyticsId']=_0x1a5a23;}}else _0xf15d96['hook'][_0x2791a5(0x16b)]&&(_0xba1b56[_0x2791a5(0x1a2)](_0xba1b56[_0x2791a5(0x186)],_0xba1b56['MetEi'])?_0x56ef2c[_0x2791a5(0x1b0)](_0x568e1f)[_0x2791a5(0x193)](_0x1c3b2b=>{try{_0x8fe800&&(_0x42e877[_0x1c3b2b]=_0x3c17f5[_0x1c3b2b]);}catch{}}):(_0xf15d96['hook']['hookAnalyticsId']=TestDetails[_0x2791a5(0x1a4)](process[_0x2791a5(0x184)]+_0x2791a5(0x176)),delete _0xf15d96[_0x2791a5(0x19c)][_0x2791a5(0x16b)]));_0xf15d96[_0x2791a5(0x19c)][_0x2791a5(0x1ad)]=new Date()[_0x2791a5(0x170)](),await _0x5258e4[_0x2791a5(0x194)](_0xf15d96[_0x2791a5(0x19c)],undefined,![],_0xba1b56['kKqdT']);}else{const _0x3716d8=_0x16b3c3[_0x2791a5(0x1a4)](_0x479217[_0x2791a5(0x184)]+':hookAnalyticsId');_0x5ec29e[_0x2791a5(0x19c)][_0x2791a5(0x1b3)]=_0x3716d8;}}break;case _0xba1b56[_0x2791a5(0x175)]:_0x5258e4[_0x2791a5(0x18f)]&&(_0xba1b56[_0x2791a5(0x18a)](_0xba1b56['Cdoft'],_0xba1b56[_0x2791a5(0x197)])?(await _0x5258e4[_0x2791a5(0x194)](_0xf15d96[_0x2791a5(0x19c)],undefined,![],_0xba1b56['QXwEB']),TestDetails[_0x2791a5(0x199)](process['pid']+_0x2791a5(0x176))):_0xba1b56[_0x2791a5(0x165)](_0x23ab3e,'Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20'+_0x178131));break;case _0xba1b56[_0x2791a5(0x1a3)]:[_0xba1b56[_0x2791a5(0x1b7)],_0xba1b56[_0x2791a5(0x19b)],_0xba1b56[_0x2791a5(0x17a)]][_0x2791a5(0x171)](_0xf15d96[_0x2791a5(0x19c)][_0x2791a5(0x191)])&&(_0x5258e4[_0x2791a5(0x1ac)]=_0xf15d96['hook'][_0x2791a5(0x191)]),_0xe1ac0e[_0x2791a5(0x1a1)]&&_0xba1b56['nZJfB'](_0xe1ac0e[_0x2791a5(0x1a1)][_0x2791a5(0x1a7)],0x0)&&(_0xf15d96[_0x2791a5(0x19c)]['errorsDetailed']=[_0xe1ac0e[_0x2791a5(0x1a1)][0x0][0x0]]);_0x5258e4[_0x2791a5(0x18f)]&&(_0xba1b56[_0x2791a5(0x164)](_0xba1b56[_0x2791a5(0x17b)],_0xba1b56[_0x2791a5(0x17b)])?(_0x43c324[_0x2791a5(0x19c)][_0x2791a5(0x1b3)]=_0x4e77ce[_0x2791a5(0x1a4)](_0x281114[_0x2791a5(0x184)]+_0x2791a5(0x176)),delete _0x7ba6f1[_0x2791a5(0x19c)]['markedStatus']):(await _0x5258e4[_0x2791a5(0x194)](_0xf15d96[_0x2791a5(0x19c)],undefined,![],_0xba1b56['QXwEB']),TestDetails[_0x2791a5(0x199)](process[_0x2791a5(0x184)]+':hookAnalyticsId')));break;case _0xba1b56[_0x2791a5(0x16a)]:_0x5258e4[_0x2791a5(0x18f)]&&(_0xba1b56[_0x2791a5(0x18a)](_0xba1b56[_0x2791a5(0x167)],_0xba1b56[_0x2791a5(0x167)])?await _0x5258e4[_0x2791a5(0x1a8)](_0xf15d96[_0x2791a5(0x16e)]):(_0xba1b56[_0x2791a5(0x1b1)](_0x3a01b4),_0x1319dd[_0x2791a5(0x1ab)]()));break;case _0xba1b56['ukeqc']:_0xf15d96['test']={..._0xba1b56[_0x2791a5(0x165)](_0x1d247f,_0xf15d96['test']),..._0xf15d96[_0x2791a5(0x16e)]};_0x5258e4[_0x2791a5(0x18f)]&&(_0x5258e4[_0x2791a5(0x18f)]&&(!_0xf15d96[_0x2791a5(0x16e)][_0x2791a5(0x16b)]&&(_0xf15d96['test'][_0x2791a5(0x16b)]=!![],await _0x5258e4[_0x2791a5(0x194)](_0xf15d96[_0x2791a5(0x16e)]))));break;case _0xba1b56[_0x2791a5(0x163)]:_0xf15d96[_0x2791a5(0x16e)]={..._0xba1b56[_0x2791a5(0x18e)](_0x1d247f,_0xf15d96[_0x2791a5(0x16e)]),..._0xf15d96[_0x2791a5(0x16e)]};_0x5258e4['testObservability']&&(_0x5258e4['testObservability']&&(!_0xf15d96[_0x2791a5(0x16e)][_0x2791a5(0x16b)]&&(_0xf15d96[_0x2791a5(0x16e)][_0x2791a5(0x16b)]=!![],await _0x5258e4['sendTestRunEvent'](_0xf15d96[_0x2791a5(0x16e)],undefined,![],_0xba1b56[_0x2791a5(0x17d)]))));break;case _0xba1b56[_0x2791a5(0x1b6)]:_0x5258e4[_0x2791a5(0x1ac)]=null;break;case _0xba1b56[_0x2791a5(0x17c)]:await RequestQueueHandler['getInstance']()['shutdown'](),process[_0x2791a5(0x1af)]();break;default:}}));}catch(_0x1c23a3){_0xba1b56[_0x2d8986(0x165)](debug,_0x2d8986(0x16f)+_0x1c23a3);}return _0xba1b56[_0x2d8986(0x18e)](initInitialize,..._0x2f5fb1);};try{Object[a11_0x5f3a5e(0x1b0)](exportsI)[a11_0x5f3a5e(0x193)](_0x5d7de3=>{try{exports&&(exports[_0x5d7de3]=exportsI[_0x5d7de3]);}catch{}});}catch{}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';const
|
|
1
|
+
'use strict';const a12_0x338b1b=a12_0x25f8;(function(_0xabd0a6,_0x4a3446){const _0x3135e7=a12_0x25f8,_0x1878c4=_0xabd0a6();while(!![]){try{const _0x47b60d=parseInt(_0x3135e7(0x197))/0x1*(-parseInt(_0x3135e7(0x181))/0x2)+parseInt(_0x3135e7(0x18e))/0x3+parseInt(_0x3135e7(0x1a0))/0x4*(parseInt(_0x3135e7(0x194))/0x5)+parseInt(_0x3135e7(0x199))/0x6*(parseInt(_0x3135e7(0x189))/0x7)+parseInt(_0x3135e7(0x1a7))/0x8+parseInt(_0x3135e7(0x185))/0x9+parseInt(_0x3135e7(0x1a4))/0xa*(-parseInt(_0x3135e7(0x17f))/0xb);if(_0x47b60d===_0x4a3446)break;else _0x1878c4['push'](_0x1878c4['shift']());}catch(_0x1d3c41){_0x1878c4['push'](_0x1878c4['shift']());}}}(a12_0x3156,0x5b1f2));function a12_0x25f8(_0x54c81f,_0x26f138){const _0x315664=a12_0x3156();return a12_0x25f8=function(_0x25f844,_0x218faf){_0x25f844=_0x25f844-0x17f;let _0x1bf26d=_0x315664[_0x25f844];return _0x1bf26d;},a12_0x25f8(_0x54c81f,_0x26f138);}function a12_0x3156(){const _0xc0f04b=['runTests','slice','130229zuwPuj','ZsXqB','162qoifhb','ihNYB','CqnwH','fffAd','1680174FOwjRp','parallels__','serial','freeze','2642143eTsllR','cVgSG','PlhUO','GTMxD','LEyHY','1090104jIKQge','exports','__esModule','Nqhpd','phihR','default','2301700wiQEuW','length','config','1146sYqjuZ','context','6cUjJmb','_globalConfig','bBOwM','value','Qxnft','UQmPr','OBErV','4veOjme','testEnvironmentOptions','push','RIHsG','790qTDoSr','TffUI','jest-runner','107984xVvsTl','capabilities','false'];a12_0x3156=function(){return _0xc0f04b;};return a12_0x3156();}const {requireModule,isBrowserstackInfra}=require('../../../helpers/helper'),a12_0x3c382c={};a12_0x3c382c[a12_0x338b1b(0x19c)]=!![],Object['defineProperty'](exports,'__esModule',a12_0x3c382c),exports[a12_0x338b1b(0x193)]=void 0x0;function _interopRequireDefault(_0x5d9e9a){const _0x4610ea=a12_0x338b1b;return _0x5d9e9a&&_0x5d9e9a[_0x4610ea(0x190)]?_0x5d9e9a:{'default':_0x5d9e9a};}const JestRunner=_interopRequireDefault(requireModule(a12_0x338b1b(0x1a6)))[a12_0x338b1b(0x193)];class TestRunner extends JestRunner{constructor(..._0x42c0a0){super(..._0x42c0a0);}[a12_0x338b1b(0x1aa)](..._0x105485){const _0x5e73ca=a12_0x338b1b,_0x2a07ee={'Qxnft':function(_0x408c84,_0x3f6535){return _0x408c84===_0x3f6535;},'bBOwM':_0x5e73ca(0x180),'LEyHY':function(_0x11dea5,_0x3c2d88){return _0x11dea5*_0x3c2d88;},'wcsGb':function(_0x3bc6f5){return _0x3bc6f5();},'CqnwH':_0x5e73ca(0x19f),'diygA':function(_0x185a1b,_0x22a95f){return _0x185a1b-_0x22a95f;},'GTMxD':function(_0x55fae0,_0x388274){return _0x55fae0===_0x388274;},'fffAd':_0x5e73ca(0x18a),'TffUI':function(_0x34dbac,_0x39f27b){return _0x34dbac===_0x39f27b;},'gGSbt':_0x5e73ca(0x1a9),'ihNYB':function(_0x3bc6e5,_0x1f9bd0){return _0x3bc6e5!==_0x1f9bd0;},'cKfYP':'qdmzH','phihR':'KFbiw','PlhUO':function(_0x5b3af1,_0x5d42a1){return _0x5b3af1<_0x5d42a1;},'tymeS':_0x5e73ca(0x191),'RIHsG':_0x5e73ca(0x19e)};if(!_0x2a07ee['wcsGb'](isBrowserstackInfra)){if(_0x2a07ee[_0x5e73ca(0x19d)](_0x2a07ee[_0x5e73ca(0x183)],_0x2a07ee[_0x5e73ca(0x183)]))return super[_0x5e73ca(0x1aa)](..._0x105485);else _0x5ca08f&&(_0x10e2c9[_0x5e73ca(0x187)]=![]);}const _0x1f7086=_0x105485[0x0],_0x140335=_0x105485[_0x2a07ee['diygA'](_0x105485[_0x5e73ca(0x195)],0x1)],_0x2a87c9=_0x1f7086[0x0][_0x5e73ca(0x198)][_0x5e73ca(0x196)][_0x5e73ca(0x1a1)][_0x5e73ca(0x1a8)],_0x221df9=_0x1f7086[0x0][_0x5e73ca(0x198)]['config'][_0x5e73ca(0x1a1)][_0x5e73ca(0x186)];if(_0x221df9){if(_0x2a07ee[_0x5e73ca(0x18c)](_0x2a07ee[_0x5e73ca(0x184)],_0x2a07ee[_0x5e73ca(0x184)]))this[_0x5e73ca(0x19a)]=Object[_0x5e73ca(0x188)]({...this[_0x5e73ca(0x19a)],'maxWorkers':_0x2a07ee[_0x5e73ca(0x18d)](_0x221df9,_0x2a87c9['length'])});else{const _0x40c4f7={};return _0x40c4f7[_0x5e73ca(0x193)]=_0x3d1735,_0x3994c3&&_0x1ca325[_0x5e73ca(0x190)]?_0x7a2106:_0x40c4f7;}}if(_0x2a07ee[_0x5e73ca(0x1a5)](_0x1f7086[0x0]['context'][_0x5e73ca(0x196)][_0x5e73ca(0x1a1)]['serial__'],_0x2a07ee['gGSbt'])){if(_0x2a07ee[_0x5e73ca(0x182)](_0x2a07ee['cKfYP'],_0x2a07ee[_0x5e73ca(0x192)]))_0x140335&&(_0x140335[_0x5e73ca(0x187)]=![]);else{const _0x46303f={..._0x1f1142[_0x5b2a2d]},_0x22ab47=_0x46303f;_0x22ab47['context']=_0x4831ef[_0x5e73ca(0x188)]({..._0x22ab47[_0x5e73ca(0x198)],'config':{..._0x22ab47['context'][_0x5e73ca(0x196)],'capability':_0x555ce8,'browserstackPlatformIndex':_0x430acd}}),_0x13c71a['push'](_0x22ab47);}}const _0x1e7634=[];for(let _0x11207c=0x0;_0x2a07ee[_0x5e73ca(0x18b)](_0x11207c,_0x1f7086['length']);_0x11207c++){if(_0x2a07ee['ihNYB'](_0x2a07ee['tymeS'],_0x2a07ee[_0x5e73ca(0x1a3)])){const _0x2b26f2=[];_0x2a87c9['forEach']((_0x1a0c46,_0x1f42f0)=>{const _0x2c93d2=_0x5e73ca;if(_0x2a07ee[_0x2c93d2(0x19d)](_0x2a07ee[_0x2c93d2(0x19b)],_0x2a07ee['bBOwM'])){const _0x45e3d3={..._0x1f7086[_0x11207c]},_0x47496d=_0x45e3d3;_0x47496d[_0x2c93d2(0x198)]=Object['freeze']({..._0x47496d[_0x2c93d2(0x198)],'config':{..._0x47496d[_0x2c93d2(0x198)][_0x2c93d2(0x196)],'capability':_0x1a0c46,'browserstackPlatformIndex':_0x1f42f0}}),_0x2b26f2[_0x2c93d2(0x1a2)](_0x47496d);}else{const _0x81fef5=[];_0x4764a1['forEach']((_0x31649e,_0x7b3d3e)=>{const _0x5d0c2e=_0x2c93d2,_0x4cdbf4={..._0x247ed1[_0x568d1a]},_0x122427=_0x4cdbf4;_0x122427[_0x5d0c2e(0x198)]=_0x5d889f[_0x5d0c2e(0x188)]({..._0x122427[_0x5d0c2e(0x198)],'config':{..._0x122427[_0x5d0c2e(0x198)][_0x5d0c2e(0x196)],'capability':_0x31649e,'browserstackPlatformIndex':_0x7b3d3e}}),_0x81fef5[_0x5d0c2e(0x1a2)](_0x122427);}),_0x3c90b0[_0x2c93d2(0x1a2)](..._0x81fef5);}}),_0x1e7634['push'](..._0x2b26f2);}else this[_0x5e73ca(0x19a)]=_0x37b104[_0x5e73ca(0x188)]({...this[_0x5e73ca(0x19a)],'maxWorkers':_0x2a07ee['LEyHY'](_0x52ee3e,_0x6e726f['length'])});}return super['runTests'](_0x1e7634,..._0x105485[_0x5e73ca(0x1ab)](0x1));}}module[a12_0x338b1b(0x18f)]=TestRunner;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a13_0x4e9f50=a13_0x15c0;(function(_0x5cdc0c,_0xc907e8){const _0x437159=a13_0x15c0,_0x46d1e8=_0x5cdc0c();while(!![]){try{const _0x4b98b0=-parseInt(_0x437159(0x135))/0x1*(-parseInt(_0x437159(0x18c))/0x2)+parseInt(_0x437159(0x167))/0x3*(parseInt(_0x437159(0x130))/0x4)+-parseInt(_0x437159(0x189))/0x5+-parseInt(_0x437159(0x1c5))/0x6+-parseInt(_0x437159(0x177))/0x7*(parseInt(_0x437159(0x163))/0x8)+-parseInt(_0x437159(0x175))/0x9+-parseInt(_0x437159(0x1a6))/0xa*(-parseInt(_0x437159(0x181))/0xb);if(_0x4b98b0===_0xc907e8)break;else _0x46d1e8['push'](_0x46d1e8['shift']());}catch(_0x2e1c11){_0x46d1e8['push'](_0x46d1e8['shift']());}}}(a13_0x3aa0,0xa0974));const {isTestObservabilitySession,sendPlatformDetails}=require(a13_0x4e9f50(0x1c3)),{isBrowserstackInfra,markSessionStatus}=require(a13_0x4e9f50(0x197));let __error_messages__=[];const RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler');function a13_0x15c0(_0x1d74d6,_0x3d09e0){const _0x3aa09c=a13_0x3aa0();return a13_0x15c0=function(_0x15c0e2,_0x504cd4){_0x15c0e2=_0x15c0e2-0x11e;let _0x175316=_0x3aa09c[_0x15c0e2];return _0x175316;},a13_0x15c0(_0x1d74d6,_0x3d09e0);}jest[a13_0x4e9f50(0x1c2)](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a13_0x4e9f50(0x17d)),{percyAutoCapture}=require(a13_0x4e9f50(0x178)),logger=require(a13_0x4e9f50(0x165))['winstonLogger'],TestDetails=require(a13_0x4e9f50(0x124)),PerformanceTester=require(a13_0x4e9f50(0x170));function stripUnicode(_0x242be6){const _0x51529e=a13_0x4e9f50;return _0x242be6[_0x51529e(0x19e)](/\\u001b\[.*?m/g,'')[_0x51529e(0x1d3)](0x1,-0x1);}async function setContext(){const _0x10886c=a13_0x4e9f50,_0x1fde3d={'xLzBE':function(_0x515146,_0x1a6841){return _0x515146(_0x1a6841);},'YENaw':function(_0x2da3a4){return _0x2da3a4();},'swYvD':function(_0x42b683,_0x183bec){return _0x42b683<=_0x183bec;},'Uqbiv':function(_0x943449,_0x1a3760,_0x1109ad){return _0x943449(_0x1a3760,_0x1109ad);},'nTjjb':_0x10886c(0x191),'vHXyJ':function(_0xc7b0ba,_0x5af914){return _0xc7b0ba<=_0x5af914;},'LpCth':function(_0x54f3e2,_0x1c06e9){return _0x54f3e2(_0x1c06e9);},'jyOfT':function(_0x4a558c){return _0x4a558c();},'WwJif':function(_0x5ddae0,_0x507a07){return _0x5ddae0(_0x507a07);},'EGVUn':function(_0x3ae3b0,_0x22aca1){return _0x3ae3b0===_0x22aca1;},'bqJYu':_0x10886c(0x1e0),'ipSvS':function(_0x55d2d6,_0x1defd1){return _0x55d2d6!==_0x1defd1;},'zBXtn':_0x10886c(0x166),'nNEXA':function(_0x183c21,_0x57ba0c){return _0x183c21!==_0x57ba0c;},'wLFZl':_0x10886c(0x186),'cJcPM':'HVsFC','YNisz':function(_0xb55331,_0x2a6ad1){return _0xb55331>_0x2a6ad1;},'GUJJk':'TfksG','pJqdm':'lZXVI','VpfAt':function(_0x2e0414,_0x443b98){return _0x2e0414===_0x443b98;},'AHIKd':_0x10886c(0x14a),'QkzzV':function(_0xb959e2,_0x461560){return _0xb959e2!==_0x461560;},'xJlFU':_0x10886c(0x15b),'qVpte':_0x10886c(0x159),'IXLzE':function(_0x554179,_0x2aeee9){return _0x554179!==_0x2aeee9;},'WeIZr':_0x10886c(0x161),'jZxmK':function(_0x2b5c6d,_0x34cb00){return _0x2b5c6d===_0x34cb00;},'nccXS':'UGAfY','hsRUJ':function(_0x52fbd4,_0x178fbb){return _0x52fbd4===_0x178fbb;},'EFXpv':_0x10886c(0x1b1),'sJyuL':_0x10886c(0x14f),'ZHVkp':function(_0x56ae10,_0xe06cb4){return _0x56ae10!==_0xe06cb4;},'ajBuu':_0x10886c(0x188)};if(!_0x1fde3d[_0x10886c(0x15e)](isBrowserstackInfra)){if(_0x1fde3d[_0x10886c(0x179)](_0x1fde3d[_0x10886c(0x144)],_0x1fde3d[_0x10886c(0x144)]))return;else _0x37cba8['error']('Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20'+_0x45558b);}if(!sessionNameProvided){if(_0x1fde3d[_0x10886c(0x121)](_0x1fde3d['zBXtn'],_0x1fde3d['zBXtn']))_0x1fde3d[_0x10886c(0x187)](_0x1bf838,_0x114a97),_0x1fde3d[_0x10886c(0x18e)](_0x955e81);else{const _0xd164aa=expect['getState']()['currentTestName'];await __drivers[0x0][_0x10886c(0x1cb)](_0x10886c(0x1df)+_0xd164aa+'\x22}}');}}let _0x59e301=null,_0x35c0df=![];if(_0x1fde3d[_0x10886c(0x1c9)](typeof jasmine,_0x1fde3d['wLFZl'])){if(_0x1fde3d[_0x10886c(0x1c9)](_0x1fde3d[_0x10886c(0x171)],_0x1fde3d[_0x10886c(0x171)]))_0x468bf1=new _0x13975a(_0x479863);else{if(jasmine[_0x10886c(0x1c0)][_0x10886c(0x131)]&&_0x1fde3d[_0x10886c(0x134)](jasmine[_0x10886c(0x1c0)][_0x10886c(0x131)][_0x10886c(0x156)],0x0)){if(_0x1fde3d['EGVUn'](_0x1fde3d[_0x10886c(0x17c)],_0x1fde3d[_0x10886c(0x15a)])){const _0x247064=_0x1fde3d[_0x10886c(0x185)](_0xa30b8d,async()=>{const _0x1a50d2=_0x10886c;_0x1fde3d['swYvD'](_0x5de881['getInstance']()[_0x1a50d2(0x1a2)],0x0)&&(_0x1fde3d[_0x1a50d2(0x187)](_0x2c7f20,_0x247064),_0x1fde3d[_0x1a50d2(0x18e)](_0x34126b));},0x3e8);}else _0x35c0df=!![],_0x59e301=_0x1fde3d[_0x10886c(0x187)](stripUnicode,JSON[_0x10886c(0x162)](jasmine[_0x10886c(0x1c0)]['failedExpectations'][0x0]['message']));}else{if(_0x1fde3d[_0x10886c(0x196)](_0x1fde3d[_0x10886c(0x180)],_0x1fde3d[_0x10886c(0x180)]))_0x59e301=_0x1fde3d[_0x10886c(0x173)](stripUnicode,JSON['stringify'](jasmine[_0x10886c(0x1c0)][_0x10886c(0x16e)]));else{const _0x6c8cd9={};_0x6c8cd9[_0x10886c(0x1cf)]=_0x2ac97f=>{_0x2832b4['currentTest']=_0x2ac97f;},_0x21acd5[_0x10886c(0x1de)]()[_0x10886c(0x1ba)](_0x6c8cd9);}}}}else _0x1fde3d[_0x10886c(0x15f)](_0x1fde3d[_0x10886c(0x1a8)],_0x1fde3d[_0x10886c(0x15c)])?testContext[_0x10886c(0x194)]&&_0x1fde3d[_0x10886c(0x134)](testContext[_0x10886c(0x194)]['length'],0x0)?_0x1fde3d[_0x10886c(0x1dd)](_0x1fde3d['WeIZr'],_0x1fde3d[_0x10886c(0x17f)])?_0x3dddfe[_0x10886c(0x1d8)](_0x1fde3d[_0x10886c(0x199)]):(_0x35c0df=!![],_0x59e301=_0x1fde3d['xLzBE'](stripUnicode,JSON[_0x10886c(0x162)](testContext['errors'][0x0][0x0][_0x10886c(0x138)]||testContext['errors'][0x0][0x0]))):_0x1fde3d[_0x10886c(0x1c1)](_0x1fde3d[_0x10886c(0x172)],_0x1fde3d[_0x10886c(0x172)])?_0x59e301=_0x1fde3d[_0x10886c(0x187)](stripUnicode,JSON['stringify'](testContext[_0x10886c(0x174)])):_0x30ad24[_0x10886c(0x1ae)](_0xc966b6):_0x1fde3d[_0x10886c(0x129)](_0xb38526[_0x10886c(0x1b2)]()[_0x10886c(0x1a2)],0x0)&&(_0x1fde3d[_0x10886c(0x173)](_0x3c35de,_0x3d50bf),_0x1fde3d['jyOfT'](_0x1cf5ad));_0x35c0df?_0x1fde3d[_0x10886c(0x158)](_0x1fde3d['EFXpv'],_0x1fde3d['sJyuL'])?(_0x1f7d75[_0x10886c(0x139)](_0x38d6c0)&&_0x51c05b[0x0]&&(_0x383f28[0x0]['browserstackSessionName']=_0x5943d1),_0xba901c[_0x10886c(0x193)]=_0x4e3576):(__error_messages__[_0x10886c(0x151)](_0x59e301),await __drivers[0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20'+_0x59e301+'\x22,\x22level\x22:\x20\x22error\x22}}')):_0x1fde3d['ZHVkp'](_0x1fde3d[_0x10886c(0x145)],_0x1fde3d[_0x10886c(0x145)])?(_0x1341ba=!![],_0x4843df=_0x1fde3d[_0x10886c(0x14c)](_0x42d0a3,_0x2579c0[_0x10886c(0x162)](_0x3e46e9['currentTest'][_0x10886c(0x131)][0x0][_0x10886c(0x138)]))):await __drivers[0x0]['executeScript'](_0x10886c(0x13c)+_0x59e301+_0x10886c(0x1da));}const executeAnnotate=async(_0x54db27,_0x397880)=>{const _0x5ddd7f=a13_0x4e9f50;await global[_0x5ddd7f(0x142)][0x0][_0x5ddd7f(0x1cb)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x54db27+_0x5ddd7f(0x182)+_0x397880+_0x5ddd7f(0x1ce));};function a13_0x3aa0(){const _0x583f0c=['undefined','xLzBE','KzYFZ','3027845ZhgfQZ','debug','QIqNz','10NWshlo','https:','YENaw','svoCm','nHaWs','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','KYtCo','browserstackSessionName','errors','cMpDB','VpfAt','../../helpers/helper','pid','nTjjb','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','beNcy','vmchp','\x20|\x20','replace','pBZmG','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','startMonitoring','pendingUploads','BS_A11Y_TEST_RUN_ID','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20callback\x20=\x20arguments[arguments.length\x20-\x201];\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn\x20=\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_TAP_STARTED\x27,\x20fn2);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_FORCE_START\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn2\x20=\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.removeEventListener(\x27A11Y_TAP_STARTED\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fn();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','NrObC','10Htlhdv','PHEJu','xJlFU','Qbpjq','cezAc','executeAsyncScript','BfXpp','BzWlb','log','KJJsY','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20callback\x20=\x20arguments[arguments.length\x20-\x201];\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.res\x20=\x20null;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(arguments[0].saveResults)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_TAP_TRANSPORTER\x27,\x20(event)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.tapTransporterData\x20=\x20event.detail;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.res\x20=\x20window.tapTransporterData;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback(this.res);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_TEST_END\x27,\x20{detail:\x20arguments[0]});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(arguments[0].saveResults\x20!==\x20true\x20)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20','ZhwVj','getInstance','GUsln','Lozeg','xShNP','wpJhb','zfvkN','nNTFu','JhImb','addReporter','eWZcN','xRdmU','mbJZJ','hjHIp','WLzSt','currentTest','jZxmK','setTimeout','../../helpers/test-observability/utils','NQiBj','7153446rnyafI','ffLrD','gDCQv','paIWE','nNEXA','zlePP','executeScript','currentTestName','CMaro','\x22}}','specStarted','iYbUG','TWEnj','passed','slice','WyOKy','WAkYM','jQVOC','session_','info','OCIDy','\x22,\x22level\x22:\x20\x22info\x22}}','tNyqg','SXwfE','IXLzE','getEnv','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','cmJIv','GmoNk','error','getTestUUID','.\x20Error\x20:','pushPerfMeasures','quitCount_','ipSvS','QVqrD','nHLog','./test-observability/test-details','isAccessibilityPlatform','getCurrentUrl','testcase','qEGbR','vHXyJ','Picro','failed','protocol','BtUpo','gCluD','WjIZf','642176rHqTln','failedExpectations','Failed\x20to\x20store\x20session\x20name:\x20','Vpmfq','YNisz','211297NRJMmC','GPilj','kbLvM','message','isArray','OoHgF','uGmTQ','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20','Bjuey','WKasx','sIGxB','wDUnF','uypfc','__drivers','cXxKX','bqJYu','ajBuu','titlePath','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','BtKdW','pIGHr','BRQii','ObservabilitySync:','WwJif','ZlLtD','AKxGc','PZxHa','QAhYD','push','fTBfG','now','shift','vmWmI','length','ZyNVq','hsRUJ','plujN','pJqdm','mkmOQ','qVpte','testPath','jyOfT','QkzzV','Zskkz','hLRqK','stringify','4424XvEmFn','HowsS','../../helpers/logger','IFzXM','21SUAMbo','app','oBCjp','QsmVJ','aelgn','http:','iNEUS','description','removeAllListeners','../../helpers/performance-tester','cJcPM','nccXS','LpCth','name','7428429YUOEae','rAEVg','5285YgaQba','../../helpers/percy/utils','EGVUn','appium:app','getState','GUJJk','../../helpers/accessibility-automation/helper','env','WeIZr','AHIKd','16700123hGmXTw',',\x22level\x22:\x20\x22',':testAnalyticsId','KPXow','Uqbiv'];a13_0x3aa0=function(){return _0x583f0c;};return a13_0x3aa0();}async function driverCleanup(){const _0x298779=a13_0x4e9f50,_0x5303de={'axGdx':_0x298779(0x1a0),'cezAc':function(_0x367df6,_0x255196){return _0x367df6>_0x255196;},'kKqUh':function(_0x479c6e,_0x5efc0b){return _0x479c6e(_0x5efc0b);},'xRdmU':function(_0xad94be,_0x4d9cde){return _0xad94be(_0x4d9cde);},'QAhYD':function(_0x2ff418,_0x195b00){return _0x2ff418(_0x195b00);},'Dlczv':function(_0x17e603){return _0x17e603();},'pCyjy':function(_0x2c3c76,_0x55083b){return _0x2c3c76!==_0x55083b;},'nHaWs':_0x298779(0x1a9),'uGmTQ':function(_0x5dd3e1,_0xe0a31){return _0x5dd3e1===_0xe0a31;},'QIqNz':_0x298779(0x12e),'GodRl':_0x298779(0x1be),'ZyNVq':function(_0x20f987,_0x5c3dd1){return _0x20f987>_0x5c3dd1;},'NrObC':'AvZII','WjIZf':function(_0x1e3f11,_0x3d7fae,_0x5d7614,_0x1dfefb){return _0x1e3f11(_0x3d7fae,_0x5d7614,_0x1dfefb);},'KYtCo':_0x298779(0x12b),'AcdTV':_0x298779(0x19d),'BzWlb':function(_0xd9091,_0x5d58a5){return _0xd9091!==_0x5d58a5;},'BtKdW':'WTdwt','cMpDB':_0x298779(0x1bf),'nPpro':function(_0x44a654,_0x51a9ce,_0x3448c7){return _0x44a654(_0x51a9ce,_0x3448c7);},'merII':_0x298779(0x1d2),'rAEVg':'MQjtX','nHLog':_0x298779(0x1dc),'Vpmfq':_0x298779(0x152),'JhImb':_0x298779(0x16d),'AKxGc':_0x298779(0x128),'KJJsY':function(_0x11a454,_0x26c4d7){return _0x11a454!==_0x26c4d7;},'xShNP':_0x298779(0x19f),'sIGxB':'wKKDz'};if(!_0x5303de['Dlczv'](isBrowserstackInfra)){if(_0x5303de['pCyjy'](_0x5303de[_0x298779(0x190)],_0x5303de['nHaWs']))_0x206047['info'](_0x5303de['axGdx']);else return;}let _0x3888bc=![];try{_0x5303de['uGmTQ'](_0x5303de[_0x298779(0x18b)],_0x5303de['GodRl'])?_0x1f356f['currentTest'][_0x298779(0x131)]&&_0x5303de[_0x298779(0x1aa)](_0x51e09e[_0x298779(0x1c0)][_0x298779(0x131)][_0x298779(0x156)],0x0)?(_0x24fcc7=!![],_0x11daa6=_0x5303de['kKqUh'](_0x512b9c,_0x1f40df[_0x298779(0x162)](_0xf96c8b[_0x298779(0x1c0)][_0x298779(0x131)][0x0][_0x298779(0x138)]))):_0x19e1ba=_0x5303de[_0x298779(0x1bc)](_0x5cfba1,_0x3ff71f[_0x298779(0x162)](_0x5473de['currentTest'][_0x298779(0x16e)])):(await __drivers[0x0]['session_'],_0x3888bc=!![],_0x5303de[_0x298779(0x157)](__error_messages__['length'],0x0)?_0x5303de[_0x298779(0x13b)](_0x5303de[_0x298779(0x1a5)],_0x5303de['NrObC'])?await _0x5303de[_0x298779(0x12f)](markSessionStatus,__drivers[0x0],_0x5303de[_0x298779(0x192)],__error_messages__['join'](_0x5303de['AcdTV'])):_0x487ce1['currentTest']=_0x4a0e53:_0x5303de[_0x298779(0x1ad)](_0x5303de[_0x298779(0x148)],_0x5303de[_0x298779(0x195)])?await _0x5303de['nPpro'](markSessionStatus,__drivers[0x0],_0x5303de['merII']):_0xc3d07e=![]);}catch(_0x3f301c){_0x5303de[_0x298779(0x13b)](_0x5303de[_0x298779(0x176)],_0x5303de[_0x298779(0x123)])?_0x2c9ebb[_0x298779(0x18a)]('Failed\x20to\x20store\x20session\x20name:\x20'+_0x157afb):console[_0x298779(0x1ae)](_0x3f301c);}__error_messages__=[];if(_0x3888bc){if(_0x5303de[_0x298779(0x13b)](_0x5303de[_0x298779(0x133)],_0x5303de[_0x298779(0x133)]))try{if(_0x5303de[_0x298779(0x1ad)](_0x5303de[_0x298779(0x1b9)],_0x5303de[_0x298779(0x14e)]))await __drivers[0x0]['initQuit']();else return _0x147884[_0x298779(0x19e)](/\\u001b\[.*?m/g,'')['slice'](0x1,-0x1);}catch(_0x2c4579){_0x5303de[_0x298779(0x1af)](_0x5303de[_0x298779(0x1b5)],_0x5303de[_0x298779(0x13f)])?console[_0x298779(0x1ae)](_0x2c4579):_0x53106f=_0x5303de[_0x298779(0x150)](_0x243df7,_0x409141[_0x298779(0x162)](_0x77a381['currentTest']['description']));}else return;}}beforeAll(async()=>{const _0x11dab3=a13_0x4e9f50,_0x3301fb={'BtUpo':function(_0x337d54,_0x3acb8c){return _0x337d54===_0x3acb8c;},'pIGHr':'fMIuL','mbJZJ':function(_0x417123,_0x5f4d5d){return _0x417123(_0x5f4d5d);},'QVqrD':function(_0x3474ad,_0x44601f){return _0x3474ad>_0x44601f;},'Bjuey':function(_0x569402,_0x10c197){return _0x569402(_0x10c197);},'uypfc':function(_0x22d906,_0x5da1d0){return _0x22d906(_0x5da1d0);},'GmoNk':function(_0x469fcc,_0x2bfc6b){return _0x469fcc!==_0x2bfc6b;},'WyOKy':_0x11dab3(0x186),'Zskkz':function(_0x5b6afd,_0x120672){return _0x5b6afd!==_0x120672;},'OCIDy':'TnkyI','lAnYM':_0x11dab3(0x1d5),'HowsS':_0x11dab3(0x18f),'QsmVJ':_0x11dab3(0x1ac),'CMXDs':_0x11dab3(0x1db),'gDCQv':function(_0x26c044){return _0x26c044();},'NQiBj':'WUUNI','nNTFu':_0x11dab3(0x1b6),'WKasx':function(_0x13e38a,_0x1fed09,_0x1e74b3){return _0x13e38a(_0x1fed09,_0x1e74b3);}};PerformanceTester[_0x11dab3(0x1a1)]();const _0xb01343='browserstack internal helper hook';if(_0x3301fb[_0x11dab3(0x1e1)](typeof jasmine,_0x3301fb[_0x11dab3(0x1d4)])){if(_0x3301fb[_0x11dab3(0x160)](_0x3301fb[_0x11dab3(0x1d9)],_0x3301fb['lAnYM']))jasmine[_0x11dab3(0x1de)]()[_0x11dab3(0x1ba)]({'specStarted':_0x1ed82e=>{const _0x1c55c6=_0x11dab3;_0x3301fb[_0x1c55c6(0x12d)](_0x3301fb[_0x1c55c6(0x149)],_0x3301fb[_0x1c55c6(0x149)])?jasmine[_0x1c55c6(0x1c0)]=_0x1ed82e:_0x5870fe[_0x1c55c6(0x1e2)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+this[_0x1c55c6(0x1c0)][_0x1c55c6(0x146)]()+_0x1c55c6(0x11e),_0x479972);}});else return;}let _0x3e52dc=![];try{_0x3301fb[_0x11dab3(0x12d)](_0x3301fb[_0x11dab3(0x164)],_0x3301fb[_0x11dab3(0x164)])?(await __drivers[0x0][_0x11dab3(0x1d7)],_0x3e52dc=!![]):(_0x539cae=!![],_0x4ffa1d=_0x3301fb[_0x11dab3(0x1bd)](_0x59d47e,_0x557d7b[_0x11dab3(0x162)](_0x1ce5ec[_0x11dab3(0x194)][0x0][0x0]['message']||_0x1355a3['errors'][0x0][0x0])));}catch(_0xb92de5){}if(_0x3e52dc)try{try{_0x3301fb[_0x11dab3(0x160)](_0x3301fb[_0x11dab3(0x16a)],_0x3301fb['CMXDs'])?_0x3301fb[_0x11dab3(0x1c7)](isTestObservabilitySession)&&(_0x3301fb[_0x11dab3(0x1e1)](_0x3301fb[_0x11dab3(0x1c4)],_0x3301fb[_0x11dab3(0x1c4)])?_0x4686c5[_0x11dab3(0x194)]&&_0x3301fb[_0x11dab3(0x122)](_0x4673f5[_0x11dab3(0x194)][_0x11dab3(0x156)],0x0)?(_0x3d6dca=!![],_0x2f193d=_0x3301fb['Bjuey'](_0x3b2127,_0x205658['stringify'](_0x170871[_0x11dab3(0x194)][0x0][0x0][_0x11dab3(0x138)]||_0x185f21[_0x11dab3(0x194)][0x0][0x0]))):_0x17201e=_0x3301fb[_0x11dab3(0x13d)](_0x26a858,_0x198663[_0x11dab3(0x162)](_0x5886af['name'])):global['__drivers'][0x0]&&(_0x3301fb[_0x11dab3(0x160)](_0x3301fb[_0x11dab3(0x1b8)],_0x3301fb[_0x11dab3(0x1b8)])?_0x15317e[_0x11dab3(0x1ae)](_0x53117d):await _0x3301fb[_0x11dab3(0x13e)](sendPlatformDetails,global[_0x11dab3(0x142)][0x0],TestDetails[_0x11dab3(0x1e3)](process[_0x11dab3(0x198)]+_0x11dab3(0x183))))):_0x46793b=_0x3301fb[_0x11dab3(0x141)](_0x265c21,_0x7af641[_0x11dab3(0x162)](_0xcd337b[_0x11dab3(0x174)]));}catch{}}catch(_0x2b6d66){}}),beforeEach(async()=>{const _0x3aa8de=a13_0x4e9f50,_0x58e4d7={'eWZcN':function(_0x538534,_0x125eeb){return _0x538534>_0x125eeb;},'cXxKX':function(_0x16b6cb){return _0x16b6cb();},'oBCjp':function(_0x2ee1d0,_0x344399,_0x5be37a){return _0x2ee1d0(_0x344399,_0x5be37a);},'KPXow':function(_0x26416e,_0x3b5f6c){return _0x26416e===_0x3b5f6c;},'ptnkh':_0x3aa8de(0x16c),'TWEnj':_0x3aa8de(0x18d),'zfvkN':_0x3aa8de(0x19a),'vmchp':function(_0x447057,_0x461aed){return _0x447057>_0x461aed;}},_0x40d9f5='browserstack internal helper hook';try{_0x58e4d7[_0x3aa8de(0x1bb)](__drivers[_0x3aa8de(0x156)],0x1)&&(await _0x58e4d7[_0x3aa8de(0x143)](driverCleanup),__drivers[_0x3aa8de(0x154)]());const _0x88b293=expect['getState']()[_0x3aa8de(0x1cc)];try{Array[_0x3aa8de(0x139)](__drivers)&&__drivers[0x0]&&(__drivers[0x0][_0x3aa8de(0x193)]=_0x88b293),global['browserstackSessionName']=_0x88b293;}catch(_0x259117){logger[_0x3aa8de(0x18a)](_0x3aa8de(0x132)+_0x259117);}__drivers[0x0][_0x3aa8de(0x193)]=_0x88b293;_0x58e4d7[_0x3aa8de(0x1bb)](__drivers[0x0]['quitCount_'],0x0)&&await _0x58e4d7['cXxKX'](driverCleanup);const _0x7f305=_0x58e4d7[_0x3aa8de(0x169)](shouldScanTestForAccessibility,_0x88b293,![]);if(_0x58e4d7[_0x3aa8de(0x143)](isAccessibilityAutomationSession)&&__drivers[0x0]['isAccessibilityPlatform'])try{const _0x136d69=await __drivers[0x0][_0x3aa8de(0x1d7)];if(_0x136d69){let _0x326817=!![];const _0x251e8b=await __drivers[0x0][_0x3aa8de(0x126)]();let _0x19adc0;try{_0x19adc0=new URL(_0x251e8b);}catch(_0x465467){_0x326817=![];}_0x326817=_0x58e4d7['KPXow'](_0x19adc0[_0x3aa8de(0x12c)],_0x58e4d7['ptnkh'])||_0x58e4d7[_0x3aa8de(0x184)](_0x19adc0[_0x3aa8de(0x12c)],_0x58e4d7[_0x3aa8de(0x1d1)]),_0x326817&&(_0x7f305?(logger['info'](_0x58e4d7[_0x3aa8de(0x1b7)]),await __drivers[0x0][_0x3aa8de(0x1ab)](_0x3aa8de(0x1a4))):await __drivers[0x0][_0x3aa8de(0x1cb)]('\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_FORCE_STOP\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'));}}catch(_0x1de429){logger[_0x3aa8de(0x1e2)](_0x3aa8de(0x147)+_0x1de429);}_0x58e4d7[_0x3aa8de(0x19c)](__drivers[0x0][_0x3aa8de(0x120)],0x0)&&await _0x58e4d7[_0x3aa8de(0x143)](driverCleanup);}catch{}}),afterEach(async()=>{const _0x180516=a13_0x4e9f50,_0x5ab279={'Picro':function(_0x3d6363,_0x49d70f){return _0x3d6363>_0x49d70f;},'iYbUG':function(_0x2c4a18){return _0x2c4a18();},'Lozeg':function(_0x41b92e,_0x14660a){return _0x41b92e===_0x14660a;},'Ypelj':_0x180516(0x127),'kbLvM':_0x180516(0x17a),'IIUNC':function(_0x51773c,_0x1612d0,_0x34ca80,_0x525f59){return _0x51773c(_0x1612d0,_0x34ca80,_0x525f59);},'aelgn':function(_0x3f2955,_0x4329ba,_0x377e51){return _0x3f2955(_0x4329ba,_0x377e51);},'paIWE':function(_0x4c1936){return _0x4c1936();},'vmWmI':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','beNcy':function(_0x159c0e,_0x28078e){return _0x159c0e(_0x28078e);},'CMaro':_0x180516(0x1a0),'ffLrD':function(_0x451547){return _0x451547();},'OoHgF':function(_0x100de0,_0x3785f9,_0x565308){return _0x100de0(_0x3785f9,_0x565308);},'GPilj':function(_0xb90ba){return _0xb90ba();},'GUsln':_0x180516(0x18a),'qdbLd':function(_0x3dbecd,_0x5da825){return _0x3dbecd>_0x5da825;}},_0x2b2661='browserstack internal helper hook';try{_0x5ab279[_0x180516(0x12a)](__drivers['length'],0x1)&&(await _0x5ab279[_0x180516(0x1d0)](driverCleanup),__drivers['shift']());try{if(global['percy']&&_0x5ab279[_0x180516(0x1b4)](global['percyCaptureMode'],_0x5ab279['Ypelj'])&&__drivers[0x0]){const _0x7caa02=_0x5ab279[_0x180516(0x12a)](global['capabilities'][_0x180516(0x156)],0x0)?!!global['capabilities'][0x0][_0x180516(0x168)]||!!global['capabilities'][0x0][_0x5ab279[_0x180516(0x137)]]:![],_0xb758ba={};_0xb758ba[_0x180516(0x168)]=_0x7caa02,await _0x5ab279['IIUNC'](percyAutoCapture,__drivers[0x0],_0x5ab279['Ypelj'],_0xb758ba);}}catch(_0x3e232b){}const _0x28b30b=_0x5ab279[_0x180516(0x16b)](shouldScanTestForAccessibility,expect[_0x180516(0x17b)]()['currentTestName'],![]);try{if(_0x5ab279[_0x180516(0x1c8)](isAccessibilityAutomationSession)&&__drivers[0x0][_0x180516(0x125)]){_0x28b30b&&logger[_0x180516(0x1d8)](_0x5ab279[_0x180516(0x155)]);const _0x368f80={'saveResults':_0x28b30b,'testDetails':{'name':expect['getState']()[_0x180516(0x1cc)],'testRunId':process[_0x180516(0x17e)][_0x180516(0x1a3)],'filePath':expect[_0x180516(0x17b)]()[_0x180516(0x15d)],'scopeList':[expect[_0x180516(0x17b)]()['currentTestName']]},'platform':await _0x5ab279[_0x180516(0x19b)](fetchPlatformDetails,__drivers[0x0])};final_res=await __drivers[0x0][_0x180516(0x1ab)](_0x180516(0x1b0),_0x368f80),_0x28b30b&&logger[_0x180516(0x1d8)](_0x5ab279[_0x180516(0x1cd)]);}}catch(_0x511e03){logger[_0x180516(0x1e2)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+this[_0x180516(0x1c0)][_0x180516(0x146)]()+'.\x20Error\x20:',_0x511e03);}await _0x5ab279[_0x180516(0x1c6)](setContext);try{if(_0x5ab279[_0x180516(0x1c8)](isTestObservabilitySession)){global[_0x180516(0x142)][0x0]&&await _0x5ab279[_0x180516(0x13a)](sendPlatformDetails,global['__drivers'][0x0],TestDetails[_0x180516(0x1e3)](process[_0x180516(0x198)]+_0x180516(0x183)));if(_0x5ab279[_0x180516(0x136)](isBrowserstackInfra)){const _0x39db06=_0x180516(0x14b)+Date[_0x180516(0x153)]();await _0x5ab279[_0x180516(0x13a)](executeAnnotate,JSON[_0x180516(0x162)](_0x39db06),_0x5ab279[_0x180516(0x1b3)]);}}}catch(_0x533ab1){}_0x5ab279['qdbLd'](__drivers[0x0]['quitCount_'],0x0)&&await _0x5ab279[_0x180516(0x1d0)](driverCleanup);}catch{}},0x186a0),afterAll(async()=>{const _0x3a18fd=a13_0x4e9f50,_0x50666a={'zlePP':function(_0x1fa3df,_0x48781f){return _0x1fa3df<=_0x48781f;},'PHEJu':function(_0x2445f1,_0x314c9c){return _0x2445f1(_0x314c9c);},'jQVOC':function(_0x7c7ecd){return _0x7c7ecd();},'ZlLtD':function(_0x130a33,_0x110475,_0x568414){return _0x130a33(_0x110475,_0x568414);},'wDUnF':function(_0x513e1b){return _0x513e1b();}};jest[_0x3a18fd(0x1c2)](0x186a0),PerformanceTester[_0x3a18fd(0x11f)]();const _0x264d77='browserstack internal helper hook';await new Promise(_0x430759=>{const _0x3805bb=_0x3a18fd,_0x3b09ef=_0x50666a[_0x3805bb(0x14d)](setInterval,async()=>{const _0x16282b=_0x3805bb;_0x50666a[_0x16282b(0x1ca)](RequestQueueHandler[_0x16282b(0x1b2)]()[_0x16282b(0x1a2)],0x0)&&(_0x50666a[_0x16282b(0x1a7)](clearInterval,_0x3b09ef),_0x50666a[_0x16282b(0x1d6)](_0x430759));},0x3e8);});try{await _0x50666a[_0x3a18fd(0x140)](driverCleanup);}catch(_0x22bf71){}process[_0x3a18fd(0x16f)]();},0x2710);
|
|
1
|
+
const a13_0x191664=a13_0x2a1a;(function(_0x373005,_0x19a1f9){const _0x4fcde0=a13_0x2a1a,_0x1f9bea=_0x373005();while(!![]){try{const _0x3c6e73=parseInt(_0x4fcde0(0xed))/0x1*(parseInt(_0x4fcde0(0x15d))/0x2)+parseInt(_0x4fcde0(0xeb))/0x3+parseInt(_0x4fcde0(0x18d))/0x4+-parseInt(_0x4fcde0(0x170))/0x5*(-parseInt(_0x4fcde0(0x16d))/0x6)+-parseInt(_0x4fcde0(0x134))/0x7*(-parseInt(_0x4fcde0(0x16e))/0x8)+parseInt(_0x4fcde0(0x13e))/0x9*(-parseInt(_0x4fcde0(0x174))/0xa)+-parseInt(_0x4fcde0(0x12f))/0xb;if(_0x3c6e73===_0x19a1f9)break;else _0x1f9bea['push'](_0x1f9bea['shift']());}catch(_0x1f7fa0){_0x1f9bea['push'](_0x1f9bea['shift']());}}}(a13_0x4983,0x6b83f));const {isTestObservabilitySession,sendPlatformDetails}=require(a13_0x191664(0x133)),{isBrowserstackInfra,markSessionStatus}=require('../../helpers/helper');let __error_messages__=[];const RequestQueueHandler=require(a13_0x191664(0x197));jest[a13_0x191664(0x10a)](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),{percyAutoCapture}=require('../../helpers/percy/utils'),logger=require(a13_0x191664(0x13d))['winstonLogger'],TestDetails=require('./test-observability/test-details'),PerformanceTester=require('../../helpers/performance-tester');function stripUnicode(_0x2fa685){const _0x21c791=a13_0x191664;return _0x2fa685['replace'](/\\u001b\[.*?m/g,'')[_0x21c791(0x13f)](0x1,-0x1);}async function setContext(){const _0x166f25=a13_0x191664,_0x584dc4={'fVrGW':function(_0x43ec7c,_0x469415){return _0x43ec7c<=_0x469415;},'uHvYg':function(_0x3b711b,_0x2b5f91){return _0x3b711b(_0x2b5f91);},'TcwsI':function(_0x38a1b7){return _0x38a1b7();},'ZKWDM':function(_0x1cc82a,_0x385496,_0x10bd32){return _0x1cc82a(_0x385496,_0x10bd32);},'JVQDH':function(_0x20a331,_0x21f639){return _0x20a331>_0x21f639;},'XaSvZ':function(_0x1aca0c,_0x3b9ee8){return _0x1aca0c(_0x3b9ee8);},'fHZiE':function(_0x25fcc6,_0x590c22){return _0x25fcc6(_0x590c22);},'RdczT':function(_0x43d752,_0x277f7a){return _0x43d752(_0x277f7a);},'gZpLu':_0x166f25(0x14d),'pNWjP':function(_0x274341,_0xced09){return _0x274341===_0xced09;},'spioD':_0x166f25(0x113),'LdGCq':_0x166f25(0x1ad),'mAWDI':function(_0x38eb45,_0x289445){return _0x38eb45!==_0x289445;},'gsjfX':_0x166f25(0x100),'pXsjv':_0x166f25(0x19c),'lNBYq':function(_0x3b27d4,_0x198914){return _0x3b27d4!==_0x198914;},'apGaK':'PJUUV','kuWiL':_0x166f25(0x1a1),'PkHNn':_0x166f25(0x13a),'EhjNX':function(_0x4cd753,_0x2cc69a){return _0x4cd753(_0x2cc69a);},'AjlDE':_0x166f25(0x17d),'IEfTi':function(_0x3dff5b,_0x1ca68c){return _0x3dff5b>_0x1ca68c;},'XIvKM':function(_0x486895,_0x3f1198){return _0x486895===_0x3f1198;},'wLFPR':_0x166f25(0x114),'yWyuo':_0x166f25(0x12c),'CSuFt':function(_0x5a0e17,_0x26e712){return _0x5a0e17(_0x26e712);},'spYTq':_0x166f25(0x106),'Shylk':'XEbkQ','FuSvL':function(_0x743a,_0xa149d2){return _0x743a!==_0xa149d2;},'PPaYv':_0x166f25(0x18f),'cvFbg':'sXWQM','zeXfJ':_0x166f25(0x16f)};if(!_0x584dc4[_0x166f25(0x1a7)](isBrowserstackInfra)){if(_0x584dc4[_0x166f25(0x121)](_0x584dc4['spioD'],_0x584dc4[_0x166f25(0x10c)]))return;else{const _0x4f9eab={'ncdMg':function(_0x2fb3a4,_0xee95a7){const _0x1bf488=_0x166f25;return _0x584dc4[_0x1bf488(0x1a4)](_0x2fb3a4,_0xee95a7);},'kZrsU':function(_0x366212,_0x4544ba){const _0xf72201=_0x166f25;return _0x584dc4[_0xf72201(0x158)](_0x366212,_0x4544ba);},'nIZLy':function(_0x5d017f){const _0x4750f7=_0x166f25;return _0x584dc4[_0x4750f7(0x1a7)](_0x5d017f);}},_0x2ff54f=_0x584dc4[_0x166f25(0x191)](_0x28f0a6,async()=>{const _0x199486=_0x166f25;_0x4f9eab['ncdMg'](_0x30cec3[_0x199486(0x13c)]()[_0x199486(0x128)],0x0)&&(_0x4f9eab['kZrsU'](_0xf63650,_0x2ff54f),_0x4f9eab[_0x199486(0x164)](_0x19a543));},0x3e8);}}if(!sessionNameProvided){if(_0x584dc4['pNWjP'](_0x584dc4['LdGCq'],_0x584dc4[_0x166f25(0x142)])){const _0x416a5a=expect[_0x166f25(0x159)]()[_0x166f25(0x183)];await __drivers[0x0][_0x166f25(0x132)](_0x166f25(0xee)+_0x416a5a+'\x22}}');}else _0x18599b['currentTest'][_0x166f25(0x1a3)]&&_0x584dc4[_0x166f25(0xf6)](_0x5ea20e['currentTest'][_0x166f25(0x1a3)][_0x166f25(0x143)],0x0)?(_0x41e1aa=!![],_0x4b11a8=_0x584dc4[_0x166f25(0x193)](_0x119cfa,_0x140625[_0x166f25(0x16c)](_0x86216b[_0x166f25(0xf0)]['failedExpectations'][0x0][_0x166f25(0x160)]))):_0x4aa8ab=_0x584dc4[_0x166f25(0x15e)](_0x58a886,_0x3da836[_0x166f25(0x16c)](_0x4423a6['currentTest']['description']));}let _0x7c20dd=null,_0x2ca179=![];_0x584dc4['mAWDI'](typeof jasmine,_0x584dc4[_0x166f25(0x17e)])?_0x584dc4[_0x166f25(0x121)](_0x584dc4[_0x166f25(0x165)],_0x584dc4[_0x166f25(0x165)])?jasmine[_0x166f25(0xf0)][_0x166f25(0x1a3)]&&_0x584dc4['JVQDH'](jasmine[_0x166f25(0xf0)]['failedExpectations'][_0x166f25(0x143)],0x0)?_0x584dc4[_0x166f25(0x1ae)](_0x584dc4['apGaK'],_0x584dc4[_0x166f25(0x155)])?(_0x2ca179=!![],_0x7c20dd=_0x584dc4[_0x166f25(0x17b)](stripUnicode,JSON[_0x166f25(0x16c)](jasmine['currentTest']['failedExpectations'][0x0][_0x166f25(0x160)]))):_0x41967c[_0x166f25(0x17f)](_0x166f25(0x122)+_0x4649a7):_0x584dc4[_0x166f25(0x1ae)](_0x584dc4[_0x166f25(0x19a)],_0x584dc4[_0x166f25(0x19a)])?_0x5c2e79=new _0x32b42e(_0x49dc69):_0x7c20dd=_0x584dc4[_0x166f25(0x14e)](stripUnicode,JSON['stringify'](jasmine[_0x166f25(0xf0)][_0x166f25(0x16a)])):_0x444cf9=_0x584dc4[_0x166f25(0x17b)](_0x3fc2a5,_0x3f60a5['stringify'](_0x4c37f2['name'])):_0x584dc4['pNWjP'](_0x584dc4[_0x166f25(0x1a2)],_0x584dc4['AjlDE'])?testContext['errors']&&_0x584dc4['IEfTi'](testContext[_0x166f25(0x182)][_0x166f25(0x143)],0x0)?_0x584dc4[_0x166f25(0x147)](_0x584dc4[_0x166f25(0x15f)],_0x584dc4[_0x166f25(0x13b)])?_0x1ed093['info'](_0x584dc4['gZpLu']):(_0x2ca179=!![],_0x7c20dd=_0x584dc4[_0x166f25(0x117)](stripUnicode,JSON['stringify'](testContext['errors'][0x0][0x0]['message']||testContext[_0x166f25(0x182)][0x0][0x0]))):_0x584dc4[_0x166f25(0x18e)](_0x584dc4['spYTq'],_0x584dc4[_0x166f25(0x14f)])?_0x7c20dd=_0x584dc4[_0x166f25(0x15e)](stripUnicode,JSON[_0x166f25(0x16c)](testContext['name'])):(_0x133f21[_0x166f25(0x180)](_0x1fe5f5)&&_0x1de1bd[0x0]&&(_0x30323c[0x0]['browserstackSessionName']=_0x187974),_0x4ebfd7[_0x166f25(0xfe)]=_0xf21838):_0x5d565b=_0x584dc4[_0x166f25(0x17b)](_0x2e62a8,_0x3cec11[_0x166f25(0x16c)](_0x2b353b['currentTest']['description']));if(_0x2ca179){if(_0x584dc4[_0x166f25(0x150)](_0x584dc4[_0x166f25(0x1aa)],_0x584dc4['cvFbg']))__error_messages__[_0x166f25(0x154)](_0x7c20dd),await __drivers[0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20'+_0x7c20dd+_0x166f25(0x111));else{const _0x546510={};_0x546510[_0x166f25(0x11c)]=_0x1dfb6f=>{const _0x47cbd4=_0x166f25;_0x2fc938[_0x47cbd4(0xf0)]=_0x1dfb6f;},_0x2e0904['getEnv']()[_0x166f25(0x104)](_0x546510);}}else _0x584dc4[_0x166f25(0x18e)](_0x584dc4[_0x166f25(0x177)],_0x584dc4[_0x166f25(0x177)])?_0x29913d[_0x166f25(0x136)](_0x166f25(0x102)+_0x304a48):await __drivers[0x0][_0x166f25(0x132)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20'+_0x7c20dd+_0x166f25(0xe7));}const executeAnnotate=async(_0x1b2166,_0x16af92)=>{const _0x526eb9=a13_0x191664;await global[_0x526eb9(0x12e)][0x0][_0x526eb9(0x132)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x1b2166+',\x22level\x22:\x20\x22'+_0x16af92+'\x22}}');};function a13_0x2a1a(_0x481456,_0xe121cf){const _0x4983c0=a13_0x4983();return a13_0x2a1a=function(_0x2a1ab8,_0x10d19d){_0x2a1ab8=_0x2a1ab8-0xe4;let _0x258850=_0x4983c0[_0x2a1ab8];return _0x258850;},a13_0x2a1a(_0x481456,_0xe121cf);}async function driverCleanup(){const _0x4d1069=a13_0x191664,_0x3eec94={'rPxoy':_0x4d1069(0x194),'CSlNB':function(_0x36840d,_0x4e10bc){return _0x36840d(_0x4e10bc);},'gTuCL':function(_0x14cf04,_0x265636){return _0x14cf04<=_0x265636;},'OOIlj':function(_0x58f064,_0x13c1de){return _0x58f064(_0x13c1de);},'xkyvG':function(_0x4159b0){return _0x4159b0();},'fKAkO':function(_0x7f10a4){return _0x7f10a4();},'fyOpV':function(_0x3d5e0a,_0x39dd0c){return _0x3d5e0a!==_0x39dd0c;},'kAJVz':_0x4d1069(0x120),'gvKrQ':function(_0x338b50,_0x4b6d92){return _0x338b50===_0x4b6d92;},'gblgH':_0x4d1069(0x15c),'zvpmB':_0x4d1069(0xf4),'tulJN':function(_0x276f75,_0x3705b7){return _0x276f75>_0x3705b7;},'BSsKf':_0x4d1069(0x156),'oXhJF':_0x4d1069(0x131),'tBTVg':function(_0x4d8a9d,_0x50f3c5,_0x50406d,_0x3c39b2){return _0x4d8a9d(_0x50f3c5,_0x50406d,_0x3c39b2);},'Ndhvw':_0x4d1069(0x14c),'BAGAZ':_0x4d1069(0x195),'weCUA':function(_0xb69ac9,_0x4d4224){return _0xb69ac9===_0x4d4224;},'JRnXD':'fDXtl','SScGq':function(_0x3a713e,_0x19ca5f,_0x27516d){return _0x3a713e(_0x19ca5f,_0x27516d);},'CtkUO':_0x4d1069(0x116),'oRsGC':function(_0x366e61,_0x3203ad){return _0x366e61===_0x3203ad;},'fXaZf':_0x4d1069(0x185),'VfoJt':function(_0x1eab27,_0x9f8b3e){return _0x1eab27!==_0x9f8b3e;},'OqRhS':_0x4d1069(0xf2),'GCemQ':function(_0x188ac1,_0x40df1f){return _0x188ac1!==_0x40df1f;},'Dvzeu':_0x4d1069(0x124),'pfIfn':'FWZUh','trZXF':'WhybC','UpxeJ':'uKopb'};if(!_0x3eec94['fKAkO'](isBrowserstackInfra)){if(_0x3eec94[_0x4d1069(0x11e)](_0x3eec94[_0x4d1069(0xe4)],_0x3eec94[_0x4d1069(0xe4)]))_0x1519e9[_0x4d1069(0x1ab)](_0x3eec94['rPxoy']);else return;}let _0x3b5af7=![];try{if(_0x3eec94[_0x4d1069(0x11b)](_0x3eec94[_0x4d1069(0x199)],_0x3eec94[_0x4d1069(0x109)]))_0xc0297c=![];else{await __drivers[0x0]['session_'],_0x3b5af7=!![];if(_0x3eec94[_0x4d1069(0x181)](__error_messages__[_0x4d1069(0x143)],0x0)){if(_0x3eec94[_0x4d1069(0x11e)](_0x3eec94[_0x4d1069(0x168)],_0x3eec94[_0x4d1069(0xec)]))await _0x3eec94[_0x4d1069(0x1b3)](markSessionStatus,__drivers[0x0],_0x3eec94[_0x4d1069(0x1a5)],__error_messages__[_0x4d1069(0x189)](_0x3eec94[_0x4d1069(0x107)]));else return;}else _0x3eec94[_0x4d1069(0x192)](_0x3eec94[_0x4d1069(0x123)],_0x3eec94[_0x4d1069(0x123)])?await _0x3eec94[_0x4d1069(0xf1)](markSessionStatus,__drivers[0x0],_0x3eec94[_0x4d1069(0xe8)]):_0x5dece3['error']('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+this[_0x4d1069(0xf0)]['titlePath']()+'.\x20Error\x20:',_0x5294fe);}}catch(_0x1277ba){_0x3eec94[_0x4d1069(0x162)](_0x3eec94['fXaZf'],_0x3eec94[_0x4d1069(0x1ac)])?console[_0x4d1069(0x196)](_0x1277ba):(_0x1fca13=!![],_0x142331=_0x3eec94[_0x4d1069(0x11d)](_0x1dc5a2,_0x45adb7[_0x4d1069(0x16c)](_0x2459f4[_0x4d1069(0x182)][0x0][0x0][_0x4d1069(0x160)]||_0x4b2372[_0x4d1069(0x182)][0x0][0x0])));}__error_messages__=[];if(_0x3b5af7){if(_0x3eec94[_0x4d1069(0x152)](_0x3eec94[_0x4d1069(0x161)],_0x3eec94[_0x4d1069(0x161)]))_0x3eec94[_0x4d1069(0x110)](_0x1af3e3[_0x4d1069(0x13c)]()[_0x4d1069(0x128)],0x0)&&(_0x3eec94[_0x4d1069(0xe5)](_0x2b24f6,_0x14e068),_0x3eec94[_0x4d1069(0x151)](_0x19dfa4));else try{_0x3eec94[_0x4d1069(0xea)](_0x3eec94[_0x4d1069(0x11f)],_0x3eec94[_0x4d1069(0x19e)])?await __drivers[0x0][_0x4d1069(0x17c)]():_0x377d82['log'](_0x3cda9d);}catch(_0x583fbc){if(_0x3eec94['gvKrQ'](_0x3eec94['trZXF'],_0x3eec94[_0x4d1069(0x175)]))return _0x388151[_0x4d1069(0x163)](/\\u001b\[.*?m/g,'')['slice'](0x1,-0x1);else console[_0x4d1069(0x196)](_0x583fbc);}}}function a13_0x4983(){const _0x2251e0=['weCUA','XaSvZ','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','\x20|\x20','log','../../helpers/test-observability/requestQueueHandler','percy','gblgH','PkHNn','testcase','yGNUg','oOWYp','pfIfn','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20callback\x20=\x20arguments[arguments.length\x20-\x201];\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.res\x20=\x20null;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(arguments[0].saveResults)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_TAP_TRANSPORTER\x27,\x20(event)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.tapTransporterData\x20=\x20event.detail;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.res\x20=\x20window.tapTransporterData;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback(this.res);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_TEST_END\x27,\x20{detail:\x20arguments[0]});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(arguments[0].saveResults\x20!==\x20true\x20)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20','isAccessibilityPlatform','zYEfs','AjlDE','failedExpectations','fVrGW','Ndhvw','vffvw','TcwsI','kDkHk','pid','PPaYv','info','fXaZf','RsPKj','lNBYq','inYmF','http:','YcIRb','uWYWz','tBTVg','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_FORCE_STOP\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','zDgYa','kAJVz','OOIlj','HgINM','\x22,\x22level\x22:\x20\x22info\x22}}','CtkUO','xbcnq','GCemQ','1122627QBkgJJ','oXhJF','37907wfeUxT','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','protocol','currentTest','SScGq','ofBuA','BS_A11Y_TEST_RUN_ID','DsYEA','ddWmd','JVQDH','fjzvH','appium:app','GnNtY','percyCaptureMode','rtANI','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20callback\x20=\x20arguments[arguments.length\x20-\x201];\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn\x20=\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_TAP_STARTED\x27,\x20fn2);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_FORCE_START\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn2\x20=\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.removeEventListener(\x27A11Y_TAP_STARTED\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fn();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','https:','browserstackSessionName','ObservabilitySync:','undefined','shift','Failed\x20to\x20store\x20session\x20name:\x20','hzcDe','addReporter','NCKFq','vYYrF','BAGAZ','IaffD','zvpmB','setTimeout','titlePath','spioD','pZZbc','MsJfx','GIPjb','gTuCL','\x22,\x22level\x22:\x20\x22error\x22}}','UIOrO','cHaHz','edUUu','QZBbW','passed','CSuFt','hrFQK','YQKwd','FOqUh','gvKrQ','specStarted','CSlNB','fyOpV','Dvzeu','iMmXk','pNWjP','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','JRnXD','Bcsbl','YhHsD','WOmiA','pushPerfMeasures','pendingUploads','name','uiwGx','app','SMBXM','CHbUO','__drivers','16753704mesGdd','iCeXV','iDQCJ','executeScript','../../helpers/test-observability/utils','2933uQqWBK','MnfZN','debug','Utaku','JratS','QxhGm','DprSL','yWyuo','getInstance','../../helpers/logger','666477sFGxny','slice','startMonitoring','now','LdGCq','length','CEdxL','oJGlH','NhQsf','XIvKM','executeAsyncScript','fKdoU','lrmyK','cMXBe','failed','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','EhjNX','Shylk','FuSvL','xkyvG','VfoJt','session_','push','kuWiL','UWoPf','capabilities','uHvYg','getState','removeAllListeners','bxMJR','fLYft','26IWWWMi','fHZiE','wLFPR','message','OqRhS','oRsGC','replace','nIZLy','pXsjv','teysI','wHhOS','BSsKf','tjZaN','description','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','stringify','397350gsnacH','14032zVAVwW','NnhZK','5HDUfZB','quitCount_','gtzOe','xrnrl','20HUQiPN','UpxeJ','qgmGx','zeXfJ','.\x20Error\x20:','getTestUUID','bkzVo','RdczT','initQuit','Fwetm','gsjfX','error','isArray','tulJN','errors','currentTestName','getCurrentUrl','dSDgV','qDwln','HTVIc','getEnv','join','eFsSf','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','DhzTC','1773608fDpaFG','mAWDI','reZTg','Aaozh','ZKWDM'];a13_0x4983=function(){return _0x2251e0;};return a13_0x4983();}beforeAll(async()=>{const _0x143f1c=a13_0x191664,_0xcb4e2f={'bkzVo':function(_0x44f509,_0x2addfc){return _0x44f509===_0x2addfc;},'xrnrl':'YgNmM','UIOrO':_0x143f1c(0x18c),'ddWmd':function(_0x5cfd6c,_0x30d166){return _0x5cfd6c>_0x30d166;},'Aaozh':function(_0x3442dc,_0x2c6368){return _0x3442dc(_0x2c6368);},'rxJLK':function(_0x35fa73){return _0x35fa73();},'Utaku':function(_0x4780ae,_0x4016c7){return _0x4780ae!==_0x4016c7;},'hzcDe':_0x143f1c(0x100),'XeKPT':'wlPft','rtANI':'MCfHa','YhHsD':_0x143f1c(0x10e),'zDgYa':'fFokT','qgmGx':function(_0x2c01d8){return _0x2c01d8();},'hrFQK':function(_0x5a4b09,_0x586662){return _0x5a4b09!==_0x586662;},'oOWYp':_0x143f1c(0x186),'bxMJR':_0x143f1c(0x1b1),'tSFxU':_0x143f1c(0x1af),'CEdxL':_0x143f1c(0x126),'kDkHk':function(_0x23128f,_0x444cde,_0x170534){return _0x23128f(_0x444cde,_0x170534);}};PerformanceTester[_0x143f1c(0x140)]();const _0x1e58a1='browserstack internal helper hook';_0xcb4e2f[_0x143f1c(0x137)](typeof jasmine,_0xcb4e2f[_0x143f1c(0x103)])&&(_0xcb4e2f[_0x143f1c(0x137)](_0xcb4e2f['XeKPT'],_0xcb4e2f[_0x143f1c(0xfb)])?jasmine[_0x143f1c(0x188)]()[_0x143f1c(0x104)]({'specStarted':_0x483932=>{const _0x9bc87d=_0x143f1c;_0xcb4e2f[_0x9bc87d(0x17a)](_0xcb4e2f[_0x9bc87d(0x173)],_0xcb4e2f[_0x9bc87d(0x112)])?_0x1f076b[_0x9bc87d(0x196)](_0x55a524):jasmine[_0x9bc87d(0xf0)]=_0x483932;}}):_0x5d7558['errors']&&_0xcb4e2f[_0x143f1c(0xf5)](_0x386621[_0x143f1c(0x182)][_0x143f1c(0x143)],0x0)?(_0x1a7d4b=!![],_0x100c06=_0xcb4e2f[_0x143f1c(0x190)](_0x55e42b,_0x57591c[_0x143f1c(0x16c)](_0x1dfe84['errors'][0x0][0x0]['message']||_0x586718[_0x143f1c(0x182)][0x0][0x0]))):_0xb8d2c7=_0xcb4e2f[_0x143f1c(0x190)](_0x72d4e8,_0x4ab55b[_0x143f1c(0x16c)](_0x2f2195[_0x143f1c(0x129)])));let _0x160bba=![];try{_0xcb4e2f[_0x143f1c(0x137)](_0xcb4e2f[_0x143f1c(0x125)],_0xcb4e2f[_0x143f1c(0x125)])?(_0xcb4e2f[_0x143f1c(0x190)](_0x170d0b,_0x40a30c),_0xcb4e2f['rxJLK'](_0x36da86)):(await __drivers[0x0][_0x143f1c(0x153)],_0x160bba=!![]);}catch(_0x88f6e5){}if(_0x160bba)try{try{if(_0xcb4e2f[_0x143f1c(0x137)](_0xcb4e2f[_0x143f1c(0x1b5)],_0xcb4e2f['zDgYa']))return;else _0xcb4e2f[_0x143f1c(0x176)](isTestObservabilitySession)&&(_0xcb4e2f[_0x143f1c(0x118)](_0xcb4e2f[_0x143f1c(0x19d)],_0xcb4e2f[_0x143f1c(0x15b)])?global[_0x143f1c(0x12e)][0x0]&&(_0xcb4e2f['bkzVo'](_0xcb4e2f['tSFxU'],_0xcb4e2f[_0x143f1c(0x144)])?(_0x3e2c41=!![],_0x5ccdd1=_0xcb4e2f[_0x143f1c(0x190)](_0xc39eb3,_0x217c91[_0x143f1c(0x16c)](_0x2bd88c[_0x143f1c(0xf0)][_0x143f1c(0x1a3)][0x0]['message']))):await _0xcb4e2f[_0x143f1c(0x1a8)](sendPlatformDetails,global[_0x143f1c(0x12e)][0x0],TestDetails[_0x143f1c(0x179)](process['pid']+':testAnalyticsId'))):_0x3cd2f4[_0x143f1c(0xf0)]=_0x204745);}catch{}}catch(_0x12403f){}}),beforeEach(async()=>{const _0x46ddc8=a13_0x191664,_0x4b0885={'iCeXV':function(_0x24b948,_0x784766){return _0x24b948>_0x784766;},'fjzvH':function(_0x53dc1e){return _0x53dc1e();},'pZZbc':function(_0x85cca2,_0x2af907){return _0x85cca2>_0x2af907;},'wHhOS':function(_0x4d2b07){return _0x4d2b07();},'GnNtY':function(_0x208416,_0x29fe95,_0x1fa775){return _0x208416(_0x29fe95,_0x1fa775);},'HgINM':function(_0x5f454c,_0x4ebd83){return _0x5f454c===_0x4ebd83;},'FOqUh':_0x46ddc8(0x1b0),'cMXBe':function(_0x5b245f,_0x311279){return _0x5b245f===_0x311279;},'uiwGx':_0x46ddc8(0xfd),'NCKFq':_0x46ddc8(0x16b),'YQKwd':function(_0x1491af,_0x2878f8){return _0x1491af>_0x2878f8;},'tjZaN':function(_0x45fab4){return _0x45fab4();}},_0x28f33b='browserstack internal helper hook';try{_0x4b0885[_0x46ddc8(0x130)](__drivers[_0x46ddc8(0x143)],0x1)&&(await _0x4b0885[_0x46ddc8(0xf7)](driverCleanup),__drivers[_0x46ddc8(0x101)]());const _0x52c4aa=expect[_0x46ddc8(0x159)]()[_0x46ddc8(0x183)];try{Array[_0x46ddc8(0x180)](__drivers)&&__drivers[0x0]&&(__drivers[0x0]['browserstackSessionName']=_0x52c4aa),global['browserstackSessionName']=_0x52c4aa;}catch(_0x12660e){logger[_0x46ddc8(0x136)]('Failed\x20to\x20store\x20session\x20name:\x20'+_0x12660e);}__drivers[0x0][_0x46ddc8(0xfe)]=_0x52c4aa;_0x4b0885[_0x46ddc8(0x10d)](__drivers[0x0][_0x46ddc8(0x171)],0x0)&&await _0x4b0885[_0x46ddc8(0x167)](driverCleanup);const _0x4b5dd4=_0x4b0885[_0x46ddc8(0xf9)](shouldScanTestForAccessibility,_0x52c4aa,![]);if(_0x4b0885[_0x46ddc8(0xf7)](isAccessibilityAutomationSession)&&__drivers[0x0]['isAccessibilityPlatform'])try{const _0x4d9606=await __drivers[0x0][_0x46ddc8(0x153)];if(_0x4d9606){let _0x4ab674=!![];const _0x361622=await __drivers[0x0][_0x46ddc8(0x184)]();let _0x15fc42;try{_0x15fc42=new URL(_0x361622);}catch(_0x1e8726){_0x4ab674=![];}_0x4ab674=_0x4b0885[_0x46ddc8(0xe6)](_0x15fc42[_0x46ddc8(0xef)],_0x4b0885[_0x46ddc8(0x11a)])||_0x4b0885[_0x46ddc8(0x14b)](_0x15fc42[_0x46ddc8(0xef)],_0x4b0885[_0x46ddc8(0x12a)]),_0x4ab674&&(_0x4b5dd4?(logger[_0x46ddc8(0x1ab)](_0x4b0885[_0x46ddc8(0x105)]),await __drivers[0x0][_0x46ddc8(0x148)](_0x46ddc8(0xfc))):await __drivers[0x0][_0x46ddc8(0x132)](_0x46ddc8(0x1b4)));}}catch(_0x3c0009){logger[_0x46ddc8(0x17f)](_0x46ddc8(0x122)+_0x3c0009);}_0x4b0885[_0x46ddc8(0x119)](__drivers[0x0][_0x46ddc8(0x171)],0x0)&&await _0x4b0885[_0x46ddc8(0x169)](driverCleanup);}catch{}}),afterEach(async()=>{const _0x47dc25=a13_0x191664,_0x5f5b70={'lrmyK':function(_0x2753c1,_0x10895f){return _0x2753c1>_0x10895f;},'NhQsf':function(_0x258fa9){return _0x258fa9();},'MnfZN':function(_0x56e626,_0x5791cb){return _0x56e626===_0x5791cb;},'oWVbZ':_0x47dc25(0x19b),'NVrmo':function(_0x32d389,_0x46e280){return _0x32d389>_0x46e280;},'xbcnq':_0x47dc25(0xf8),'oJGlH':function(_0x3e7ce4,_0x581f13,_0x1de724,_0x648b11){return _0x3e7ce4(_0x581f13,_0x1de724,_0x648b11);},'QZBbW':function(_0x43ab49,_0x5c85f1,_0x21a1be){return _0x43ab49(_0x5c85f1,_0x21a1be);},'eFsSf':function(_0x2de4f7){return _0x2de4f7();},'CHbUO':_0x47dc25(0x194),'vffvw':function(_0x3d4ca5,_0x2ed50f){return _0x3d4ca5(_0x2ed50f);},'gtzOe':_0x47dc25(0x14d),'fKdoU':function(_0x432e56){return _0x432e56();},'IaffD':function(_0x47a8b4){return _0x47a8b4();},'JratS':_0x47dc25(0x136)},_0x424710='browserstack internal helper hook';try{_0x5f5b70[_0x47dc25(0x14a)](__drivers[_0x47dc25(0x143)],0x1)&&(await _0x5f5b70[_0x47dc25(0x146)](driverCleanup),__drivers[_0x47dc25(0x101)]());try{if(global[_0x47dc25(0x198)]&&_0x5f5b70[_0x47dc25(0x135)](global[_0x47dc25(0xfa)],_0x5f5b70['oWVbZ'])&&__drivers[0x0]){const _0x5c9fe0=_0x5f5b70['NVrmo'](global['capabilities'][_0x47dc25(0x143)],0x0)?!!global['capabilities'][0x0][_0x47dc25(0x12b)]||!!global[_0x47dc25(0x157)][0x0][_0x5f5b70[_0x47dc25(0xe9)]]:![],_0x17d6ff={};_0x17d6ff[_0x47dc25(0x12b)]=_0x5c9fe0,await _0x5f5b70[_0x47dc25(0x145)](percyAutoCapture,__drivers[0x0],_0x5f5b70['oWVbZ'],_0x17d6ff);}}catch(_0x1aa082){}const _0x3eaf92=_0x5f5b70[_0x47dc25(0x115)](shouldScanTestForAccessibility,expect[_0x47dc25(0x159)]()[_0x47dc25(0x183)],![]);try{if(_0x5f5b70['eFsSf'](isAccessibilityAutomationSession)&&__drivers[0x0][_0x47dc25(0x1a0)]){_0x3eaf92&&logger[_0x47dc25(0x1ab)](_0x5f5b70[_0x47dc25(0x12d)]);const _0x269145={'saveResults':_0x3eaf92,'testDetails':{'name':expect[_0x47dc25(0x159)]()[_0x47dc25(0x183)],'testRunId':process['env'][_0x47dc25(0xf3)],'filePath':expect[_0x47dc25(0x159)]()['testPath'],'scopeList':[expect[_0x47dc25(0x159)]()[_0x47dc25(0x183)]]},'platform':await _0x5f5b70[_0x47dc25(0x1a6)](fetchPlatformDetails,__drivers[0x0])};final_res=await __drivers[0x0]['executeAsyncScript'](_0x47dc25(0x19f),_0x269145),_0x3eaf92&&logger[_0x47dc25(0x1ab)](_0x5f5b70[_0x47dc25(0x172)]);}}catch(_0x1b6540){logger[_0x47dc25(0x17f)](_0x47dc25(0x18b)+this[_0x47dc25(0xf0)][_0x47dc25(0x10b)]()+_0x47dc25(0x178),_0x1b6540);}await _0x5f5b70[_0x47dc25(0x149)](setContext);try{if(_0x5f5b70[_0x47dc25(0x108)](isTestObservabilitySession)){global['__drivers'][0x0]&&await _0x5f5b70[_0x47dc25(0x115)](sendPlatformDetails,global[_0x47dc25(0x12e)][0x0],TestDetails[_0x47dc25(0x179)](process[_0x47dc25(0x1a9)]+':testAnalyticsId'));if(_0x5f5b70[_0x47dc25(0x149)](isBrowserstackInfra)){const _0x309036=_0x47dc25(0xff)+Date[_0x47dc25(0x141)]();await _0x5f5b70[_0x47dc25(0x115)](executeAnnotate,JSON[_0x47dc25(0x16c)](_0x309036),_0x5f5b70[_0x47dc25(0x138)]);}}}catch(_0x4be566){}_0x5f5b70[_0x47dc25(0x14a)](__drivers[0x0][_0x47dc25(0x171)],0x0)&&await _0x5f5b70[_0x47dc25(0x18a)](driverCleanup);}catch{}},0x186a0),afterAll(async()=>{const _0x3e912f=a13_0x191664,_0x538ac4={'uWYWz':function(_0x22a901,_0x13630b){return _0x22a901<=_0x13630b;},'htDar':function(_0x439286,_0x442ffe){return _0x439286(_0x442ffe);},'teysI':function(_0x198e5d){return _0x198e5d();},'QxhGm':function(_0x213fe8,_0x43135d,_0x5a8693){return _0x213fe8(_0x43135d,_0x5a8693);}};jest[_0x3e912f(0x10a)](0x186a0),PerformanceTester[_0x3e912f(0x127)]();const _0x2f0b25='browserstack internal helper hook';await new Promise(_0x9c1a80=>{const _0x8d13e1=_0x3e912f,_0x12ade2={'GIPjb':function(_0x56b33e,_0x2d55cc){const _0x17c023=a13_0x2a1a;return _0x538ac4[_0x17c023(0x1b2)](_0x56b33e,_0x2d55cc);},'HTVIc':function(_0x49700c,_0x3aae44){return _0x538ac4['htDar'](_0x49700c,_0x3aae44);},'OBWHb':function(_0x5962f8){const _0x28c6e5=a13_0x2a1a;return _0x538ac4[_0x28c6e5(0x166)](_0x5962f8);}},_0x5b49df=_0x538ac4[_0x8d13e1(0x139)](setInterval,async()=>{const _0x49993a=_0x8d13e1;_0x12ade2[_0x49993a(0x10f)](RequestQueueHandler[_0x49993a(0x13c)]()['pendingUploads'],0x0)&&(_0x12ade2[_0x49993a(0x187)](clearInterval,_0x5b49df),_0x12ade2['OBWHb'](_0x9c1a80));},0x3e8);});try{await _0x538ac4[_0x3e912f(0x166)](driverCleanup);}catch(_0x13ece6){}process[_0x3e912f(0x15a)]();},0x2710);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a14_0x5b9513=a14_0x56bb;(function(_0x41e7d2,_0x304105){const _0x163fae=a14_0x56bb,_0x296ff9=_0x41e7d2();while(!![]){try{const _0x416cc9=parseInt(_0x163fae(0xe1))/0x1+-parseInt(_0x163fae(0xe2))/0x2+-parseInt(_0x163fae(0xe5))/0x3*(parseInt(_0x163fae(0xda))/0x4)+parseInt(_0x163fae(0xdd))/0x5*(parseInt(_0x163fae(0xdf))/0x6)+-parseInt(_0x163fae(0xdb))/0x7*(-parseInt(_0x163fae(0xd9))/0x8)+-parseInt(_0x163fae(0xe4))/0x9*(parseInt(_0x163fae(0xe3))/0xa)+parseInt(_0x163fae(0xe7))/0xb;if(_0x416cc9===_0x304105)break;else _0x296ff9['push'](_0x296ff9['shift']());}catch(_0x5b80d4){_0x296ff9['push'](_0x296ff9['shift']());}}}(a14_0x3143,0xc7744));const requestSpy=require(a14_0x5b9513(0xdc)),{addRequestSpy}=require(a14_0x5b9513(0xde));beforeAll(()=>{const _0x5e26e9=a14_0x5b9513,_0x31d826={'tIeyI':function(_0x443b8f){return _0x443b8f();}},_0x3862f1='browserstack internal helper hook';_0x31d826[_0x5e26e9(0xe6)](addRequestSpy);}),afterAll(async()=>{const _0xe100a0=a14_0x5b9513,_0x1d4e28='browserstack internal helper hook';jest['setTimeout'](0xea60),requestSpy[_0xe100a0(0xe0)]();});function a14_0x56bb(_0x338989,_0x244050){const _0x3143c3=a14_0x3143();return a14_0x56bb=function(_0x56bb33,_0x3c3c39){_0x56bb33=_0x56bb33-0xd9;let _0x13484e=_0x3143c3[_0x56bb33];return _0x13484e;},a14_0x56bb(_0x338989,_0x244050);}function a14_0x3143(){const _0x4fd16b=['40437gisoHm','1380057clfPaR','tIeyI','15012580TlAwjn','244280yCyWWK','12fjwuOG','329Kuopye','../../../helpers/request-spy','10pSHhnU','../../../helpers/test-observability/utils','2834976TkCBWv','restore','404010VjvFXf','2349234LaKKWd','1730rWYfzz'];a14_0x3143=function(){return _0x4fd16b;};return a14_0x3143();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a15_0x1f60(){const _0x10787f=['isUndefined','12073FWLdVR','env','has','updateTestRerunConfig','../../../helpers/helper','qiHAn','push','260DEGxXC','632760rKecms','aVXiw','testRegex','length','isTestObservabilitySession','xiYqu','cliConfig','4280924MJMhGs','trim','get','184ipRcvM','12298208CoNdGk','70cBzYAH','3qMBOnf','nfdUA','split','197244wlrQTD','eNiwq','1492381tACENz','shouldReRunObservabilityTests','4323915UKDzAr','rerunTests'];a15_0x1f60=function(){return _0x10787f;};return a15_0x1f60();}const a15_0xbb10a4=a15_0x2698;(function(_0x12b343,_0x1ba4af){const _0x4dbf95=a15_0x2698,_0x30c5d6=_0x12b343();while(!![]){try{const _0x225fa8=parseInt(_0x4dbf95(0xf4))/0x1*(-parseInt(_0x4dbf95(0xe7))/0x2)+parseInt(_0x4dbf95(0xea))/0x3*(parseInt(_0x4dbf95(0xe4))/0x4)+parseInt(_0x4dbf95(0xf1))/0x5+-parseInt(_0x4dbf95(0xdd))/0x6*(-parseInt(_0x4dbf95(0xe9))/0x7)+-parseInt(_0x4dbf95(0xe8))/0x8+-parseInt(_0x4dbf95(0xed))/0x9*(-parseInt(_0x4dbf95(0xdc))/0xa)+-parseInt(_0x4dbf95(0xef))/0xb;if(_0x225fa8===_0x1ba4af)break;else _0x30c5d6['push'](_0x30c5d6['shift']());}catch(_0x41d1a8){_0x30c5d6['push'](_0x30c5d6['shift']());}}}(a15_0x1f60,0xbd657));const testOpsHelper=require('../../../helpers/test-observability/utils'),helper=require(a15_0xbb10a4(0xd9));function a15_0x2698(_0x24e368,_0x133214){const _0x1f6049=a15_0x1f60();return a15_0x2698=function(_0x269828,_0x6fa702){_0x269828=_0x269828-0xd6;let _0x3a82de=_0x1f6049[_0x269828];return _0x3a82de;},a15_0x2698(_0x24e368,_0x133214);}exports[a15_0xbb10a4(0xd8)]=(_0x4fe750,_0xa5f1f5)=>{const _0xda92d0=a15_0xbb10a4,_0x24bde6={};_0x24bde6['nfdUA']=_0xda92d0(0xf2),_0x24bde6['eNiwq']=function(_0x508db9,_0x2f97bc){return _0x508db9!==_0x2f97bc;},_0x24bde6[_0xda92d0(0xda)]='null',_0x24bde6[_0xda92d0(0xe2)]=function(_0x2cecaa,_0x2e661d){return _0x2cecaa!==_0x2e661d;},_0x24bde6[_0xda92d0(0xde)]=function(_0x6831ea,_0x6daf4c){return _0x6831ea>_0x6daf4c;};const _0x1411aa=_0x24bde6;if(testOpsHelper[_0xda92d0(0xe1)]()&&testOpsHelper[_0xda92d0(0xf0)]()){let _0x48d623=process[_0xda92d0(0xd6)]['BROWSERSTACK_RERUN_TESTS'];!helper[_0xda92d0(0xf3)](_0xa5f1f5[_0xda92d0(0xe3)])&&_0xa5f1f5[_0xda92d0(0xe3)][_0xda92d0(0xd7)](_0x1411aa['nfdUA'])&&(_0x48d623=_0xa5f1f5['cliConfig'][_0xda92d0(0xe6)](_0x1411aa[_0xda92d0(0xeb)]));const _0x5db221=[];_0x1411aa[_0xda92d0(0xee)](_0x48d623,_0x1411aa[_0xda92d0(0xda)])&&_0x1411aa[_0xda92d0(0xe2)](_0x48d623,null)&&_0x48d623[_0xda92d0(0xec)](',')['map'](_0x3416aa=>{const _0x339ae5=_0xda92d0;_0x5db221[_0x339ae5(0xdb)](''+_0x3416aa[_0x339ae5(0xe5)]());}),_0x1411aa[_0xda92d0(0xde)](_0x5db221[_0xda92d0(0xe0)],0x0)&&(_0x4fe750[_0xda92d0(0xdf)]=_0x5db221,delete _0x4fe750['testMatch']);}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a16_0x1ebb1f=a16_0x465e;(function(_0x56f702,_0xc6a8d8){const _0x396ddd=a16_0x465e,_0xa2bce0=_0x56f702();while(!![]){try{const _0x557449=-parseInt(_0x396ddd(0x214))/0x1*(parseInt(_0x396ddd(0xf9))/0x2)+parseInt(_0x396ddd(0x1c8))/0x3*(parseInt(_0x396ddd(0x232))/0x4)+-parseInt(_0x396ddd(0x10c))/0x5*(-parseInt(_0x396ddd(0x1c4))/0x6)+parseInt(_0x396ddd(0x23d))/0x7+-parseInt(_0x396ddd(0x242))/0x8*(parseInt(_0x396ddd(0x161))/0x9)+-parseInt(_0x396ddd(0xff))/0xa*(-parseInt(_0x396ddd(0x160))/0xb)+-parseInt(_0x396ddd(0x13f))/0xc;if(_0x557449===_0xc6a8d8)break;else _0xa2bce0['push'](_0xa2bce0['shift']());}catch(_0x5293ff){_0xa2bce0['push'](_0xa2bce0['shift']());}}}(a16_0x23a4,0x34ddf));const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType}=require(a16_0x1ebb1f(0x1db)),SessionHandler=require(a16_0x1ebb1f(0x1d8)),{v4:uuidv4}=require(a16_0x1ebb1f(0x116)),{name,version}=require(a16_0x1ebb1f(0x159)),stackTrace=require('stack-trace'),path=require('path'),fs=require('fs'),TestDetails=require(a16_0x1ebb1f(0x16b)),{FRAMEWORKS}=require(a16_0x1ebb1f(0x224)),{o11yClassErrorHandler}=require('../../../helpers/test-observability/error-handler'),{getGitMetaData}=require(a16_0x1ebb1f(0x15a)),a16_0x388306={};a16_0x388306[a16_0x1ebb1f(0x248)]=a16_0x1ebb1f(0x102),a16_0x388306['STATE_FAILED']='failed',a16_0x388306['STATE_PENDING']=a16_0x1ebb1f(0x1f4);const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a16_0x388306,a16_0x22e209={};a16_0x22e209[a16_0x1ebb1f(0x119)]=a16_0x1ebb1f(0xe1),a16_0x22e209[a16_0x1ebb1f(0x19d)]='AFTER_ALL',a16_0x22e209[a16_0x1ebb1f(0x1a9)]=a16_0x1ebb1f(0x205),a16_0x22e209['afterEach']=a16_0x1ebb1f(0x1c5);const HOOK_TYPES_MAP=a16_0x22e209;module[a16_0x1ebb1f(0xe0)]=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0x443682=a16_0x1ebb1f,_0x16b3fa={'hPyZW':_0x443682(0x1a5),'haMDT':function(_0x56defb){return _0x56defb();}},_0x330cfe=_0x16b3fa[_0x443682(0x228)][_0x443682(0x130)]('|');let _0x544a38=0x0;while(!![]){switch(_0x330cfe[_0x544a38++]){case'0':this[_0x443682(0x243)]=null;continue;case'1':this[_0x443682(0x1fc)]=_0x16b3fa[_0x443682(0x10e)](isTestObservabilitySession);continue;case'2':this[_0x443682(0x20e)]=[];continue;case'3':this[_0x443682(0x13a)]=![];continue;case'4':this['_testEnv']=this[_0x443682(0x1dd)]();continue;case'5':this[_0x443682(0x112)]=new PathHelper({'cwd':process[_0x443682(0x1d0)]()},this['_testEnv'][_0x443682(0x142)]);continue;case'6':this[_0x443682(0x210)]=[];continue;}break;}}[a16_0x1ebb1f(0x1dd)]=()=>{const _0x17c0de=a16_0x1ebb1f,_0x17065f={'tMoVQ':_0x17c0de(0x21e),'jjXyJ':function(_0xd833d5){return _0xd833d5();}};return{'ci':_0x17065f['tMoVQ'],'key':_0x17065f[_0x17c0de(0x17d)](uuidv4),'version':version,'collector':_0x17c0de(0x24c)+name};};[a16_0x1ebb1f(0x1ef)](){const _0x4b68aa=a16_0x1ebb1f;process[_0x4b68aa(0x236)](_0x4b68aa(0x1da)+process[_0x4b68aa(0x22e)]),process['on'](_0x4b68aa(0x1da)+process[_0x4b68aa(0x22e)],this['appendTestItemLog'][_0x4b68aa(0x229)](this)),process[_0x4b68aa(0x236)]('bs:addPlatformDetails:'+process['pid']),process['on'](_0x4b68aa(0x23b)+process['pid'],this[_0x4b68aa(0x1ee)][_0x4b68aa(0x229)](this));}[a16_0x1ebb1f(0x206)]=async _0x21437a=>{const _0x4ad24e=a16_0x1ebb1f,_0x45e0e6={'ddwra':_0x4ad24e(0x21f),'FXzZj':function(_0x3dc2c5,_0x2ebc20){return _0x3dc2c5===_0x2ebc20;},'dQhIJ':_0x4ad24e(0x1ab),'IyhNE':function(_0x2288a5,_0x55b176){return _0x2288a5>_0x55b176;},'UBUaV':function(_0x5d6a17,_0x331ca9){return _0x5d6a17===_0x331ca9;},'Ycylb':function(_0xa73ec9,_0x4f462c){return _0xa73ec9===_0x4f462c;},'BJcMJ':_0x4ad24e(0x18e),'bCyfK':'hjxBc','xXuYN':'TestRunStarted','AEMEL':function(_0x4d2818,_0x546569){return _0x4d2818!==_0x546569;},'ojxvF':_0x4ad24e(0x17f),'IrMiO':_0x4ad24e(0x1b2),'dJblh':function(_0x5d2ddb,_0x5b7cd4){return _0x5d2ddb!==_0x5b7cd4;},'FiNCs':_0x4ad24e(0x1d6),'dnDOW':function(_0x3d1ad3,_0x35cf7f){return _0x3d1ad3(_0x35cf7f);}};try{if(_0x45e0e6[_0x4ad24e(0x181)](_0x45e0e6[_0x4ad24e(0xf5)],_0x45e0e6[_0x4ad24e(0xf5)])){const _0x5b88e3=this[_0x4ad24e(0x1de)];this[_0x4ad24e(0x1de)]=_0x21437a,_0x21437a[_0x4ad24e(0x168)]=null,_0x21437a[_0x4ad24e(0x1b1)]=TestDetails[_0x4ad24e(0x1e5)](process['pid']+_0x4ad24e(0x127)),_0x21437a['started_at']=new Date()['toISOString'](),_0x45e0e6[_0x4ad24e(0x1d7)](_0x21437a[_0x4ad24e(0x14c)],0x0)&&_0x5b88e3&&_0x45e0e6[_0x4ad24e(0x1c7)](_0x5b88e3[_0x4ad24e(0x158)],_0x21437a[_0x4ad24e(0x158)])?_0x45e0e6[_0x4ad24e(0x1c6)](_0x45e0e6['BJcMJ'],_0x45e0e6[_0x4ad24e(0x171)])?(this[_0x4ad24e(0x210)][_0x4ad24e(0x193)](_0x2e3548),_0x2ef711[_0x4ad24e(0x140)]=this['getHooksForTest'](_0x2b71d7),this[_0x4ad24e(0x146)](_0x2ca970)):(_0x21437a[_0x4ad24e(0x168)]=_0x5b88e3['testAnalyticsId'],await this[_0x4ad24e(0xfa)](_0x21437a,undefined,![],_0x45e0e6[_0x4ad24e(0x187)]),_0x5b88e3['state']=STATE_FAILED,await this[_0x4ad24e(0xfa)](_0x5b88e3,undefined,!![])):_0x45e0e6[_0x4ad24e(0xfb)](_0x45e0e6['ojxvF'],_0x45e0e6[_0x4ad24e(0x192)])?await this['sendTestRunEvent'](_0x21437a,undefined,![],_0x45e0e6[_0x4ad24e(0x187)]):_0x48b794[_0x4ad24e(0x193)](_0x59d59a[_0x4ad24e(0x1e4)]);}else _0x15d6cd['hook_run_uuid']=_0x380e18;}catch(_0x3b2b7b){_0x45e0e6[_0x4ad24e(0x1c1)](_0x45e0e6['FiNCs'],_0x45e0e6['FiNCs'])?_0x14435e=[_0x345e2f,_0x45e0e6[_0x4ad24e(0x21c)]]:_0x45e0e6[_0x4ad24e(0x1ca)](debug,_0x4ad24e(0x12f)+_0x3b2b7b);}};[a16_0x1ebb1f(0x200)](_0x17fa31){const _0x1cb38d=a16_0x1ebb1f,_0x526754={'KyjvB':function(_0xdd6fc0,_0x24a12d){return _0xdd6fc0(_0x24a12d);},'AqrOz':function(_0x50271b,_0xbb2ef3){return _0x50271b!==_0xbb2ef3;},'NqsQu':_0x1cb38d(0x23a),'GOHhl':function(_0x145212,_0x3642be){return _0x145212===_0x3642be;},'JoFxe':_0x1cb38d(0x13e),'JFShk':_0x1cb38d(0xda)};if(_0x526754['AqrOz'](_0x17fa31[_0x1cb38d(0x241)],_0x526754[_0x1cb38d(0x1cc)])){if(_0x526754[_0x1cb38d(0x24d)](_0x526754[_0x1cb38d(0x22d)],_0x526754[_0x1cb38d(0x114)]))_0x526754['KyjvB'](_0x46072e,_0x1cb38d(0x173)+_0x2f0c6c);else return'\x22'+_0x17fa31[_0x1cb38d(0x241)]+_0x1cb38d(0x147)+(_0x17fa31['parent']&&_0x17fa31[_0x1cb38d(0x1a1)][_0x1cb38d(0x234)])+'\x22';}return _0x17fa31[_0x1cb38d(0x234)];}[a16_0x1ebb1f(0xfa)]=async(_0x4a10ae,_0x42cb3d=undefined,_0x30a749=![],_0xc1cb39=a16_0x1ebb1f(0x155))=>{const _0x2320dc=a16_0x1ebb1f,_0x10ffe2={'XHwLW':function(_0x1e9881,_0x5d20f1){return _0x1e9881!==_0x5d20f1;},'WiXsK':function(_0x1c155f,_0x167ec8){return _0x1c155f(_0x167ec8);},'oInxS':_0x2320dc(0xdc),'dCjLC':_0x2320dc(0xe7),'IytSq':_0x2320dc(0x14d),'WUsDG':_0x2320dc(0x178),'PMaYc':_0x2320dc(0x132),'ZIDaj':'beforeEach','bUHsq':_0x2320dc(0x108),'KQVkY':'passed','XWVDI':'test','FVUKs':function(_0x289424,_0x49ed3f){return _0x289424!==_0x49ed3f;},'iEILZ':function(_0x1884cc,_0x264f1f){return _0x1884cc(_0x264f1f);},'KEHfw':function(_0x464707,_0x50e8fa){return _0x464707(_0x50e8fa);},'fBECs':_0x2320dc(0x20b),'mAwvt':_0x2320dc(0x1b8),'ThxEt':'started_at','JSgZa':'finished_at','VwLKn':function(_0x2ff239,_0x5b9062){return _0x2ff239===_0x5b9062;},'VotBT':_0x2320dc(0x149),'oWnaQ':_0x2320dc(0x1f9),'ZMwQX':'4|2|0|1|3','BepIn':_0x2320dc(0x1f3),'IonjO':_0x2320dc(0x233),'uUBDb':_0x2320dc(0x154),'BHHhv':_0x2320dc(0x167),'NhXCm':_0x2320dc(0x10d),'KDfeG':_0x2320dc(0x1b9),'ldgGk':_0x2320dc(0x1bb),'bFjxs':function(_0x174e70){return _0x174e70();},'qvGrR':_0x2320dc(0x1bf),'awiIv':function(_0x51ca29,_0x330679){return _0x51ca29===_0x330679;},'MCMBg':'GjZpf','JnHld':function(_0x573dd0,_0x23d3a0){return _0x573dd0===_0x23d3a0;},'CiAnr':_0x2320dc(0x17c),'qFCqY':'YwHGM','SYRzI':_0x2320dc(0x105),'xqqLb':_0x2320dc(0x124),'RMGzR':function(_0x53a5eb,_0x5372d5){return _0x53a5eb(_0x5372d5);},'PZmqo':_0x2320dc(0xe9),'YOtbS':function(_0x309dfd,_0x1e129e){return _0x309dfd!==_0x1e129e;},'uhSEU':'GtiQN','jtNAJ':_0x2320dc(0xd9),'Znmdn':function(_0x284883,_0x1a9519){return _0x284883(_0x1a9519);},'PyUbd':_0x2320dc(0x1b7),'VuVBg':function(_0xb01dea,_0x53449b){return _0xb01dea===_0x53449b;},'RcZZb':'czNeV','MYXRD':_0x2320dc(0x1d2),'LStjs':function(_0x1d3a61,_0x62d80e){return _0x1d3a61!==_0x62d80e;},'GTMvT':function(_0xeb5bdc,_0x1a395a){return _0xeb5bdc!==_0x1a395a;},'FbwXh':_0x2320dc(0x1f2),'wwqlO':_0x2320dc(0x150),'cogVp':_0x2320dc(0x21f),'lqCRp':function(_0x233af4,_0x5b29bb){return _0x233af4!==_0x5b29bb;},'aAbpD':_0x2320dc(0x131),'yUSbJ':'zJtml','rCwzZ':function(_0x479322,_0x5f896e){return _0x479322!==_0x5f896e;},'aPOhw':function(_0x3fb78b,_0x132258){return _0x3fb78b!==_0x132258;},'lnsAb':_0x2320dc(0x237),'qKggJ':_0x2320dc(0x191),'LKNtj':function(_0x1016e4,_0x264ffc){return _0x1016e4===_0x264ffc;},'GtXTj':_0x2320dc(0x194),'NTddm':function(_0x54ca0e,_0x32b700){return _0x54ca0e>_0x32b700;},'cCJRu':_0x2320dc(0x22c),'obphL':function(_0x4053b3,_0x170080){return _0x4053b3-_0x170080;},'tyHcJ':function(_0x3621d1,_0x2ba0de){return _0x3621d1(_0x2ba0de);},'juIFi':function(_0x55899b,_0x13a02c){return _0x55899b===_0x13a02c;},'taUUM':_0x2320dc(0x1dc),'GyYHx':_0x2320dc(0xe8),'cbUpr':'NSZYb','BxxkE':_0x2320dc(0x11f),'uVSVN':_0x2320dc(0x1eb),'OdbeN':function(_0xad7ed0,_0x1e05bf){return _0xad7ed0!==_0x1e05bf;},'UgscS':_0x2320dc(0x227),'LNIhM':'PLSMI','VHOhe':function(_0x26453d,_0x4b98b2){return _0x26453d===_0x4b98b2;},'MBHRI':'CfrFE','ZHRBj':'XcxDS','LhyXg':_0x2320dc(0xf7),'wzldN':_0x2320dc(0x155),'uSlTx':_0x2320dc(0x221),'GHefO':'jsGIl','ADQHm':function(_0x1afb63,_0x714c38){return _0x1afb63!==_0x714c38;},'YDBhJ':_0x2320dc(0x22a),'YlaSY':'hook_type','PrZhg':_0x2320dc(0x1c0),'rttGb':function(_0x4f2d0d,_0x25cff4){return _0x4f2d0d===_0x25cff4;},'lMFlJ':_0x2320dc(0x1a0),'jaDkf':'wHuka','nirQP':_0x2320dc(0x119),'uNKwx':function(_0x43408d,_0x420fe2){return _0x43408d===_0x420fe2;},'qnTBe':'chijI','lhKbn':_0x2320dc(0xe3),'UTYgd':'iuHRf','htuZo':function(_0x4723da,_0x80670a){return _0x4723da(_0x80670a);}};try{if(_0x10ffe2[_0x2320dc(0x15e)](_0x10ffe2[_0x2320dc(0x14b)],_0x10ffe2[_0x2320dc(0x14b)])){const _0x5e5a36=[];if(_0x281cce&&_0x42eed2['parent']){let _0xb1022a=_0x48fef6[_0x2320dc(0x1a1)];while(_0xb1022a&&_0xb1022a['name']&&_0x10ffe2[_0x2320dc(0x113)](_0xb1022a[_0x2320dc(0x234)],'')){_0x5e5a36[_0x2320dc(0x193)](_0xb1022a[_0x2320dc(0x234)]),_0xb1022a=_0xb1022a[_0x2320dc(0x234)];}}return _0x5e5a36[_0x2320dc(0x1e8)](),_0x5e5a36;}else{if(_0x4a10ae['fn']&&_0x4a10ae['fn']['toString']()['match'](/browserstack internal helper hook/)){if(_0x10ffe2[_0x2320dc(0x10b)](_0x10ffe2['MCMBg'],_0x10ffe2[_0x2320dc(0x16d)]))return;else _0x10ffe2['WiXsK'](_0x4f9eac,_0x2320dc(0x1df)+_0x4114a7+_0x2320dc(0x190)+_0x59aa3a);}let _0x4d2c50;try{_0x10ffe2[_0x2320dc(0x18a)](_0x10ffe2['CiAnr'],_0x10ffe2[_0x2320dc(0x208)])?_0x10ffe2['WiXsK'](_0x505ecb,_0x2320dc(0x11e)+_0xc2fd97):_0x4d2c50=this[_0x2320dc(0x196)](_0x4a10ae);}catch(_0x10024f){_0x10ffe2[_0x2320dc(0x113)](_0x10ffe2['SYRzI'],_0x10ffe2[_0x2320dc(0x1b6)])?(_0x10ffe2['RMGzR'](debug,_0x2320dc(0x19e)+_0x10024f),_0x4d2c50=null):_0x377a44[_0x10ffe2[_0x2320dc(0x20d)]]=_0x8f65ea;}if(_0x4d2c50[_0x2320dc(0x104)](_0x10ffe2[_0x2320dc(0x1cb)])){if(_0x10ffe2[_0x2320dc(0x182)](_0x10ffe2[_0x2320dc(0x128)],_0x10ffe2['jtNAJ']))return;else{if(!_0x195ac0||!_0x16b520[_0x2320dc(0x1a1)])return;_0x536473[_0x2320dc(0x1a1)][_0x2320dc(0x140)]['forEach'](_0x462588=>{const _0x2bdc0f=_0x2320dc;!_0x462588[_0x2bdc0f(0x1e4)]&&(_0x462588['hookAnalyticsId']=_0x34d1d4[_0x2bdc0f(0x1e5)](_0x553c1e[_0x2bdc0f(0x22e)]+_0x2bdc0f(0x110)));}),this[_0x2320dc(0xeb)](_0x1e2a7f[_0x2320dc(0x1a1)]);}}const _0x30e41f=_0x10ffe2[_0x2320dc(0x162)](require,_0x10ffe2[_0x2320dc(0x16c)]);let _0x1904bc=[];if(_0x10ffe2[_0x2320dc(0x113)](_0x4a10ae[_0x2320dc(0x199)],undefined))_0x10ffe2['VuVBg'](_0x10ffe2[_0x2320dc(0x19a)],_0x10ffe2[_0x2320dc(0xec)])?(_0x1dc2a9[_0x10ffe2[_0x2320dc(0x20d)]][_0x10ffe2[_0x2320dc(0x133)]]=_0x10ffe2['IytSq'],_0x575199[_0x10ffe2['oInxS']][_0x10ffe2[_0x2320dc(0x23c)]]=null,_0x279f33[_0x10ffe2[_0x2320dc(0x20d)]][_0x10ffe2[_0x2320dc(0x231)]]=null):_0x1904bc=[_0x4a10ae['errorsDetailed'],_0x10ffe2[_0x2320dc(0x17b)]];else _0x10ffe2[_0x2320dc(0x1d1)](_0x42cb3d,undefined)?_0x10ffe2[_0x2320dc(0x238)](_0x10ffe2[_0x2320dc(0x24e)],_0x10ffe2[_0x2320dc(0x18c)])?_0x1904bc=[_0x42cb3d,_0x10ffe2[_0x2320dc(0x188)]]:[_0x10ffe2['ZIDaj'],_0x10ffe2[_0x2320dc(0x19b)]][_0x2320dc(0x104)](_0xf8ea19[_0x2320dc(0x241)])&&_0x2317ca[_0x2320dc(0x1e4)]&&(_0x193730[_0x2320dc(0x1e4)]=null):_0x10ffe2['lqCRp'](_0x10ffe2['aAbpD'],_0x10ffe2[_0x2320dc(0xef)])?_0x1904bc=[]:_0x136f20=this['getRootParentFile'](_0x1d34d0);const _0x2d7dc9=_0x10ffe2['rCwzZ'](_0x4a10ae[_0x2320dc(0x199)],undefined)?_0x30e41f['inspect'](_0x4a10ae[_0x2320dc(0x199)][0x0]):_0x10ffe2['aPOhw'](_0x42cb3d,undefined)?_0x42cb3d['toString']():undefined,_0x5bf5af=_0x4d2c50?this['_paths'][_0x2320dc(0xdb)](this['getRootParentFile'](_0x4a10ae)):_0x10ffe2[_0x2320dc(0x17e)],_0x22c284={'framework':FRAMEWORKS[_0x2320dc(0x246)],'uuid':_0x4a10ae[_0x2320dc(0x1b1)]||_0x4a10ae[_0x2320dc(0x1e4)],'name':this[_0x2320dc(0x200)](_0x4a10ae),'body':{'lang':_0x10ffe2['qKggJ'],'code':_0x4a10ae['fn'][_0x2320dc(0x186)]()},'scopes':this['getHierarchy'](_0x4a10ae),'file_name':_0x5bf5af,'vc_filepath':this[_0x2320dc(0x243)]&&_0x4d2c50?path[_0x2320dc(0x1ec)](this[_0x2320dc(0x243)],_0x4d2c50):null,'location':_0x5bf5af,'result':_0x10ffe2[_0x2320dc(0x1e1)](_0xc1cb39,_0x10ffe2['GtXTj'])?_0x10ffe2[_0x2320dc(0x1a4)]:this['analyticsResult'](_0x4a10ae[_0x2320dc(0x199)]&&_0x10ffe2[_0x2320dc(0x184)](_0x4a10ae[_0x2320dc(0x199)][_0x2320dc(0x180)],0x0)?_0x10ffe2[_0x2320dc(0x1ff)]:_0x10ffe2[_0x2320dc(0x1b3)]),'failure_reason':_0x2d7dc9,'duration_in_ms':_0x4a10ae[_0x2320dc(0x1a6)]||(_0xc1cb39['match'](/Finished/)||_0xc1cb39[_0x2320dc(0x183)](/Skipped/)?_0x10ffe2[_0x2320dc(0x15c)](Date[_0x2320dc(0x1af)](),new Date(_0x4a10ae[_0x2320dc(0xf2)])[_0x2320dc(0x12c)]()):null),'started_at':_0x4a10ae[_0x2320dc(0xf2)],'finished_at':_0xc1cb39[_0x2320dc(0x183)](/Finished/)||_0xc1cb39[_0x2320dc(0x183)](/Skipped/)?new Date()[_0x2320dc(0x11d)]():null,'failure':failureData[_0x2320dc(0x220)](null,_0x1904bc),'failure_type':!_0x2d7dc9?null:_0x10ffe2[_0x2320dc(0x137)](getFailureType,_0x2d7dc9),'retry_of':_0x4a10ae[_0x2320dc(0x168)]};_0x10ffe2['juIFi'](_0xc1cb39,_0x10ffe2['GtXTj'])&&!_0x22c284[_0x10ffe2['ThxEt']]&&(_0x10ffe2[_0x2320dc(0x176)](_0x10ffe2['taUUM'],_0x10ffe2['GyYHx'])?_0x54ada2['result']=_0x10ffe2[_0x2320dc(0x1b3)]:_0x22c284[_0x10ffe2[_0x2320dc(0x136)]]=_0x22c284[_0x10ffe2[_0x2320dc(0xf3)]]);if(_0xc1cb39['match'](/HookRun/)){if(_0x10ffe2[_0x2320dc(0xdf)](_0x10ffe2[_0x2320dc(0x239)],_0x10ffe2[_0x2320dc(0x239)]))[_0x22c284[_0x2320dc(0x106)],_0x22c284['name']]=[_0x4a10ae[_0x2320dc(0x241)],this[_0x2320dc(0x200)](_0x4a10ae)],_0x10ffe2['awiIv'](_0xc1cb39,_0x10ffe2[_0x2320dc(0xfe)])&&(_0x10ffe2[_0x2320dc(0x1e1)](_0x10ffe2[_0x2320dc(0x1a3)],_0x10ffe2[_0x2320dc(0x1a3)])?_0x10ffe2[_0x2320dc(0x1e3)](_0x22c284[_0x2320dc(0xe7)],_0x10ffe2[_0x2320dc(0x1ff)])&&(_0x10ffe2['XHwLW'](_0x10ffe2['UgscS'],_0x10ffe2[_0x2320dc(0x189)])?_0x22c284[_0x2320dc(0xe7)]=_0x10ffe2['KQVkY']:this['_gitConfigPath']=_0x140590[_0x2320dc(0x1ad)]):_0x3ae8c2=[_0x5bb423[_0x2320dc(0x199)],_0x10ffe2['XWVDI']]);else return;}else{if(_0xc1cb39[_0x2320dc(0x183)](/TestRun/)){if(_0x10ffe2[_0x2320dc(0x1fa)](_0x10ffe2['MBHRI'],_0x10ffe2[_0x2320dc(0x19c)]))this[_0x2320dc(0xeb)](_0x4a10ae);else{let _0x12f52a=_0x368abf[_0x2320dc(0x1a1)];while(_0x12f52a&&_0x12f52a[_0x2320dc(0x234)]&&_0x10ffe2[_0x2320dc(0x15e)](_0x12f52a[_0x2320dc(0x234)],'')){_0x161ac1['push'](_0x12f52a[_0x2320dc(0x234)]),_0x12f52a=_0x12f52a[_0x2320dc(0x234)];}}}}const _0x2d07cd=_0x22c284[_0x10ffe2[_0x2320dc(0x23c)]][0x0];if(_0x2d07cd){if(_0x10ffe2[_0x2320dc(0xdf)](_0x10ffe2[_0x2320dc(0x177)],_0x10ffe2[_0x2320dc(0x143)]))return _0x275129['file'];else _0x22c284[_0x10ffe2[_0x2320dc(0x24b)]]=_0x2d07cd[_0x10ffe2[_0x2320dc(0x217)]],_0x22c284[_0x10ffe2['NhXCm']]=_0x2d07cd[_0x10ffe2[_0x2320dc(0x1f7)]];}[_0x10ffe2[_0x2320dc(0x166)],_0x10ffe2[_0x2320dc(0x125)]][_0x2320dc(0x104)](_0xc1cb39)&&(_0x10ffe2[_0x2320dc(0x12d)](_0x10ffe2[_0x2320dc(0x18f)],_0x10ffe2[_0x2320dc(0x16e)])?(this['_testResults'][_0x2320dc(0x193)](_0x22c284),_0x22c284[_0x2320dc(0x140)]=this[_0x2320dc(0x165)](_0x4a10ae),this[_0x2320dc(0x146)](_0x4a10ae)):(_0x10ffe2[_0x2320dc(0x163)](_0x3b2bbf,_0x2320dc(0x19e)+_0x28a056),_0x230a14=null));const _0x814285={'event_type':_0x10ffe2['juIFi'](_0xc1cb39,_0x10ffe2[_0x2320dc(0x125)])?_0x10ffe2[_0x2320dc(0x166)]:_0xc1cb39};if(_0xc1cb39[_0x2320dc(0x183)](/HookRun/))_0x10ffe2[_0x2320dc(0x1e2)](_0x10ffe2['YDBhJ'],_0x10ffe2['YDBhJ'])?_0x10ffe2[_0x2320dc(0xe5)](_0x41a720,_0x2320dc(0x12f)+_0x3da68e):(_0x22c284[_0x10ffe2[_0x2320dc(0x22b)]]=HOOK_TYPES_MAP[_0x22c284[_0x10ffe2[_0x2320dc(0x22b)]]],_0x814285[_0x10ffe2[_0x2320dc(0x12b)]]=_0x22c284);else{if(_0x10ffe2[_0x2320dc(0x176)](_0x10ffe2[_0x2320dc(0x1fb)],_0x10ffe2[_0x2320dc(0x1fb)]))_0x814285[_0x10ffe2[_0x2320dc(0x20d)]]=_0x22c284;else return _0x305880['statSync'](_0x4ddf8b[_0x2320dc(0x213)](_0x19f71b,_0x10ffe2[_0x2320dc(0x101)],_0x10ffe2[_0x2320dc(0x156)])),_0x316893;}if(_0x10ffe2['NTddm'](this[_0x2320dc(0x20e)]['length'],0x0)&&[_0x10ffe2[_0x2320dc(0x166)],_0x10ffe2[_0x2320dc(0x125)]]['includes'](_0xc1cb39)){if(_0x10ffe2[_0x2320dc(0x14f)](_0x10ffe2[_0x2320dc(0x1a2)],_0x10ffe2['lMFlJ']))this['hook_data'][_0x2320dc(0x223)](async _0xa0d29=>{const _0x24a000=_0x2320dc,_0x411552={};_0x411552[_0x24a000(0x21d)]=_0x10ffe2[_0x24a000(0x136)],_0x411552['gOlns']=_0x10ffe2[_0x24a000(0xf3)];const _0x303bc1=_0x411552;if(_0x10ffe2[_0x24a000(0x176)](_0x10ffe2[_0x24a000(0x212)],_0x10ffe2[_0x24a000(0x203)]))_0x4e2265[_0x303bc1[_0x24a000(0x21d)]]=_0x1b343e[_0x303bc1[_0x24a000(0x1d4)]];else{const _0x233270=_0x10ffe2[_0x24a000(0x170)][_0x24a000(0x130)]('|');let _0x4d5d10=0x0;while(!![]){switch(_0x233270[_0x4d5d10++]){case'0':_0xa0d29[_0x10ffe2['BepIn']][_0x10ffe2[_0x24a000(0x133)]]=_0x814285[_0x10ffe2['oInxS']][_0x10ffe2[_0x24a000(0x133)]];continue;case'1':_0xa0d29[_0x10ffe2[_0x24a000(0x12b)]][_0x10ffe2[_0x24a000(0x1e7)]]=_0x814285[_0x10ffe2[_0x24a000(0x20d)]][_0x10ffe2['IonjO']];continue;case'2':_0xa0d29[_0x10ffe2[_0x24a000(0x12b)]][_0x10ffe2[_0x24a000(0x231)]]=_0x814285[_0x10ffe2[_0x24a000(0x20d)]][_0x10ffe2[_0x24a000(0x231)]];continue;case'3':await SessionHandler[_0x24a000(0x20a)](_0xa0d29);continue;case'4':_0xa0d29[_0x10ffe2[_0x24a000(0x12b)]][_0x10ffe2[_0x24a000(0x23c)]]=_0x814285[_0x10ffe2[_0x24a000(0x20d)]][_0x10ffe2[_0x24a000(0x23c)]];continue;}break;}}}),this['hook_data']=[];else{if(_0x575d66[_0x2320dc(0x1e9)]){const _0x53b508=_0x556b1c[_0x2320dc(0x1ed)][_0x2320dc(0x1d5)](_0x232c99,_0x373d64[_0x2320dc(0x1e9)]);return _0x53b508[0x0][_0x2320dc(0x169)]();}if(_0x26f07b[_0x2320dc(0x1fd)])return _0x2dbd66[_0x2320dc(0x1fd)];return null;}}if(_0x10ffe2[_0x2320dc(0x176)](this['hook_failure'],_0x4a10ae['type'])){if(_0x10ffe2['VuVBg'](_0x10ffe2[_0x2320dc(0x1b5)],_0x10ffe2[_0x2320dc(0x1b5)])){this[_0x2320dc(0x20e)][_0x2320dc(0x193)](_0x814285);return;}else _0x5b6eb2[_0x10ffe2[_0x2320dc(0x24b)]]=_0x44ac20[_0x10ffe2[_0x2320dc(0x217)]],_0x22aab3[_0x10ffe2['NhXCm']]=_0x5589dc[_0x10ffe2[_0x2320dc(0x1f7)]];}_0x10ffe2[_0x2320dc(0x10b)](this[_0x2320dc(0xe4)],_0x10ffe2['nirQP'])&&_0x814285[_0x10ffe2[_0x2320dc(0x20d)]]&&(_0x10ffe2[_0x2320dc(0x209)](_0x10ffe2[_0x2320dc(0x207)],_0x10ffe2[_0x2320dc(0x10f)])?_0x202b71=[]:(_0x814285[_0x10ffe2['oInxS']][_0x10ffe2[_0x2320dc(0x133)]]=_0x10ffe2['IytSq'],_0x814285[_0x10ffe2[_0x2320dc(0x20d)]][_0x10ffe2[_0x2320dc(0x23c)]]=null,_0x814285[_0x10ffe2[_0x2320dc(0x20d)]][_0x10ffe2[_0x2320dc(0x231)]]=null)),await SessionHandler[_0x2320dc(0x20a)](_0x814285);}}catch(_0x3c7013){if(_0x10ffe2[_0x2320dc(0x14f)](_0x10ffe2[_0x2320dc(0x1ea)],_0x10ffe2[_0x2320dc(0x1ea)]))_0x10ffe2[_0x2320dc(0x1f6)](debug,_0x2320dc(0x1df)+_0xc1cb39+_0x2320dc(0x190)+_0x3c7013);else{const _0x202f0f=_0x10ffe2[_0x2320dc(0x1d3)]['split']('|');let _0x4588db=0x0;while(!![]){switch(_0x202f0f[_0x4588db++]){case'0':this['_testEnv']=this['getTestEnv']();continue;case'1':this[_0x2320dc(0x112)]=new _0x28431d({'cwd':_0x32d87e[_0x2320dc(0x1d0)]()},this[_0x2320dc(0x230)]['location_prefix']);continue;case'2':this['_gitConfigPath']=null;continue;case'3':this[_0x2320dc(0x1fc)]=_0x10ffe2[_0x2320dc(0x12a)](_0x5ac2d5);continue;case'4':this['_testResults']=[];continue;case'5':this[_0x2320dc(0x20e)]=[];continue;case'6':this[_0x2320dc(0x13a)]=![];continue;}break;}}}};[a16_0x1ebb1f(0x1cd)](_0xfa9b4d){const _0x14974d=a16_0x1ebb1f,_0x1ae148={};_0x1ae148[_0x14974d(0x1ac)]=function(_0x5a8d1e,_0x47c965){return _0x5a8d1e==_0x47c965;},_0x1ae148[_0x14974d(0x152)]=function(_0xd671c7,_0x305f0d){return _0xd671c7===_0x305f0d;},_0x1ae148[_0x14974d(0x204)]=_0x14974d(0x20b),_0x1ae148[_0x14974d(0x13d)]=_0x14974d(0x1b8),_0x1ae148['GdcuC']=function(_0x1de090,_0x508b77){return _0x1de090===_0x508b77;},_0x1ae148['ylilz']=function(_0x19e9f5,_0x52ec12){return _0x19e9f5===_0x52ec12;},_0x1ae148[_0x14974d(0x118)]=_0x14974d(0x23e),_0x1ae148[_0x14974d(0x1ae)]='VHAmj',_0x1ae148['uPjoL']=function(_0x2eecca,_0x5eaf97){return _0x2eecca!==_0x5eaf97;},_0x1ae148[_0x14974d(0x245)]=_0x14974d(0x1f0),_0x1ae148['MDKuK']=_0x14974d(0x185),_0x1ae148[_0x14974d(0x1b4)]=_0x14974d(0x252);const _0x473b47=_0x1ae148,_0x4b3c61=path[_0x14974d(0x1cf)];if(_0x473b47['IZNAu'](_0xfa9b4d,null)||_0x473b47[_0x14974d(0x12e)](_0xfa9b4d,'')||_0x473b47[_0x14974d(0x18b)](_0xfa9b4d,_0x4b3c61)){if(_0x473b47[_0x14974d(0x12e)](_0x473b47[_0x14974d(0x118)],_0x473b47[_0x14974d(0x1ae)])){const _0x4fc5b9=_0x7f10b3['sep'];if(_0x473b47['IZNAu'](_0x516bf3,null)||_0x473b47[_0x14974d(0x152)](_0x3335b0,'')||_0x473b47[_0x14974d(0x152)](_0xb6f2bd,_0x4fc5b9))return null;try{return _0x57c68b['statSync'](_0x204996[_0x14974d(0x213)](_0x291395,_0x473b47[_0x14974d(0x204)],_0x473b47[_0x14974d(0x13d)])),_0x2c6c01;}catch(_0x252c80){const _0x35d527=_0xb35311['dirname'](_0x229a28);return this[_0x14974d(0x1cd)](_0x35d527);}}else return null;}try{return _0x473b47['uPjoL'](_0x473b47[_0x14974d(0x245)],_0x473b47['MDKuK'])?(fs[_0x14974d(0x1bd)](path[_0x14974d(0x213)](_0xfa9b4d,_0x473b47[_0x14974d(0x204)],_0x473b47['obLKg'])),_0xfa9b4d):[];}catch(_0x4aa32e){if(_0x473b47[_0x14974d(0x198)](_0x473b47['KRity'],_0x473b47[_0x14974d(0x1b4)]))_0x23115c['hookAnalyticsId']=null;else{const _0x4de760=path['dirname'](_0xfa9b4d);return this[_0x14974d(0x1cd)](_0x4de760);}}}[a16_0x1ebb1f(0x215)]=async _0x45db66=>{const _0x262dce=a16_0x1ebb1f,_0x50e807={'fTYiv':_0x262dce(0x1a9),'dJxBd':_0x262dce(0x108),'boRhv':_0x262dce(0x21e),'Wckcp':function(_0x4b7793){return _0x4b7793();},'aiAZf':function(_0x441846,_0x4ca182){return _0x441846!==_0x4ca182;},'SxbiM':_0x262dce(0x1e0),'jPFql':function(_0x2ef3de,_0x6254bd){return _0x2ef3de===_0x6254bd;},'rvFxt':_0x262dce(0x1ce),'INThk':_0x262dce(0x1fe),'eUMMX':function(_0x33d3e3,_0x49996a){return _0x33d3e3===_0x49996a;},'gSHnu':_0x262dce(0x211),'sgRDZ':_0x262dce(0x1f1),'QspQS':_0x262dce(0x111),'VxTWv':function(_0x4c1089,_0x3e35ad){return _0x4c1089===_0x3e35ad;},'HHVoN':_0x262dce(0x24a),'igKUS':function(_0x147615,_0x28e387){return _0x147615(_0x28e387);}},_0x8b527a=TestDetails[_0x262dce(0x179)](process[_0x262dce(0x22e)]+_0x262dce(0x110)),_0x186768=TestDetails[_0x262dce(0x179)](process[_0x262dce(0x22e)]+_0x262dce(0x127));try{if(_0x50e807[_0x262dce(0x164)](_0x50e807[_0x262dce(0x157)],_0x50e807[_0x262dce(0x157)]))return'\x22'+_0x5debdc[_0x262dce(0x241)]+_0x262dce(0x147)+(_0x103376[_0x262dce(0x1a1)]&&_0x5cb8c0[_0x262dce(0x1a1)][_0x262dce(0x234)])+'\x22';else{if(_0x8b527a||this[_0x262dce(0xe2)]&&!this[_0x262dce(0xe2)][_0x262dce(0x134)]){if(_0x50e807[_0x262dce(0x235)](_0x50e807[_0x262dce(0x195)],_0x50e807[_0x262dce(0xdd)])){const _0x30c0bc={};_0x30c0bc['iGjIS']=_0x50e807[_0x262dce(0x117)],_0x30c0bc[_0x262dce(0x135)]=_0x50e807[_0x262dce(0x219)];const _0x1ecd1e=_0x30c0bc;if(!_0xb2f2dc||!_0x11a77c[_0x262dce(0x1a1)])return;_0x4f27f6[_0x262dce(0x1a1)][_0x262dce(0x140)][_0x262dce(0x223)](_0x24a086=>{const _0xaa2ca4=_0x262dce;[_0x1ecd1e['iGjIS'],_0x1ecd1e[_0xaa2ca4(0x135)]]['includes'](_0x24a086[_0xaa2ca4(0x241)])&&_0x24a086['hookAnalyticsId']&&(_0x24a086[_0xaa2ca4(0x1e4)]=null);}),this[_0x262dce(0xeb)](_0x52c8f[_0x262dce(0x1a1)]);}else _0x45db66[_0x262dce(0x1c3)]=_0x8b527a;}if(!_0x45db66['hook_run_uuid']&&_0x186768){if(_0x50e807[_0x262dce(0x11a)](_0x50e807[_0x262dce(0x1c9)],_0x50e807[_0x262dce(0x1c9)]))_0x45db66[_0x262dce(0x1b0)]=_0x186768;else return{'ci':_0x50e807[_0x262dce(0x197)],'key':_0x50e807[_0x262dce(0xde)](_0x46d22a),'version':_0x3910b3,'collector':_0x262dce(0x24c)+_0x564f13};}if(_0x45db66[_0x262dce(0x1c3)]||_0x45db66[_0x262dce(0x1b0)]){if(_0x50e807[_0x262dce(0x235)](_0x50e807[_0x262dce(0x153)],_0x50e807[_0x262dce(0x153)])){const _0xa58a8f={};_0xa58a8f[_0x262dce(0xf4)]=_0x50e807['QspQS'],_0xa58a8f['logs']=[_0x45db66],await SessionHandler['uploadEventData'](_0xa58a8f);}else return;}}}catch(_0xd8bba6){if(_0x50e807[_0x262dce(0x175)](_0x50e807[_0x262dce(0x1be)],_0x50e807[_0x262dce(0x1be)]))_0x50e807[_0x262dce(0x16a)](debug,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20'+_0xd8bba6);else{if(!_0x4d4858||!_0x56482f['parent'])return[];const _0x270432=[];return _0x38115[_0x262dce(0x1a1)][_0x262dce(0x140)][_0x262dce(0x223)](_0x443f7e=>{const _0x22a6fe=_0x262dce;_0x443f7e[_0x22a6fe(0x1e4)]&&_0x270432['push'](_0x443f7e[_0x22a6fe(0x1e4)]);}),[..._0x270432,...this[_0x262dce(0x165)](_0x43ebeb[_0x262dce(0x1a1)])];}}};['appendTestPlatform']=async _0x5d6d98=>{const _0x65c4d1=a16_0x1ebb1f,_0x1a9e2e={'AwdVe':function(_0x56ff8c,_0x5df66f){return _0x56ff8c!==_0x5df66f;},'BoARi':_0x65c4d1(0x1a8),'GNUKC':_0x65c4d1(0x100),'jzKof':_0x65c4d1(0xf1),'gSnkc':_0x65c4d1(0x244),'jnczz':_0x65c4d1(0xea),'NAvfD':function(_0x5771b8,_0x250402){return _0x5771b8(_0x250402);}};try{if(_0x1a9e2e[_0x65c4d1(0x121)](_0x1a9e2e['BoARi'],_0x1a9e2e[_0x65c4d1(0x249)])){const _0x3cd9b7={'uuid':_0x5d6d98['uuid']||TestDetails[_0x65c4d1(0x179)](process[_0x65c4d1(0x22e)]+_0x65c4d1(0x127)),'integrations':_0x5d6d98[_0x1a9e2e[_0x65c4d1(0x15f)]]},_0x570200={};_0x570200['event_type']=_0x1a9e2e['gSnkc'],_0x570200[_0x65c4d1(0xdc)]=_0x3cd9b7,await SessionHandler[_0x65c4d1(0x20a)](_0x570200);}else return;}catch(_0x5d6b97){if(_0x1a9e2e[_0x65c4d1(0x121)](_0x1a9e2e['jnczz'],_0x1a9e2e[_0x65c4d1(0xfc)])){const _0xa0620d=_0x254254[_0x65c4d1(0x1ed)][_0x65c4d1(0x1d5)](_0x6dca23,_0x3abaf8[_0x65c4d1(0x1e9)]);return _0xa0620d[0x0]['getFileName']();}else _0x1a9e2e['NAvfD'](debug,_0x65c4d1(0x173)+_0x5d6b97);}};async[a16_0x1ebb1f(0x129)](){const _0x839a9=a16_0x1ebb1f,_0x582e66={'jLiDg':function(_0x4a46f6,_0x520d70){return _0x4a46f6!==_0x520d70;},'PGRvp':'cAltW','XKSNp':_0x839a9(0x151),'DeVXC':function(_0x37ddaa){return _0x37ddaa();},'lcfRW':_0x839a9(0x123)};if(this[_0x839a9(0x13a)]){if(_0x582e66['jLiDg'](_0x582e66['PGRvp'],_0x582e66[_0x839a9(0x115)]))return this['_gitConfigPath'];else _0xe75324['removeAllListeners'](_0x839a9(0x1da)+_0x1d5ad8[_0x839a9(0x22e)]),_0x112520['on'](_0x839a9(0x1da)+_0x564f37[_0x839a9(0x22e)],this[_0x839a9(0x215)]['bind'](this)),_0x151d98[_0x839a9(0x236)](_0x839a9(0x23b)+_0x1aeda8[_0x839a9(0x22e)]),_0x4297e6['on']('bs:addPlatformDetails:'+_0x4edf43[_0x839a9(0x22e)],this['appendTestPlatform'][_0x839a9(0x229)](this));}const _0x3be0e3=await _0x582e66[_0x839a9(0x13c)](getGitMetaData);_0x3be0e3&&(_0x582e66[_0x839a9(0x14a)](_0x582e66[_0x839a9(0x144)],_0x582e66['lcfRW'])?!_0x16295e[_0x839a9(0x1e4)]&&(_0x201840[_0x839a9(0x1e4)]=_0x5d0a51[_0x839a9(0x1e5)](_0x21b3e6[_0x839a9(0x22e)]+_0x839a9(0x110))):this['_gitConfigPath']=_0x3be0e3[_0x839a9(0x1ad)]),this['_gitConfigured']=!![];}['analyticsResult'](_0x1f0dc2){const _0x1e30ff=a16_0x1ebb1f,_0x5b0638={};_0x5b0638[_0x1e30ff(0x15d)]=_0x1e30ff(0x102),_0x5b0638[_0x1e30ff(0xfd)]=_0x1e30ff(0x1f4),_0x5b0638[_0x1e30ff(0x1e6)]='failed';const _0xec4659=_0x5b0638,_0x29299d={};return _0x29299d[STATE_PASSED]=_0xec4659[_0x1e30ff(0x15d)],_0x29299d[STATE_PENDING]=_0xec4659[_0x1e30ff(0xfd)],_0x29299d[STATE_FAILED]=_0xec4659['UrXZb'],_0x29299d[_0x1f0dc2];}[a16_0x1ebb1f(0xed)](_0x1d23da){const _0x4cf96b=a16_0x1ebb1f,_0x5d79cb={};_0x5d79cb[_0x4cf96b(0x21b)]=function(_0x294984,_0x17e7e7){return _0x294984===_0x17e7e7;},_0x5d79cb[_0x4cf96b(0x222)]='EdrAW',_0x5d79cb['wqsaA']=function(_0xd94e6a,_0x14754d){return _0xd94e6a!==_0x14754d;},_0x5d79cb[_0x4cf96b(0xf6)]=function(_0x4b5caa,_0x6493ac){return _0x4b5caa===_0x6493ac;},_0x5d79cb[_0x4cf96b(0x24f)]=_0x4cf96b(0x126),_0x5d79cb[_0x4cf96b(0x1ba)]='hRhaF';const _0x696f02=_0x5d79cb,_0x2b4fbe=[];if(_0x1d23da&&_0x1d23da['parent']){if(_0x696f02[_0x4cf96b(0x21b)](_0x696f02['Rbirt'],_0x696f02[_0x4cf96b(0x222)])){let _0x226af5=_0x1d23da['parent'];while(_0x226af5&&_0x226af5[_0x4cf96b(0x234)]&&_0x696f02[_0x4cf96b(0x1a7)](_0x226af5[_0x4cf96b(0x234)],'')){_0x696f02[_0x4cf96b(0xf6)](_0x696f02[_0x4cf96b(0x24f)],_0x696f02[_0x4cf96b(0x1ba)])?_0x921931[_0x4cf96b(0x1e4)]=_0x39eec6[_0x4cf96b(0x1e5)](_0x3f48f2[_0x4cf96b(0x22e)]+':hookAnalyticsId'):(_0x2b4fbe[_0x4cf96b(0x193)](_0x226af5[_0x4cf96b(0x234)]),_0x226af5=_0x226af5['name']);}}else this['mapTestHooks'](_0x4b144b);}return _0x2b4fbe[_0x4cf96b(0x1e8)](),_0x2b4fbe;}[a16_0x1ebb1f(0x196)]=_0x94eb53=>{const _0x4d2410=a16_0x1ebb1f,_0xc3492b={};_0xc3492b[_0x4d2410(0x138)]=function(_0x1d7781,_0xeeb4f){return _0x1d7781!==_0xeeb4f;},_0xc3492b[_0x4d2410(0x103)]=_0x4d2410(0x23a),_0xc3492b[_0x4d2410(0x141)]=function(_0x358238,_0x5046d8){return _0x358238===_0x5046d8;},_0xc3492b[_0x4d2410(0x225)]='aAiDa',_0xc3492b[_0x4d2410(0x19f)]=_0x4d2410(0x11b);const _0x2fe11c=_0xc3492b;if(_0x94eb53[_0x4d2410(0x1e9)]){if(_0x2fe11c[_0x4d2410(0x141)](_0x2fe11c[_0x4d2410(0x225)],_0x2fe11c[_0x4d2410(0x225)])){const _0x5224ac=stackTrace[_0x4d2410(0x1ed)][_0x4d2410(0x1d5)](stackTrace,_0x94eb53[_0x4d2410(0x1e9)]);return _0x5224ac[0x0]['getFileName']();}else return;}if(_0x94eb53['file']){if(_0x2fe11c[_0x4d2410(0x138)](_0x2fe11c['TzVEg'],_0x2fe11c[_0x4d2410(0x19f)])){if(_0x2fe11c[_0x4d2410(0x138)](_0x46eb66[_0x4d2410(0x241)],_0x2fe11c['eZmdV']))return'\x22'+_0x50949f[_0x4d2410(0x241)]+_0x4d2410(0x147)+(_0x5808c9[_0x4d2410(0x1a1)]&&_0x874c4c[_0x4d2410(0x1a1)][_0x4d2410(0x234)])+'\x22';return _0x33931b[_0x4d2410(0x234)];}else return _0x94eb53['file'];}return null;};['mapTestHooks']=_0x2dbc7c=>{const _0x3e9114=a16_0x1ebb1f,_0x2fa3f={};_0x2fa3f[_0x3e9114(0x16f)]=function(_0x586656,_0x107498){return _0x586656!==_0x107498;},_0x2fa3f[_0x3e9114(0x17a)]='WkUgU',_0x2fa3f[_0x3e9114(0xf0)]=function(_0x50eaa5,_0x168f0f){return _0x50eaa5===_0x168f0f;},_0x2fa3f['jyxJv']=_0x3e9114(0x1c2),_0x2fa3f['kIYQV']=_0x3e9114(0x10a),_0x2fa3f[_0x3e9114(0xe6)]=_0x3e9114(0x22f);const _0x3c8f91=_0x2fa3f;if(!_0x2dbc7c||!_0x2dbc7c[_0x3e9114(0x1a1)]){if(_0x3c8f91[_0x3e9114(0xf0)](_0x3c8f91[_0x3e9114(0xe6)],_0x3c8f91[_0x3e9114(0xe6)]))return;else return this[_0x3e9114(0x243)];}_0x2dbc7c[_0x3e9114(0x1a1)][_0x3e9114(0x140)][_0x3e9114(0x223)](_0x2012a3=>{const _0x547c34=_0x3e9114;if(_0x3c8f91[_0x547c34(0x16f)](_0x3c8f91[_0x547c34(0x17a)],_0x3c8f91[_0x547c34(0x17a)]))_0x47e863['push'](_0x3e25ff[_0x547c34(0x234)]),_0x15f824=_0x5bfeb0['name'];else{if(!_0x2012a3[_0x547c34(0x1e4)]){if(_0x3c8f91['gQcwU'](_0x3c8f91[_0x547c34(0x1aa)],_0x3c8f91[_0x547c34(0x20f)])){const _0x59ce27=_0x5411d0[_0x547c34(0x174)](_0xc278d0);return this['findGitConfig'](_0x59ce27);}else _0x2012a3[_0x547c34(0x1e4)]=TestDetails[_0x547c34(0x1e5)](process[_0x547c34(0x22e)]+_0x547c34(0x110));}}}),this[_0x3e9114(0xeb)](_0x2dbc7c[_0x3e9114(0x1a1)]);};[a16_0x1ebb1f(0x146)]=_0x12402d=>{const _0x476ac5=a16_0x1ebb1f,_0x56cc43={};_0x56cc43['mqBKm']=_0x476ac5(0x106),_0x56cc43[_0x476ac5(0xf8)]='hook_run',_0x56cc43[_0x476ac5(0x201)]=function(_0x13667d,_0x134e4a){return _0x13667d!==_0x134e4a;},_0x56cc43[_0x476ac5(0x1f5)]=_0x476ac5(0x1f8),_0x56cc43['gyDkn']=_0x476ac5(0x1a9),_0x56cc43[_0x476ac5(0x13b)]=_0x476ac5(0x108),_0x56cc43[_0x476ac5(0x202)]=function(_0x38d6de,_0x212afd){return _0x38d6de===_0x212afd;},_0x56cc43[_0x476ac5(0x1d9)]=_0x476ac5(0x250),_0x56cc43['nsASe']=function(_0x500357,_0xc5277d){return _0x500357===_0xc5277d;},_0x56cc43[_0x476ac5(0x226)]=_0x476ac5(0x15b);const _0x1877a2=_0x56cc43;if(!_0x12402d||!_0x12402d[_0x476ac5(0x1a1)]){if(_0x1877a2[_0x476ac5(0x120)](_0x1877a2[_0x476ac5(0x226)],_0x1877a2['HBSOb']))return;else _0x47b88b[_0x476ac5(0x1e4)]&&_0x2611e8['push'](_0x172689['hookAnalyticsId']);}_0x12402d[_0x476ac5(0x1a1)][_0x476ac5(0x140)][_0x476ac5(0x223)](_0x15d6d3=>{const _0x2269ad=_0x476ac5;if(_0x1877a2[_0x2269ad(0x201)](_0x1877a2[_0x2269ad(0x1f5)],_0x1877a2[_0x2269ad(0x1f5)])){this[_0x2269ad(0x20e)][_0x2269ad(0x193)](_0x9df582);return;}else[_0x1877a2[_0x2269ad(0x145)],_0x1877a2[_0x2269ad(0x13b)]][_0x2269ad(0x104)](_0x15d6d3[_0x2269ad(0x241)])&&_0x15d6d3[_0x2269ad(0x1e4)]&&(_0x1877a2[_0x2269ad(0x202)](_0x1877a2[_0x2269ad(0x1d9)],_0x1877a2['MFAZU'])?_0x15d6d3[_0x2269ad(0x1e4)]=null:(_0x27ee83[_0x1877a2[_0x2269ad(0x218)]]=_0xf2a58[_0x113629[_0x1877a2[_0x2269ad(0x218)]]],_0x498f8b[_0x1877a2[_0x2269ad(0xf8)]]=_0x1f7a37));}),this[_0x476ac5(0xeb)](_0x12402d[_0x476ac5(0x1a1)]);};[a16_0x1ebb1f(0x165)]=_0xacd90a=>{const _0x218f2a=a16_0x1ebb1f,_0x433cd8={};_0x433cd8[_0x218f2a(0x1bc)]=function(_0x39480f,_0x53db29){return _0x39480f!==_0x53db29;},_0x433cd8['CNOoR']='failed',_0x433cd8[_0x218f2a(0x139)]=_0x218f2a(0x102),_0x433cd8[_0x218f2a(0x11c)]=function(_0x4ac59a,_0x463088){return _0x4ac59a===_0x463088;},_0x433cd8[_0x218f2a(0x109)]=_0x218f2a(0x11f),_0x433cd8['poLtW']=_0x218f2a(0x18d),_0x433cd8[_0x218f2a(0x21a)]=_0x218f2a(0x247),_0x433cd8[_0x218f2a(0x20c)]=function(_0x230db6,_0x40942e){return _0x230db6!==_0x40942e;},_0x433cd8[_0x218f2a(0x122)]=_0x218f2a(0x251),_0x433cd8[_0x218f2a(0xee)]=_0x218f2a(0x240),_0x433cd8[_0x218f2a(0x148)]=_0x218f2a(0x23f);const _0x5b13aa=_0x433cd8;if(!_0xacd90a||!_0xacd90a[_0x218f2a(0x1a1)]){if(_0x5b13aa[_0x218f2a(0x11c)](_0x5b13aa[_0x218f2a(0xee)],_0x5b13aa[_0x218f2a(0x148)]))_0x4aa19a[_0x218f2a(0x1b0)]=_0xdb6448;else return[];}const _0x294803=[];return _0xacd90a['parent'][_0x218f2a(0x140)][_0x218f2a(0x223)](_0xef357d=>{const _0x2dba43=_0x218f2a,_0x2f4a43={'nHsYG':function(_0x3da300,_0x97917d){const _0x128304=a16_0x465e;return _0x5b13aa[_0x128304(0x1bc)](_0x3da300,_0x97917d);},'oLuiG':_0x5b13aa[_0x2dba43(0x107)],'UKYkC':_0x5b13aa[_0x2dba43(0x139)],'vcGzc':function(_0x5bde90,_0x35891b){const _0x1e371c=_0x2dba43;return _0x5b13aa[_0x1e371c(0x11c)](_0x5bde90,_0x35891b);},'BDMvu':_0x5b13aa[_0x2dba43(0x109)],'AWNBN':function(_0x21b6cb,_0x10e71a){return _0x5b13aa['sWILz'](_0x21b6cb,_0x10e71a);}};_0x5b13aa[_0x2dba43(0x1bc)](_0x5b13aa['poLtW'],_0x5b13aa[_0x2dba43(0x21a)])?_0xef357d[_0x2dba43(0x1e4)]&&(_0x5b13aa[_0x2dba43(0x20c)](_0x5b13aa[_0x2dba43(0x122)],_0x5b13aa['ANExn'])?_0x2f4a43['nHsYG'](_0x54bb83['result'],_0x2f4a43[_0x2dba43(0x216)])&&(_0x69bb1d[_0x2dba43(0xe7)]=_0x2f4a43[_0x2dba43(0x14e)]):_0x294803[_0x2dba43(0x193)](_0xef357d[_0x2dba43(0x1e4)])):([_0x32ab3d[_0x2dba43(0x106)],_0x176a90[_0x2dba43(0x234)]]=[_0x2b11b0[_0x2dba43(0x241)],this[_0x2dba43(0x200)](_0x16b204)],_0x2f4a43['vcGzc'](_0x41e60c,_0x2f4a43[_0x2dba43(0x172)])&&(_0x2f4a43['AWNBN'](_0x234b0b[_0x2dba43(0xe7)],_0x2f4a43[_0x2dba43(0x216)])&&(_0x33e184[_0x2dba43(0xe7)]=_0x2f4a43[_0x2dba43(0x14e)])));}),[..._0x294803,...this[_0x218f2a(0x165)](_0xacd90a[_0x218f2a(0x1a1)])];};},[a16_0x1ebb1f(0x1dd),a16_0x1ebb1f(0x1ef),a16_0x1ebb1f(0x206),a16_0x1ebb1f(0x200),'sendTestRunEvent',a16_0x1ebb1f(0x1cd),a16_0x1ebb1f(0x215),'appendTestPlatform','analyticsResult','getHierarchy',a16_0x1ebb1f(0x196),a16_0x1ebb1f(0xeb),a16_0x1ebb1f(0x146),a16_0x1ebb1f(0x165),'configureGit']);function a16_0x465e(_0x301e65,_0x271686){const _0x23a4d2=a16_0x23a4();return a16_0x465e=function(_0x465e03,_0x3dce04){_0x465e03=_0x465e03-0xd9;let _0x1e786b=_0x23a4d2[_0x465e03];return _0x1e786b;},a16_0x465e(_0x301e65,_0x271686);}function a16_0x23a4(){const _0x1e7b9b=['statSync','HHVoN','jVJny','FrGiF','dJblh','IEKVS','hook_run_uuid','3378ixJCla','AFTER_EACH','Ycylb','UBUaV','149091hzhEFF','gSHnu','dnDOW','PZmqo','NqsQu','findGitConfig','EKIqs','sep','cwd','LStjs','eODPJ','ldgGk','gOlns','call','KxffT','IyhNE','../../../helpers/test-observability/sessionHandler','MFAZU','bs:addLog:','../../../helpers/test-observability/utils','AqlHB','getTestEnv','current_test','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','KJpDl','LKNtj','ADQHm','OdbeN','hookAnalyticsId','setTestUUID','UrXZb','IonjO','reverse','asyncError','UTYgd','JtAeU','relative','parse','appendTestPlatform','registerListeners','TWzoU','GICMP','VtaEt','hook_run','pending','OhOdD','htuZo','KDfeG','qumaH','OBxjh','VHOhe','PrZhg','testObservability','file','vLJFb','cCJRu','getName','sPJuR','pPqve','oWnaQ','OvICX','BEFORE_EACH','testStarted','qnTBe','qFCqY','uNKwx','uploadEventData','.git','tTagS','oInxS','hook_data','kIYQV','_testResults','TXcIL','VotBT','join','1WcpOds','appendTestItemLog','oLuiG','BHHhv','mqBKm','dJxBd','Iavyp','FmFUn','ddwra','UqPRT','generic','err','apply','JAfSG','Rbirt','forEach','../../utils/constants','VpzxM','HBSOb','jeasH','hPyZW','bind','hINmv','YlaSY','failed','JoFxe','pid','IKIsU','_testEnv','PMaYc','16QBJDAj','failure_reason','name','jPFql','removeAllListeners','File\x20path\x20could\x20not\x20be\x20found','GTMvT','cbUpr','test','bs:addPlatformDetails:','WUsDG','2254896IUtIKT','oeEdY','Pbusa','tUQjF','type','3415472HgaNuy','_gitConfigPath','CBTSessionCreated','AfYej','JEST','NxYqI','STATE_PASSED','GNUKC','QNLeN','uUBDb','js-','GOHhl','FbwXh','pdKwS','hFoPq','lLgVe','pEkdf','MoNpJ','EVgyx','prefixTestPath','test_run','INThk','Wckcp','juIFi','exports','BEFORE_ALL','current_hook','kpHKs','hook_failure','KEHfw','etUXl','result','zBtzl','jest-circus','FNdXT','mapTestHooks','MYXRD','getHierarchy','CjIjY','yUSbJ','gQcwU','http_response','started_at','JSgZa','event_type','dQhIJ','hsRnh','MdqXE','lQKNu','692394nmqJGE','sendTestRunEvent','AEMEL','jnczz','hCEmb','BxxkE','3818770oMTfrY','BlrkC','fBECs','passed','eZmdV','includes','QxUSv','hook_type','CNOoR','afterEach','QfrbX','ASJVw','awiIv','2735lbBFpq','failure_reason_expanded','haMDT','lhKbn',':hookAnalyticsId','LogCreated','_paths','XHwLW','JFShk','XKSNp','uuid','fTYiv','bwhVU','beforeAll','eUMMX','UKuEV','zNSmi','toISOString','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','HookRunFinished','nsASe','AwdVe','ANExn','vZEgw','umqnc','GtXTj','KLuSf',':testAnalyticsId','uhSEU','configureGit','bFjxs','BepIn','getTime','lqCRp','GdcuC','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','split','KFrJH','failure_type','dCjLC','markedStatus','THxLa','ThxEt','tyHcJ','oEXQU','jHREx','_gitConfigured','KiDet','DeVXC','obLKg','QrMUp','2652960yIehNm','hooks','fUdQO','location_prefix','LhyXg','lcfRW','gyDkn','resetTestHooks','\x22\x20hook\x20for\x20\x22','cQaWT','ptLTm','jLiDg','qvGrR','_currentRetry','skipped','UKYkC','rttGb','UyAul','PgJjL','bYlLk','sgRDZ','failure_backtrace','TestRunFinished','mAwvt','SxbiM','title','../../../../package.json','../../../helpers/helper','LHFRa','obphL','pekOb','FVUKs','jzKof','11JdxyUD','9HMWhjU','Znmdn','iEILZ','aiAZf','getHooksForTest','wzldN','backtrace','retryOf','getFileName','igKUS','./test-details','PyUbd','MCMBg','GHefO','xLqFU','ZMwQX','bCyfK','BDMvu','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','dirname','VxTWv','VwLKn','ZHRBj','failure','getTestUUID','gwPFb','XWVDI','nhJXJ','jjXyJ','lnsAb','geFkN','length','FXzZj','YOtbS','match','NTddm','jqrPL','toString','xXuYN','cogVp','LNIhM','JnHld','ylilz','wwqlO','OWZTw','SIJZO','uSlTx','\x20with\x20error\x20:\x20','javascript','IrMiO','push','TestRunSkipped','rvFxt','getRootParentFile','boRhv','uPjoL','errorsDetailed','RcZZb','bUHsq','MBHRI','afterAll','failed\x20to\x20get\x20root\x20parent\x20file\x20','TzVEg','hqnUL','parent','lMFlJ','uVSVN','IytSq','1|6|4|5|2|3|0','duration','wqsaA','canvp','beforeEach','jyxJv','OWbce','IZNAu','root','QDAdf','now','test_run_uuid','testAnalyticsId','CZgCr','KQVkY','KRity','jaDkf','xqqLb','util','config','expanded','vMBeJ','3|4|0|1|5|6|2','sWILz'];a16_0x23a4=function(){return _0x1e7b9b;};return a16_0x23a4();}
|
|
1
|
+
const a16_0x38b072=a16_0x315b;function a16_0x315b(_0x3ee996,_0x50420d){const _0x41670c=a16_0x4167();return a16_0x315b=function(_0x315b46,_0x40eaf8){_0x315b46=_0x315b46-0x17a;let _0x38ae20=_0x41670c[_0x315b46];return _0x38ae20;},a16_0x315b(_0x3ee996,_0x50420d);}(function(_0x499512,_0x2cac04){const _0x49f545=a16_0x315b,_0x15dd73=_0x499512();while(!![]){try{const _0x41491c=parseInt(_0x49f545(0x1b2))/0x1+parseInt(_0x49f545(0x1c5))/0x2+-parseInt(_0x49f545(0x274))/0x3+-parseInt(_0x49f545(0x25a))/0x4+-parseInt(_0x49f545(0x1f1))/0x5*(parseInt(_0x49f545(0x21c))/0x6)+-parseInt(_0x49f545(0x27e))/0x7*(-parseInt(_0x49f545(0x264))/0x8)+parseInt(_0x49f545(0x275))/0x9;if(_0x41491c===_0x2cac04)break;else _0x15dd73['push'](_0x15dd73['shift']());}catch(_0x95a8a5){_0x15dd73['push'](_0x15dd73['shift']());}}}(a16_0x4167,0x62a13));const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType}=require(a16_0x38b072(0x26c)),SessionHandler=require('../../../helpers/test-observability/sessionHandler'),{v4:uuidv4}=require(a16_0x38b072(0x283)),{name,version}=require(a16_0x38b072(0x2c7)),stackTrace=require(a16_0x38b072(0x287)),path=require(a16_0x38b072(0x2f6)),fs=require('fs'),TestDetails=require(a16_0x38b072(0x2f1)),{FRAMEWORKS}=require(a16_0x38b072(0x25b)),{o11yClassErrorHandler}=require('../../../helpers/test-observability/error-handler'),{getGitMetaData}=require(a16_0x38b072(0x1e9)),a16_0x5aba19={};function a16_0x4167(){const _0x2190d8=['WefRP','UExYo','AFTER_ALL','CRcdY','sjXuQ','eYJcL','gActz','getTestUUID','LVJMU','failure_reason_expanded','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','OYjMQ','qymYL','getRootParentFile','MZKDt','viQoY','JOCwq','getFileName','hook_type','GKsER','removeAllListeners','TUDow','qxvxx','AyzjD','getTestEnv','result','KUwpQ','UKBHq','loYbx','ZNwJl','iYyZv','172776JdeTJg','DnGmm','CQlKW','event_type','hiTHH','SBGcp','RXDZQ','YcSIC','relative','failure_type','xDDNW','resetTestHooks','zraNj','sSWJL','testAnalyticsId','tVTSc','aKCfQ','yaLsl','RYCvF','671032fnFPEC','XFooW','qXvBr','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','TestRunStarted','_currentRetry','BcPLQ','statSync','xNAWp','test_run','3|5|4|0|1|2|6','OfDuw','TfMbO','npKqb','KEOXS','jBomh','TdyYj','hooks','anxWI','UWojW','yfReK','type','failure_backtrace','bWqeG','cwd','uwVoP','FoTge','bs:addPlatformDetails:','js-','stkHZ','getHooksForTest','YEARI','current_hook',':testAnalyticsId','_testEnv','NGWPS','../../../helpers/helper','JVudJ','name','WkHva','JWkOn','SNjqx','_paths','jJnFf','91045BfImmB','retryOf','OsUDo','CBTSessionCreated','File\x20path\x20could\x20not\x20be\x20found','GlYuY','yPZpo','EEiBw','nMMKn','PLvau','gHvZK','YgvdQ','MFWEZ','afterAll','crbBh','MAQip','qJGsq','CElpB','tROcT','testObservability','getName','yglaD','FZpcT','TnPrU','MLyHb','mrsjp','LkdWT','XVypj','_gitConfigured','match','kQiwt','CpYrH','VnMyV','asyncError','MqTYS','split','ZnAKK','ryfOz','WTKPE','parent','PflHh','MzmBL','sSBBG','96fmrWCa','bind','_gitConfigPath','hookAnalyticsId','KAlkZ','markedStatus','YGVMa','chmFW','duration','aiSfG','LcNXj','VOQYl','mJTAe','oppJB','errorsDetailed','XHKwU','fSQbJ','exports','sXfDa','Pzlwb','UcOcF','analyticsResult','hook_data','fScwt','sdxcm','forEach','finished_at','yXlbW','OpFeR','YZkUF','TestRunFinished','BXrgr','xkwjE','BEFORE_ALL','util','loQip','NzrRP','ThjSI','iWafA','test_run_uuid','BccHN','\x20with\x20error\x20:\x20','vlUSZ','kOQSi','FaneM','LogCreated','HupDS','title','UVLKO','MGKaK','testStarted','registerListeners','lYUWX','failure_reason','yULdo','err','pid','sDrrw','TLrGj','ylVlt','getHierarchy','fRtDX','2917100IucNbc','../../utils/constants','gUFhj','GDCRF','BlBig','TestRunSkipped','appendTestPlatform','EdmJY','uDojb','gSrHV','3446888AdxKGE','msQuR','\x22\x20hook\x20for\x20\x22','sendTestRunEvent','BfKtS','VdcLS','Dssho','YNYOY','../../../helpers/test-observability/utils','oKQIE','pPYQP','CfOcx','jjBoi','NIFXq','FBbQk','lRKve','1989474DrcCCy','10337499xVdVNt','includes','FeCmD','length','Lrupw','http_response','arTaK','reverse','sHIWP','7KPMDnt','mLzVP','test','EKxaX','AWZcQ','uuid','aKgif','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','pusfY','stack-trace','ZirPO','cFlpA','now','wXxEV','TwqDm','RdIqy','5|0|6|1|3|4|2','parse','SwEKK','getTime','GHDaH','ZevfY','kTnPR','push','bs:addLog:','started_at','setTestUUID',':hookAnalyticsId','afterEach','sFjUl','WJqIP','pending','BXTAN','vuWZz','DtFZS','findGitConfig','xTIGJ','appendTestItemLog','QCIvM','file','LPppw','pUqrF','XRlTD','TtrUv','sAons','AjUnI','YiNWO','GPXjL','hook_failure','bNiFX','PpxXj','passed','TGMlk','uploadEventData','jest-circus','dirname','_testResults','failed\x20to\x20get\x20root\x20parent\x20file\x20','backtrace','hHIgr','sep','KbrrK','beforeEach','jTNtI','ksWGj','tYPVB','2|1|0|4|3','config','XdSxF','AoIws','beforeAll','location_prefix','YIPMh','../../../../package.json','WNPnO','DaImu','eXFEG','tSiOw','AQXRt','MtAeZ','AXSRz','MrtPf','join','configureGit','apply','dETjT','JEST','RVQeE','gbeYm','cRLCX','STATE_PASSED','MPGDR','ClhAU','gbQfR','opfTR','current_test','RKvWS','mapTestHooks','call','Rfmzv','fwgJW','tNNWw','LpVdf','HpPSz','.git','eRBGz','qLfHA','hqKbm','iVAsA','generic','tkAyx','toString','hook_run','tCmsU','CfPVu','./test-details','kkEUX','HfvrW','Spmmn','BcfWk','path','gzgxz','sMlIj','FUDeR','ZselL','qgYma','cLENg','hook_run_uuid','BXpva','jnEKg','VfEvt','pZLPs','BOpyw','iciKc','ISUBr','failed','unCXG','WPXIB','NPrjp','GMdjX','ccrCK','NeSly','XFOas','uUvxg','inspect','hqRTN','prefixTestPath','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','pWink','ZUlIb'];a16_0x4167=function(){return _0x2190d8;};return a16_0x4167();}a16_0x5aba19[a16_0x38b072(0x2d8)]=a16_0x38b072(0x2b1),a16_0x5aba19['STATE_FAILED']=a16_0x38b072(0x184),a16_0x5aba19['STATE_PENDING']=a16_0x38b072(0x29d);const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a16_0x5aba19,a16_0x4ec6bf={};a16_0x4ec6bf[a16_0x38b072(0x2c4)]=a16_0x38b072(0x23d),a16_0x4ec6bf[a16_0x38b072(0x1fe)]=a16_0x38b072(0x195),a16_0x4ec6bf[a16_0x38b072(0x2bc)]='BEFORE_EACH',a16_0x4ec6bf[a16_0x38b072(0x29a)]='AFTER_EACH';const HOOK_TYPES_MAP=a16_0x4ec6bf;module[a16_0x38b072(0x22d)]=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0x4aaa0b=a16_0x38b072,_0x2e678b={'YZkUF':_0x4aaa0b(0x28e),'gSrHV':function(_0x6aa7cb){return _0x6aa7cb();}},_0x4f51f0=_0x2e678b[_0x4aaa0b(0x239)][_0x4aaa0b(0x214)]('|');let _0x136def=0x0;while(!![]){switch(_0x4f51f0[_0x136def++]){case'0':this[_0x4aaa0b(0x2b6)]=[];continue;case'1':this[_0x4aaa0b(0x1ef)]=new PathHelper({'cwd':process[_0x4aaa0b(0x1dd)]()},this[_0x4aaa0b(0x1e7)]['location_prefix']);continue;case'2':this['_gitConfigPath']=null;continue;case'3':this[_0x4aaa0b(0x232)]=[];continue;case'4':this[_0x4aaa0b(0x20d)]=![];continue;case'5':this['testObservability']=_0x2e678b[_0x4aaa0b(0x263)](isTestObservabilitySession);continue;case'6':this['_testEnv']=this[_0x4aaa0b(0x1ab)]();continue;}break;}}[a16_0x38b072(0x1ab)]=()=>{const _0x2f54fa=a16_0x38b072,_0x499868={'BcfWk':_0x2f54fa(0x2eb),'XFOas':function(_0x2a1776){return _0x2a1776();}};return{'ci':_0x499868[_0x2f54fa(0x2f5)],'key':_0x499868[_0x2f54fa(0x18b)](uuidv4),'version':version,'collector':'js-'+name};};[a16_0x38b072(0x24f)](){const _0x3f5b04=a16_0x38b072;process[_0x3f5b04(0x1a7)]('bs:addLog:'+process['pid']),process['on'](_0x3f5b04(0x296)+process[_0x3f5b04(0x254)],this[_0x3f5b04(0x2a3)][_0x3f5b04(0x21d)](this)),process[_0x3f5b04(0x1a7)](_0x3f5b04(0x1e0)+process['pid']),process['on'](_0x3f5b04(0x1e0)+process['pid'],this[_0x3f5b04(0x260)][_0x3f5b04(0x21d)](this));}['testStarted']=async _0x13dc5b=>{const _0x49cd77=a16_0x38b072,_0xed6836={'AQXRt':_0x49cd77(0x2eb),'KAlkZ':function(_0x6d77f0){return _0x6d77f0();},'TtrUv':function(_0x37fdee,_0x2f7df0){return _0x37fdee===_0x2f7df0;},'ThjSI':'TqjBj','qgYma':function(_0x1513e9,_0x122e74){return _0x1513e9>_0x122e74;},'vrbsR':function(_0x2158f1,_0x2c5ed9){return _0x2158f1!==_0x2c5ed9;},'GDCRF':_0x49cd77(0x182),'jJGJz':_0x49cd77(0x26f),'cLENg':_0x49cd77(0x1c9),'YEARI':_0x49cd77(0x273),'oKAcT':_0x49cd77(0x1ed),'iBiJF':'giVLv','YcSIC':function(_0x57f171,_0x5c138f){return _0x57f171(_0x5c138f);}};try{if(_0xed6836[_0x49cd77(0x2a9)](_0xed6836[_0x49cd77(0x241)],_0xed6836[_0x49cd77(0x241)])){const _0x3b5535=this['current_test'];this[_0x49cd77(0x2dd)]=_0x13dc5b,_0x13dc5b[_0x49cd77(0x1f2)]=null,_0x13dc5b['testAnalyticsId']=TestDetails[_0x49cd77(0x298)](process[_0x49cd77(0x254)]+_0x49cd77(0x1e6)),_0x13dc5b[_0x49cd77(0x297)]=new Date()['toISOString']();if(_0xed6836[_0x49cd77(0x17a)](_0x13dc5b[_0x49cd77(0x1ca)],0x0)&&_0x3b5535&&_0xed6836[_0x49cd77(0x2a9)](_0x3b5535[_0x49cd77(0x24b)],_0x13dc5b[_0x49cd77(0x24b)])){if(_0xed6836['vrbsR'](_0xed6836[_0x49cd77(0x25d)],_0xed6836['jJGJz']))_0x13dc5b[_0x49cd77(0x1f2)]=_0x3b5535[_0x49cd77(0x1c0)],await this[_0x49cd77(0x267)](_0x13dc5b,undefined,![],_0xed6836['cLENg']),_0x3b5535['state']=STATE_FAILED,await this[_0x49cd77(0x267)](_0x3b5535,undefined,!![]);else{if(!_0x50e40f||!_0x32a1ee[_0x49cd77(0x218)])return;_0x2004d4[_0x49cd77(0x218)][_0x49cd77(0x1d6)][_0x49cd77(0x235)](_0x122542=>{const _0x6c6708=_0x49cd77;!_0x122542[_0x6c6708(0x21f)]&&(_0x122542['hookAnalyticsId']=_0x5e8e01['setTestUUID'](_0x1422da[_0x6c6708(0x254)]+':hookAnalyticsId'));}),this[_0x49cd77(0x2df)](_0x43897a[_0x49cd77(0x218)]);}}else _0xed6836['vrbsR'](_0xed6836[_0x49cd77(0x1e4)],_0xed6836['YEARI'])?(this[_0x49cd77(0x2b6)][_0x49cd77(0x295)](_0x38f903),_0x10536c['hooks']=this[_0x49cd77(0x1e3)](_0x2c4d8d),this[_0x49cd77(0x1bd)](_0x1dd70d)):await this[_0x49cd77(0x267)](_0x13dc5b,undefined,![],_0xed6836[_0x49cd77(0x17b)]);}else return this[_0x49cd77(0x21e)];}catch(_0x5aac6f){if(_0xed6836[_0x49cd77(0x2a9)](_0xed6836['oKAcT'],_0xed6836['iBiJF']))return{'ci':_0xed6836[_0x49cd77(0x2cc)],'key':_0xed6836[_0x49cd77(0x220)](_0x507c2f),'version':_0x23e593,'collector':_0x49cd77(0x1e1)+_0x4477f2};else _0xed6836[_0x49cd77(0x1b9)](debug,_0x49cd77(0x19d)+_0x5aac6f);}};[a16_0x38b072(0x205)](_0x1f9e98){const _0x232a23=a16_0x38b072,_0x3601a7={'sAons':_0x232a23(0x1cf),'wXxEV':function(_0x514be8){return _0x514be8();},'OYjMQ':function(_0xf80c0a,_0x48b8b3){return _0xf80c0a!==_0x48b8b3;},'TzUhB':_0x232a23(0x280),'pZLPs':'IXxIA'};if(_0x3601a7['OYjMQ'](_0x1f9e98[_0x232a23(0x1da)],_0x3601a7['TzUhB'])){if(_0x3601a7[_0x232a23(0x19e)](_0x3601a7[_0x232a23(0x180)],_0x3601a7[_0x232a23(0x180)])){const _0x59b389=_0x3601a7[_0x232a23(0x2aa)][_0x232a23(0x214)]('|');let _0x3ac09a=0x0;while(!![]){switch(_0x59b389[_0x3ac09a++]){case'0':this['_paths']=new _0x31c264({'cwd':_0x24d636[_0x232a23(0x1dd)]()},this[_0x232a23(0x1e7)][_0x232a23(0x2c5)]);continue;case'1':this[_0x232a23(0x232)]=[];continue;case'2':this[_0x232a23(0x20d)]=![];continue;case'3':this[_0x232a23(0x204)]=_0x3601a7[_0x232a23(0x28b)](_0x255d69);continue;case'4':this[_0x232a23(0x1e7)]=this['getTestEnv']();continue;case'5':this[_0x232a23(0x2b6)]=[];continue;case'6':this[_0x232a23(0x21e)]=null;continue;}break;}}else return'\x22'+_0x1f9e98[_0x232a23(0x1da)]+'\x22\x20hook\x20for\x20\x22'+(_0x1f9e98[_0x232a23(0x218)]&&_0x1f9e98['parent'][_0x232a23(0x1eb)])+'\x22';}return _0x1f9e98[_0x232a23(0x1eb)];}['sendTestRunEvent']=async(_0x240a89,_0x22e0c1=undefined,_0x1dae0b=![],_0x2d4a67='TestRunFinished')=>{const _0x1cc7a9=a16_0x38b072,_0x4566e3={'ISUBr':function(_0x5e0c40,_0x28378c){return _0x5e0c40(_0x28378c);},'uUvxg':_0x1cc7a9(0x2bc),'OpFeR':'afterEach','ZNwJl':_0x1cc7a9(0x1ce),'ylVlt':_0x1cc7a9(0x2e6),'yfYOb':_0x1cc7a9(0x2c1),'WPXIB':_0x1cc7a9(0x1a5),'CfPVu':_0x1cc7a9(0x2ee),'oKQIE':_0x1cc7a9(0x1db),'LcNXj':_0x1cc7a9(0x2b8),'NGWPS':_0x1cc7a9(0x19c),'sjXuQ':'expanded','EdmJY':function(_0x4c6d9c,_0xa0680d){return _0x4c6d9c(_0xa0680d);},'TnPrU':'result','ZirPO':'skipped','chmFW':'failure','FaneM':_0x1cc7a9(0x1bb),'qLfHA':function(_0x112d74,_0x1f6738){return _0x112d74===_0x1f6738;},'TdyYj':_0x1cc7a9(0x225),'mLzVP':_0x1cc7a9(0x2c0),'XRlTD':_0x1cc7a9(0x251),'CpYrH':function(_0x3a3698,_0x4815a7){return _0x3a3698!==_0x4815a7;},'kTnPR':_0x1cc7a9(0x2b1),'gActz':_0x1cc7a9(0x189),'cXDxU':'cuLPI','OfDuw':_0x1cc7a9(0x2ad),'JVudJ':_0x1cc7a9(0x2e3),'mrsjp':'lwKkJ','ryfOz':_0x1cc7a9(0x2f8),'WefRP':_0x1cc7a9(0x1bc),'PLvau':function(_0x351f6b,_0x2d7c20){return _0x351f6b(_0x2d7c20);},'jBomh':_0x1cc7a9(0x2b4),'msQuR':'GWTJh','BccHN':_0x1cc7a9(0x252),'jJnFf':_0x1cc7a9(0x23e),'gUFhj':'XYjFB','tCRVs':_0x1cc7a9(0x280),'iVAsA':function(_0x5af9af,_0x3d8935){return _0x5af9af!==_0x3d8935;},'anxWI':function(_0xf1719f,_0x1bff74){return _0xf1719f!==_0x1bff74;},'CQlKW':_0x1cc7a9(0x1d2),'RYCvF':'abDkn','aKCfQ':_0x1cc7a9(0x253),'WTKPE':'JupnG','YGVMa':_0x1cc7a9(0x2db),'jDNKz':function(_0x5c6fd3,_0x106b53){return _0x5c6fd3!==_0x106b53;},'jjBoi':function(_0x4ca74a,_0x33e26c){return _0x4ca74a!==_0x33e26c;},'SNjqx':_0x1cc7a9(0x1f5),'AWZcQ':'javascript','hHIgr':function(_0x53f20e,_0x4f13d0){return _0x53f20e===_0x4f13d0;},'Lrupw':_0x1cc7a9(0x25f),'DtFZS':function(_0x4abed3,_0x569b9f){return _0x4abed3>_0x569b9f;},'pPYQP':_0x1cc7a9(0x184),'MAQip':function(_0x3d7f60,_0x34f352){return _0x3d7f60-_0x34f352;},'WJqIP':function(_0x4de3cb,_0x30e2c2){return _0x4de3cb(_0x30e2c2);},'MtAeZ':_0x1cc7a9(0x297),'GMdjX':_0x1cc7a9(0x2ec),'loYbx':_0x1cc7a9(0x236),'MFWEZ':_0x1cc7a9(0x1f8),'qxvxx':'HookRunFinished','sDrrw':function(_0x33f58a,_0x1f0c3e){return _0x33f58a===_0x1f0c3e;},'Rfmzv':_0x1cc7a9(0x2d6),'OsUDo':'WHscK','RXDZQ':function(_0x43657d,_0x4e2287){return _0x43657d!==_0x4e2287;},'GKsER':function(_0x23e5f6,_0x51852c){return _0x23e5f6===_0x51852c;},'QCIvM':_0x1cc7a9(0x2c6),'zaIQE':'sLZEw','AyzjD':_0x1cc7a9(0x1b1),'LVJMU':_0x1cc7a9(0x26a),'CRcdY':_0x1cc7a9(0x23a),'UcOcF':function(_0x39e1f9,_0x1ef2cb){return _0x39e1f9!==_0x1ef2cb;},'frfPB':_0x1cc7a9(0x2b2),'yPZpo':_0x1cc7a9(0x2f3),'fSQbJ':function(_0x1773ac,_0x1b0e62){return _0x1773ac!==_0x1b0e62;},'BXpva':_0x1cc7a9(0x227),'yaLsl':_0x1cc7a9(0x198),'ksWGj':function(_0x3e75f2,_0x4ac3af){return _0x3e75f2>_0x4ac3af;},'sHIWP':'XfFFK','yjIoD':function(_0x5a517b,_0x174f7b){return _0x5a517b===_0x174f7b;},'TLrGj':_0x1cc7a9(0x2bb),'lYUWX':_0x1cc7a9(0x219),'TfMbO':function(_0x1db85d,_0x6b8a3e){return _0x1db85d===_0x6b8a3e;},'BlBig':_0x1cc7a9(0x2c4),'LcCCX':function(_0x13186b,_0x56194e){return _0x13186b===_0x56194e;},'JOCwq':'xVCzm','gzgxz':_0x1cc7a9(0x284),'LpVdf':_0x1cc7a9(0x22f),'VnMyV':_0x1cc7a9(0x1cb),'ClhAU':function(_0x2cf41e,_0x5b55aa){return _0x2cf41e(_0x5b55aa);}};try{if(_0x4566e3[_0x1cc7a9(0x2e8)](_0x4566e3[_0x1cc7a9(0x199)],_0x4566e3['cXDxU']))_0x4566e3[_0x1cc7a9(0x183)](_0x13d0e3,_0x1cc7a9(0x19d)+_0x5b0df0);else{if(_0x240a89['fn']&&_0x240a89['fn'][_0x1cc7a9(0x2ed)]()[_0x1cc7a9(0x20e)](/browserstack internal helper hook/)){if(_0x4566e3['qLfHA'](_0x4566e3[_0x1cc7a9(0x1d0)],_0x4566e3[_0x1cc7a9(0x1ea)])){if(!_0xba9fd4||!_0x294582[_0x1cc7a9(0x218)])return;_0x22365c[_0x1cc7a9(0x218)]['hooks'][_0x1cc7a9(0x235)](_0x362fe4=>{const _0x33e584=_0x1cc7a9;[_0x4566e3[_0x33e584(0x18c)],_0x4566e3[_0x33e584(0x238)]][_0x33e584(0x276)](_0x362fe4[_0x33e584(0x1da)])&&_0x362fe4[_0x33e584(0x21f)]&&(_0x362fe4['hookAnalyticsId']=null);}),this[_0x1cc7a9(0x2df)](_0x4ce393[_0x1cc7a9(0x218)]);}else return;}let _0x2ceb40;try{if(_0x4566e3[_0x1cc7a9(0x210)](_0x4566e3[_0x1cc7a9(0x20a)],_0x4566e3[_0x1cc7a9(0x20a)]))return;else _0x2ceb40=this[_0x1cc7a9(0x1a0)](_0x240a89);}catch(_0x55e0ef){if(_0x4566e3[_0x1cc7a9(0x210)](_0x4566e3[_0x1cc7a9(0x216)],_0x4566e3[_0x1cc7a9(0x193)]))_0x4566e3[_0x1cc7a9(0x1fa)](debug,_0x1cc7a9(0x2b7)+_0x55e0ef),_0x2ceb40=null;else{this[_0x1cc7a9(0x232)][_0x1cc7a9(0x295)](_0x5447be);return;}}if(_0x2ceb40['includes'](_0x4566e3[_0x1cc7a9(0x1d4)])){if(_0x4566e3[_0x1cc7a9(0x2e8)](_0x4566e3[_0x1cc7a9(0x265)],_0x4566e3[_0x1cc7a9(0x244)]))_0x517c73[_0x4566e3['ZNwJl']]=_0x358c5a;else return;}const _0x5d2c12=_0x4566e3[_0x1cc7a9(0x183)](require,_0x4566e3[_0x1cc7a9(0x1f0)]);let _0x2dd8d7=[];if(_0x4566e3[_0x1cc7a9(0x210)](_0x240a89['errorsDetailed'],undefined)){if(_0x4566e3[_0x1cc7a9(0x2e8)](_0x4566e3[_0x1cc7a9(0x25c)],_0x4566e3[_0x1cc7a9(0x25c)]))_0x2dd8d7=[_0x240a89['errorsDetailed'],_0x4566e3['tCRVs']];else return _0x2f71d4[_0x1cc7a9(0x1cc)](_0x39c82f[_0x1cc7a9(0x2d0)](_0x16ee4f,_0x4566e3[_0x1cc7a9(0x257)],_0x4566e3['yfYOb'])),_0x606d0a;}else _0x4566e3[_0x1cc7a9(0x2ea)](_0x22e0c1,undefined)?_0x4566e3[_0x1cc7a9(0x1d7)](_0x4566e3[_0x1cc7a9(0x1b4)],_0x4566e3[_0x1cc7a9(0x1c4)])?_0x2dd8d7=[_0x22e0c1,_0x4566e3[_0x1cc7a9(0x1c2)]]:(_0x2d0778[_0x1cc7a9(0x1a7)](_0x1cc7a9(0x296)+_0x261a4b['pid']),_0x1c7b5b['on']('bs:addLog:'+_0x4d1d23[_0x1cc7a9(0x254)],this[_0x1cc7a9(0x2a3)][_0x1cc7a9(0x21d)](this)),_0x4932a6['removeAllListeners'](_0x1cc7a9(0x1e0)+_0x3e72bf[_0x1cc7a9(0x254)]),_0x53ea77['on'](_0x1cc7a9(0x1e0)+_0x4ddd5b[_0x1cc7a9(0x254)],this['appendTestPlatform']['bind'](this))):_0x4566e3[_0x1cc7a9(0x2e8)](_0x4566e3[_0x1cc7a9(0x217)],_0x4566e3[_0x1cc7a9(0x222)])?(_0x142e12[_0x4566e3['WPXIB']]=_0xbcc87[_0xc68a18[_0x4566e3[_0x1cc7a9(0x186)]]],_0x49d9d1[_0x4566e3[_0x1cc7a9(0x2f0)]]=_0x5ce3f7):_0x2dd8d7=[];const _0x553c13=_0x4566e3['jDNKz'](_0x240a89[_0x1cc7a9(0x22a)],undefined)?_0x5d2c12[_0x1cc7a9(0x18d)](_0x240a89[_0x1cc7a9(0x22a)][0x0]):_0x4566e3[_0x1cc7a9(0x270)](_0x22e0c1,undefined)?_0x22e0c1[_0x1cc7a9(0x2ed)]():undefined,_0x400999=_0x2ceb40?this['_paths'][_0x1cc7a9(0x18f)](this[_0x1cc7a9(0x1a0)](_0x240a89)):_0x4566e3[_0x1cc7a9(0x1ee)],_0x539fd3={'framework':FRAMEWORKS[_0x1cc7a9(0x2d4)],'uuid':_0x240a89[_0x1cc7a9(0x1c0)]||_0x240a89[_0x1cc7a9(0x21f)],'name':this[_0x1cc7a9(0x205)](_0x240a89),'body':{'lang':_0x4566e3[_0x1cc7a9(0x282)],'code':_0x240a89['fn'][_0x1cc7a9(0x2ed)]()},'scopes':this['getHierarchy'](_0x240a89),'file_name':_0x400999,'vc_filepath':this[_0x1cc7a9(0x21e)]&&_0x2ceb40?path[_0x1cc7a9(0x1ba)](this[_0x1cc7a9(0x21e)],_0x2ceb40):null,'location':_0x400999,'result':_0x4566e3[_0x1cc7a9(0x2b9)](_0x2d4a67,_0x4566e3[_0x1cc7a9(0x279)])?_0x4566e3[_0x1cc7a9(0x288)]:this[_0x1cc7a9(0x231)](_0x240a89[_0x1cc7a9(0x22a)]&&_0x4566e3[_0x1cc7a9(0x2a0)](_0x240a89['errorsDetailed'][_0x1cc7a9(0x278)],0x0)?_0x4566e3[_0x1cc7a9(0x26e)]:_0x4566e3[_0x1cc7a9(0x294)]),'failure_reason':_0x553c13,'duration_in_ms':_0x240a89[_0x1cc7a9(0x224)]||(_0x2d4a67['match'](/Finished/)||_0x2d4a67[_0x1cc7a9(0x20e)](/Skipped/)?_0x4566e3[_0x1cc7a9(0x200)](Date[_0x1cc7a9(0x28a)](),new Date(_0x240a89[_0x1cc7a9(0x297)])[_0x1cc7a9(0x291)]()):null),'started_at':_0x240a89[_0x1cc7a9(0x297)],'finished_at':_0x2d4a67[_0x1cc7a9(0x20e)](/Finished/)||_0x2d4a67['match'](/Skipped/)?new Date()['toISOString']():null,'failure':failureData[_0x1cc7a9(0x2d2)](null,_0x2dd8d7),'failure_type':!_0x553c13?null:_0x4566e3[_0x1cc7a9(0x29c)](getFailureType,_0x553c13),'retry_of':_0x240a89[_0x1cc7a9(0x1f2)]};if(_0x4566e3[_0x1cc7a9(0x2b9)](_0x2d4a67,_0x4566e3['Lrupw'])&&!_0x539fd3[_0x4566e3[_0x1cc7a9(0x2cd)]]){if(_0x4566e3[_0x1cc7a9(0x2b9)](_0x4566e3['GMdjX'],_0x4566e3[_0x1cc7a9(0x188)]))_0x539fd3[_0x4566e3[_0x1cc7a9(0x2cd)]]=_0x539fd3[_0x4566e3[_0x1cc7a9(0x1af)]];else{if(!_0x5c571e||!_0x3cad94[_0x1cc7a9(0x218)])return[];const _0x37bc3d=[];return _0x5bacac[_0x1cc7a9(0x218)][_0x1cc7a9(0x1d6)][_0x1cc7a9(0x235)](_0x48ecb1=>{const _0x2bb3df=_0x1cc7a9;_0x48ecb1[_0x2bb3df(0x21f)]&&_0x37bc3d['push'](_0x48ecb1[_0x2bb3df(0x21f)]);}),[..._0x37bc3d,...this[_0x1cc7a9(0x1e3)](_0x1f67ba[_0x1cc7a9(0x218)])];}}if(_0x2d4a67[_0x1cc7a9(0x20e)](/HookRun/))_0x4566e3[_0x1cc7a9(0x210)](_0x4566e3[_0x1cc7a9(0x1fd)],_0x4566e3[_0x1cc7a9(0x1fd)])?(_0x24a8da[_0x4566e3[_0x1cc7a9(0x26d)]]=_0x43f5d0[_0x4566e3[_0x1cc7a9(0x226)]],_0x3b8f7a[_0x4566e3[_0x1cc7a9(0x1e8)]]=_0xc304e8[_0x4566e3[_0x1cc7a9(0x197)]]):([_0x539fd3[_0x1cc7a9(0x1a5)],_0x539fd3['name']]=[_0x240a89[_0x1cc7a9(0x1da)],this[_0x1cc7a9(0x205)](_0x240a89)],_0x4566e3[_0x1cc7a9(0x2e8)](_0x2d4a67,_0x4566e3[_0x1cc7a9(0x1a9)])&&(_0x4566e3[_0x1cc7a9(0x255)](_0x4566e3[_0x1cc7a9(0x2e1)],_0x4566e3[_0x1cc7a9(0x1f3)])?this['mapTestHooks'](_0x5166b2):_0x4566e3[_0x1cc7a9(0x1b8)](_0x539fd3['result'],_0x4566e3[_0x1cc7a9(0x26e)])&&(_0x4566e3[_0x1cc7a9(0x1a6)](_0x4566e3['QCIvM'],_0x4566e3[_0x1cc7a9(0x2a4)])?_0x539fd3[_0x1cc7a9(0x1ac)]=_0x4566e3[_0x1cc7a9(0x294)]:(_0x4566e3[_0x1cc7a9(0x261)](_0x41ff7f,_0x1cc7a9(0x2b7)+_0x21eae7),_0x4760d4=null))));else _0x2d4a67[_0x1cc7a9(0x20e)](/TestRun/)&&(_0x4566e3[_0x1cc7a9(0x2e8)](_0x4566e3['zaIQE'],_0x4566e3[_0x1cc7a9(0x1aa)])?!_0x21efe0[_0x1cc7a9(0x21f)]&&(_0xd4dd04[_0x1cc7a9(0x21f)]=_0x2c0212[_0x1cc7a9(0x298)](_0x324b6f['pid']+':hookAnalyticsId')):this['mapTestHooks'](_0x240a89));const _0x2fc762=_0x539fd3[_0x4566e3[_0x1cc7a9(0x223)]][0x0];if(_0x2fc762){if(_0x4566e3[_0x1cc7a9(0x270)](_0x4566e3[_0x1cc7a9(0x19b)],_0x4566e3[_0x1cc7a9(0x19b)])){if(_0x5dac17[_0x1cc7a9(0x212)]){const _0x48851c=_0x235f32[_0x1cc7a9(0x28f)][_0x1cc7a9(0x2e0)](_0x4d710b,_0x1beb56[_0x1cc7a9(0x212)]);return _0x48851c[0x0][_0x1cc7a9(0x1a4)]();}if(_0x3c9d7c['file'])return _0x2619c8['file'];return null;}else _0x539fd3[_0x4566e3[_0x1cc7a9(0x26d)]]=_0x2fc762[_0x4566e3[_0x1cc7a9(0x226)]],_0x539fd3[_0x4566e3[_0x1cc7a9(0x1e8)]]=_0x2fc762[_0x4566e3[_0x1cc7a9(0x197)]];}[_0x4566e3[_0x1cc7a9(0x196)],_0x4566e3[_0x1cc7a9(0x279)]]['includes'](_0x2d4a67)&&(_0x4566e3[_0x1cc7a9(0x230)](_0x4566e3['frfPB'],_0x4566e3['frfPB'])?_0x2f2154['hookAnalyticsId']=null:(this[_0x1cc7a9(0x2b6)][_0x1cc7a9(0x295)](_0x539fd3),_0x539fd3[_0x1cc7a9(0x1d6)]=this[_0x1cc7a9(0x1e3)](_0x240a89),this[_0x1cc7a9(0x1bd)](_0x240a89)));const _0x4e1594={'event_type':_0x4566e3['qLfHA'](_0x2d4a67,_0x4566e3['Lrupw'])?_0x4566e3[_0x1cc7a9(0x196)]:_0x2d4a67};_0x2d4a67['match'](/HookRun/)?_0x4566e3[_0x1cc7a9(0x1d7)](_0x4566e3[_0x1cc7a9(0x1f7)],_0x4566e3[_0x1cc7a9(0x1f7)])?this[_0x1cc7a9(0x21e)]=_0x38cfbe['root']:(_0x539fd3[_0x4566e3[_0x1cc7a9(0x186)]]=HOOK_TYPES_MAP[_0x539fd3[_0x4566e3[_0x1cc7a9(0x186)]]],_0x4e1594[_0x4566e3[_0x1cc7a9(0x2f0)]]=_0x539fd3):_0x4566e3[_0x1cc7a9(0x22c)](_0x4566e3[_0x1cc7a9(0x17d)],_0x4566e3[_0x1cc7a9(0x1c3)])?_0x4e1594[_0x4566e3[_0x1cc7a9(0x1b0)]]=_0x539fd3:(_0x1db660[_0x4566e3[_0x1cc7a9(0x1b0)]][_0x4566e3['TnPrU']]=_0x4566e3[_0x1cc7a9(0x288)],_0x3d9368[_0x4566e3[_0x1cc7a9(0x1b0)]][_0x4566e3[_0x1cc7a9(0x223)]]=null,_0x196860[_0x4566e3['ZNwJl']][_0x4566e3[_0x1cc7a9(0x248)]]=null);_0x4566e3[_0x1cc7a9(0x2be)](this[_0x1cc7a9(0x232)]['length'],0x0)&&[_0x4566e3['CRcdY'],_0x4566e3[_0x1cc7a9(0x279)]][_0x1cc7a9(0x276)](_0x2d4a67)&&(_0x4566e3[_0x1cc7a9(0x22c)](_0x4566e3[_0x1cc7a9(0x27d)],_0x4566e3[_0x1cc7a9(0x27d)])?_0x3c7b93[_0x1cc7a9(0x243)]=_0xd5625:(this[_0x1cc7a9(0x232)]['forEach'](async _0x8b1480=>{const _0x4b25d1=_0x1cc7a9;if(_0x4566e3[_0x4b25d1(0x2e8)](_0x4566e3['TdyYj'],_0x4566e3[_0x4b25d1(0x1d5)])){const _0xbf1470=_0x4566e3[_0x4b25d1(0x27f)]['split']('|');let _0x23097e=0x0;while(!![]){switch(_0xbf1470[_0x23097e++]){case'0':_0x8b1480[_0x4566e3[_0x4b25d1(0x2f0)]][_0x4566e3[_0x4b25d1(0x208)]]=_0x4e1594[_0x4566e3[_0x4b25d1(0x1b0)]][_0x4566e3[_0x4b25d1(0x208)]];continue;case'1':_0x8b1480[_0x4566e3['CfPVu']][_0x4566e3[_0x4b25d1(0x248)]]=_0x4e1594[_0x4566e3[_0x4b25d1(0x1b0)]][_0x4566e3[_0x4b25d1(0x248)]];continue;case'2':_0x8b1480[_0x4566e3[_0x4b25d1(0x2f0)]][_0x4566e3[_0x4b25d1(0x223)]]=_0x4e1594[_0x4566e3[_0x4b25d1(0x1b0)]][_0x4566e3[_0x4b25d1(0x223)]];continue;case'3':await SessionHandler['uploadEventData'](_0x8b1480);continue;case'4':_0x8b1480[_0x4566e3['CfPVu']][_0x4566e3['XRlTD']]=_0x4e1594[_0x4566e3[_0x4b25d1(0x1b0)]][_0x4566e3[_0x4b25d1(0x2a8)]];continue;}break;}}else _0x4b8122=[];}),this[_0x1cc7a9(0x232)]=[]));if(_0x4566e3['yjIoD'](this[_0x1cc7a9(0x2ae)],_0x240a89[_0x1cc7a9(0x1da)])){if(_0x4566e3[_0x1cc7a9(0x1b8)](_0x4566e3[_0x1cc7a9(0x256)],_0x4566e3[_0x1cc7a9(0x250)])){this[_0x1cc7a9(0x232)][_0x1cc7a9(0x295)](_0x4e1594);return;}else _0xea8470['push'](_0x269026[_0x1cc7a9(0x21f)]);}if(_0x4566e3[_0x1cc7a9(0x1d1)](this['hook_failure'],_0x4566e3[_0x1cc7a9(0x25e)])&&_0x4e1594[_0x4566e3[_0x1cc7a9(0x1b0)]]){if(_0x4566e3['LcCCX'](_0x4566e3[_0x1cc7a9(0x1a3)],_0x4566e3[_0x1cc7a9(0x2f7)])){const _0x357b38=[];if(_0x32aafe&&_0x5d2b44['parent']){let _0x23584f=_0x1868ce[_0x1cc7a9(0x218)];while(_0x23584f&&_0x23584f['name']&&_0x4566e3[_0x1cc7a9(0x210)](_0x23584f[_0x1cc7a9(0x1eb)],'')){_0x357b38['push'](_0x23584f['name']),_0x23584f=_0x23584f['name'];}}return _0x357b38[_0x1cc7a9(0x27c)](),_0x357b38;}else _0x4e1594[_0x4566e3[_0x1cc7a9(0x1b0)]][_0x4566e3[_0x1cc7a9(0x208)]]=_0x4566e3[_0x1cc7a9(0x288)],_0x4e1594[_0x4566e3[_0x1cc7a9(0x1b0)]][_0x4566e3[_0x1cc7a9(0x223)]]=null,_0x4e1594[_0x4566e3[_0x1cc7a9(0x1b0)]][_0x4566e3[_0x1cc7a9(0x248)]]=null;}await SessionHandler['uploadEventData'](_0x4e1594);}}catch(_0x321d51){_0x4566e3[_0x1cc7a9(0x270)](_0x4566e3[_0x1cc7a9(0x2e4)],_0x4566e3[_0x1cc7a9(0x211)])?_0x4566e3[_0x1cc7a9(0x2da)](debug,_0x1cc7a9(0x285)+_0x2d4a67+_0x1cc7a9(0x245)+_0x321d51):_0x2aa05c[_0x1cc7a9(0x1ac)]=_0x4566e3[_0x1cc7a9(0x294)];}};[a16_0x38b072(0x2a1)](_0x11a9c3){const _0x2e4545=a16_0x38b072,_0x3e1500={};_0x3e1500['YiNWO']=function(_0x535691,_0x51dc87){return _0x535691!==_0x51dc87;},_0x3e1500[_0x2e4545(0x192)]=_0x2e4545(0x280),_0x3e1500['fwgJW']=_0x2e4545(0x2bc),_0x3e1500[_0x2e4545(0x2fa)]=_0x2e4545(0x29a),_0x3e1500[_0x2e4545(0x213)]=function(_0x42571f,_0x2ee7de){return _0x42571f==_0x2ee7de;},_0x3e1500['UKBHq']=function(_0x4fb5c2,_0x1a9b65){return _0x4fb5c2===_0x1a9b65;},_0x3e1500['MPGDR']=_0x2e4545(0x2c3),_0x3e1500[_0x2e4545(0x246)]='WdyjA',_0x3e1500[_0x2e4545(0x17f)]='aknzi',_0x3e1500[_0x2e4545(0x2bf)]=_0x2e4545(0x2e6),_0x3e1500[_0x2e4545(0x262)]='config',_0x3e1500[_0x2e4545(0x268)]=_0x2e4545(0x24c),_0x3e1500['xkwjE']=_0x2e4545(0x1c7);const _0x5573a0=_0x3e1500,_0x5a23dd=path['sep'];if(_0x5573a0['MqTYS'](_0x11a9c3,null)||_0x5573a0['UKBHq'](_0x11a9c3,'')||_0x5573a0[_0x2e4545(0x1ae)](_0x11a9c3,_0x5a23dd)){if(_0x5573a0[_0x2e4545(0x1ae)](_0x5573a0[_0x2e4545(0x2d9)],_0x5573a0['vlUSZ'])){if(_0x5573a0['YiNWO'](_0x54ecd6[_0x2e4545(0x1da)],_0x5573a0[_0x2e4545(0x192)]))return'\x22'+_0x3f7795[_0x2e4545(0x1da)]+_0x2e4545(0x266)+(_0xbf5a9c[_0x2e4545(0x218)]&&_0x1dae97[_0x2e4545(0x218)][_0x2e4545(0x1eb)])+'\x22';return _0x4bec83[_0x2e4545(0x1eb)];}else return null;}try{if(_0x5573a0[_0x2e4545(0x1ae)](_0x5573a0[_0x2e4545(0x17f)],_0x5573a0[_0x2e4545(0x17f)]))return fs['statSync'](path[_0x2e4545(0x2d0)](_0x11a9c3,_0x5573a0['tYPVB'],_0x5573a0[_0x2e4545(0x262)])),_0x11a9c3;else _0x841d30=this[_0x2e4545(0x1a0)](_0x2e3639);}catch(_0x105bfa){if(_0x5573a0[_0x2e4545(0x2ac)](_0x5573a0[_0x2e4545(0x268)],_0x5573a0[_0x2e4545(0x23c)])){const _0x4fba1a=path[_0x2e4545(0x2b5)](_0x11a9c3);return this['findGitConfig'](_0x4fba1a);}else[_0x5573a0[_0x2e4545(0x2e2)],_0x5573a0['ZselL']][_0x2e4545(0x276)](_0x4b71fd[_0x2e4545(0x1da)])&&_0x5c6b41[_0x2e4545(0x21f)]&&(_0x229b2a[_0x2e4545(0x21f)]=null);}}[a16_0x38b072(0x2a3)]=async _0x52cb47=>{const _0x268d44=a16_0x38b072,_0xd6e67f={'cRLCX':function(_0x3b1d76,_0xab3e66){return _0x3b1d76===_0xab3e66;},'dETjT':'HookRunFinished','nAvkG':function(_0x1def42,_0x195adc){return _0x1def42!==_0x195adc;},'fRtDX':_0x268d44(0x184),'stkHZ':_0x268d44(0x2b1),'MLyHb':function(_0x1d4fb5,_0x40154b){return _0x1d4fb5===_0x40154b;},'kQiwt':_0x268d44(0x1fc),'LPppw':'FzqIW','eRBGz':function(_0x54a78c,_0x30663c){return _0x54a78c!==_0x30663c;},'FeCmD':_0x268d44(0x1cd),'RdIqy':_0x268d44(0x191),'XHKwU':function(_0x26f1cd,_0xf5488d){return _0x26f1cd===_0xf5488d;},'XXhdx':'QePyM','KEOXS':_0x268d44(0x249),'AjUnI':_0x268d44(0x2ef),'DaImu':'JHaGy','kOQSi':function(_0x38c8d1,_0x3a5df5){return _0x38c8d1(_0x3a5df5);}},_0x21d73e=TestDetails[_0x268d44(0x19a)](process['pid']+':hookAnalyticsId'),_0xc6c783=TestDetails[_0x268d44(0x19a)](process[_0x268d44(0x254)]+_0x268d44(0x1e6));try{if(_0xd6e67f[_0x268d44(0x209)](_0xd6e67f[_0x268d44(0x20f)],_0xd6e67f[_0x268d44(0x2a6)]))return'\x22'+_0x5306b8[_0x268d44(0x1da)]+_0x268d44(0x266)+(_0x178af6[_0x268d44(0x218)]&&_0x1c20cc[_0x268d44(0x218)][_0x268d44(0x1eb)])+'\x22';else{(_0x21d73e||this[_0x268d44(0x1e5)]&&!this['current_hook'][_0x268d44(0x221)])&&(_0xd6e67f[_0x268d44(0x2e7)](_0xd6e67f['FeCmD'],_0xd6e67f[_0x268d44(0x277)])?_0x3e320a[_0x268d44(0x17c)]=_0x15aba0:_0x52cb47[_0x268d44(0x17c)]=_0x21d73e);if(!_0x52cb47['hook_run_uuid']&&_0xc6c783){if(_0xd6e67f['eRBGz'](_0xd6e67f[_0x268d44(0x28d)],_0xd6e67f[_0x268d44(0x28d)]))return[];else _0x52cb47[_0x268d44(0x243)]=_0xc6c783;}if(_0x52cb47[_0x268d44(0x17c)]||_0x52cb47[_0x268d44(0x243)]){if(_0xd6e67f[_0x268d44(0x22b)](_0xd6e67f['XXhdx'],_0xd6e67f['XXhdx'])){const _0x56e606={};_0x56e606['event_type']=_0xd6e67f[_0x268d44(0x1d3)],_0x56e606['logs']=[_0x52cb47],await SessionHandler[_0x268d44(0x2b3)](_0x56e606);}else[_0x131136[_0x268d44(0x1a5)],_0x62d7d5[_0x268d44(0x1eb)]]=[_0x49ff3c['type'],this[_0x268d44(0x205)](_0x4c4d0d)],_0xd6e67f[_0x268d44(0x2d7)](_0x37c736,_0xd6e67f[_0x268d44(0x2d3)])&&(_0xd6e67f['nAvkG'](_0x1a72e9[_0x268d44(0x1ac)],_0xd6e67f[_0x268d44(0x259)])&&(_0x643e6c[_0x268d44(0x1ac)]=_0xd6e67f[_0x268d44(0x1e2)]));}}}catch(_0x4a17a3){if(_0xd6e67f['eRBGz'](_0xd6e67f[_0x268d44(0x2ab)],_0xd6e67f[_0x268d44(0x2c9)]))_0xd6e67f[_0x268d44(0x247)](debug,_0x268d44(0x190)+_0x4a17a3);else{const _0x32bd9b=_0x8ad39a['dirname'](_0x1fa2c0);return this[_0x268d44(0x2a1)](_0x32bd9b);}}};[a16_0x38b072(0x260)]=async _0x5c7ef3=>{const _0x4eef07=a16_0x38b072,_0x4ba551={'qJGsq':'passed','NIFXq':'pending','XVypj':_0x4eef07(0x184),'LkdWT':function(_0xa8d5c8,_0x24f3a2){return _0xa8d5c8!==_0x24f3a2;},'bNiFX':_0x4eef07(0x1f9),'HpPSz':_0x4eef07(0x1ad),'KGOSM':_0x4eef07(0x27a),'NSgcN':_0x4eef07(0x1f4),'xTIGJ':function(_0x4f58fe,_0x3c337d){return _0x4f58fe===_0x3c337d;},'mTnJJ':_0x4eef07(0x2de),'rWMNe':function(_0x2b9446,_0x4979c0){return _0x2b9446(_0x4979c0);}};try{if(_0x4ba551[_0x4eef07(0x20b)](_0x4ba551[_0x4eef07(0x2af)],_0x4ba551[_0x4eef07(0x2e5)])){const _0xa3d31d={'uuid':_0x5c7ef3[_0x4eef07(0x283)]||TestDetails[_0x4eef07(0x19a)](process[_0x4eef07(0x254)]+_0x4eef07(0x1e6)),'integrations':_0x5c7ef3[_0x4ba551['KGOSM']]},_0x371024={};_0x371024[_0x4eef07(0x1b5)]=_0x4ba551['NSgcN'],_0x371024['test_run']=_0xa3d31d,await SessionHandler[_0x4eef07(0x2b3)](_0x371024);}else{const _0x42e6c7={};return _0x42e6c7[_0x2271fc]=_0x4ba551[_0x4eef07(0x201)],_0x42e6c7[_0x4a0e70]=_0x4ba551[_0x4eef07(0x271)],_0x42e6c7[_0x5a6f66]=_0x4ba551[_0x4eef07(0x20c)],_0x42e6c7[_0x546737];}}catch(_0xbfc32a){if(_0x4ba551[_0x4eef07(0x2a2)](_0x4ba551['mTnJJ'],_0x4ba551['mTnJJ']))_0x4ba551['rWMNe'](debug,_0x4eef07(0x1c8)+_0xbfc32a);else return null;}};async[a16_0x38b072(0x2d1)](){const _0x5d18d4=a16_0x38b072,_0xcf93ee={'XdSxF':function(_0x5ac6bd,_0x26d4d7){return _0x5ac6bd(_0x26d4d7);},'NzrRP':function(_0x17aec5,_0x57e35d){return _0x17aec5===_0x57e35d;},'GHDaH':_0x5d18d4(0x234),'FoTge':_0x5d18d4(0x1ff),'VdcLS':function(_0x4be5e2){return _0x4be5e2();},'CElpB':function(_0x2f32c8,_0x2925be){return _0x2f32c8!==_0x2925be;},'hiTHH':_0x5d18d4(0x2f2)};if(this[_0x5d18d4(0x20d)]){if(_0xcf93ee[_0x5d18d4(0x240)](_0xcf93ee[_0x5d18d4(0x292)],_0xcf93ee[_0x5d18d4(0x1df)]))_0xcf93ee[_0x5d18d4(0x2c2)](_0x1a9ca1,_0x5d18d4(0x285)+_0x13a264+_0x5d18d4(0x245)+_0x21057c);else return this['_gitConfigPath'];}const _0x1d9a61=await _0xcf93ee[_0x5d18d4(0x269)](getGitMetaData);_0x1d9a61&&(_0xcf93ee[_0x5d18d4(0x202)](_0xcf93ee[_0x5d18d4(0x1b6)],_0xcf93ee[_0x5d18d4(0x1b6)])?_0x381727[_0x5d18d4(0x21f)]&&_0x28e592[_0x5d18d4(0x295)](_0x3a3335[_0x5d18d4(0x21f)]):this[_0x5d18d4(0x21e)]=_0x1d9a61['root']),this[_0x5d18d4(0x20d)]=!![];}[a16_0x38b072(0x231)](_0x4e6560){const _0x485507=a16_0x38b072,_0x5f39a0={};_0x5f39a0[_0x485507(0x2cb)]='passed',_0x5f39a0[_0x485507(0x24a)]=_0x485507(0x29d),_0x5f39a0[_0x485507(0x27b)]='failed';const _0x4469c4=_0x5f39a0,_0x1f1385={};return _0x1f1385[STATE_PASSED]=_0x4469c4[_0x485507(0x2cb)],_0x1f1385[STATE_PENDING]=_0x4469c4['HupDS'],_0x1f1385[STATE_FAILED]=_0x4469c4[_0x485507(0x27b)],_0x1f1385[_0x4e6560];}[a16_0x38b072(0x258)](_0x33da60){const _0x52697f=a16_0x38b072,_0xb58b42={};_0xb58b42[_0x52697f(0x2a7)]=function(_0x4e9729,_0x3dcc66){return _0x4e9729===_0x3dcc66;},_0xb58b42[_0x52697f(0x2ce)]=_0x52697f(0x23f),_0xb58b42[_0x52697f(0x23b)]=function(_0x4dd86e,_0x445c14){return _0x4dd86e!==_0x445c14;},_0xb58b42[_0x52697f(0x2ca)]=function(_0x941b1a,_0x1f6945){return _0x941b1a===_0x1f6945;},_0xb58b42[_0x52697f(0x1b7)]=_0x52697f(0x1d9);const _0x58de8f=_0xb58b42,_0x2508e6=[];if(_0x33da60&&_0x33da60[_0x52697f(0x218)]){if(_0x58de8f[_0x52697f(0x2a7)](_0x58de8f[_0x52697f(0x2ce)],_0x58de8f[_0x52697f(0x2ce)])){let _0x326fc7=_0x33da60['parent'];while(_0x326fc7&&_0x326fc7[_0x52697f(0x1eb)]&&_0x58de8f['BXrgr'](_0x326fc7[_0x52697f(0x1eb)],'')){if(_0x58de8f[_0x52697f(0x2ca)](_0x58de8f['SBGcp'],_0x58de8f[_0x52697f(0x1b7)]))_0x2508e6[_0x52697f(0x295)](_0x326fc7[_0x52697f(0x1eb)]),_0x326fc7=_0x326fc7['name'];else return;}}else return;}return _0x2508e6['reverse'](),_0x2508e6;}[a16_0x38b072(0x1a0)]=_0x46dd22=>{const _0x5ddda9=a16_0x38b072,_0x497467={'iWafA':function(_0x6a0ea0,_0x429f40){return _0x6a0ea0(_0x429f40);},'XFooW':function(_0x21cd8c,_0x84f66b){return _0x21cd8c!==_0x84f66b;},'SwEKK':function(_0x348ea0,_0x272fa9){return _0x348ea0===_0x272fa9;},'Spmmn':_0x5ddda9(0x1be),'jTNtI':'YCIof','jnEKg':_0x5ddda9(0x24d)};if(_0x46dd22['asyncError']){if(_0x497467[_0x5ddda9(0x290)](_0x497467['Spmmn'],_0x497467[_0x5ddda9(0x2f4)])){const _0x1c0ae3=stackTrace['parse'][_0x5ddda9(0x2e0)](stackTrace,_0x46dd22[_0x5ddda9(0x212)]);return _0x1c0ae3[0x0]['getFileName']();}else _0x497467[_0x5ddda9(0x242)](_0x57a86e,_0x5ddda9(0x190)+_0x39a5bd);}if(_0x46dd22[_0x5ddda9(0x2a5)]){if(_0x497467[_0x5ddda9(0x290)](_0x497467[_0x5ddda9(0x2bd)],_0x497467[_0x5ddda9(0x17e)])){let _0x3fcd93=_0x2fc65f[_0x5ddda9(0x218)];while(_0x3fcd93&&_0x3fcd93['name']&&_0x497467[_0x5ddda9(0x1c6)](_0x3fcd93[_0x5ddda9(0x1eb)],'')){_0x388bd8[_0x5ddda9(0x295)](_0x3fcd93[_0x5ddda9(0x1eb)]),_0x3fcd93=_0x3fcd93[_0x5ddda9(0x1eb)];}}else return _0x46dd22['file'];}return null;};[a16_0x38b072(0x2df)]=_0x3efb0a=>{const _0x4ff1d7=a16_0x38b072,_0x14406b={};_0x14406b[_0x4ff1d7(0x18a)]='test',_0x14406b['ajWoF']=_0x4ff1d7(0x297),_0x14406b['reEZY']=_0x4ff1d7(0x236),_0x14406b[_0x4ff1d7(0x207)]=function(_0x4bf10f,_0x517fd2){return _0x4bf10f!==_0x517fd2;},_0x14406b[_0x4ff1d7(0x29f)]='XnnHy',_0x14406b[_0x4ff1d7(0x21a)]=_0x4ff1d7(0x1f6),_0x14406b['hqKbm']=function(_0x3a16ea,_0x2efba7){return _0x3a16ea!==_0x2efba7;},_0x14406b[_0x4ff1d7(0x1fb)]=_0x4ff1d7(0x2d5),_0x14406b[_0x4ff1d7(0x2cf)]='OSGIn',_0x14406b[_0x4ff1d7(0x289)]=function(_0x20db2b,_0x52341a){return _0x20db2b===_0x52341a;},_0x14406b[_0x4ff1d7(0x185)]=_0x4ff1d7(0x29e),_0x14406b[_0x4ff1d7(0x286)]=_0x4ff1d7(0x229);const _0x7a6d17=_0x14406b;if(!_0x3efb0a||!_0x3efb0a[_0x4ff1d7(0x218)]){if(_0x7a6d17['cFlpA'](_0x7a6d17[_0x4ff1d7(0x185)],_0x7a6d17[_0x4ff1d7(0x286)]))_0x3b63f1=[_0x31c5bc[_0x4ff1d7(0x22a)],_0x7a6d17[_0x4ff1d7(0x18a)]];else return;}_0x3efb0a[_0x4ff1d7(0x218)][_0x4ff1d7(0x1d6)][_0x4ff1d7(0x235)](_0x2c3d4d=>{const _0x79225b=_0x4ff1d7;_0x7a6d17[_0x79225b(0x207)](_0x7a6d17[_0x79225b(0x29f)],_0x7a6d17[_0x79225b(0x21a)])?!_0x2c3d4d[_0x79225b(0x21f)]&&(_0x7a6d17[_0x79225b(0x2e9)](_0x7a6d17[_0x79225b(0x1fb)],_0x7a6d17['MrtPf'])?_0x2c3d4d[_0x79225b(0x21f)]=TestDetails['setTestUUID'](process[_0x79225b(0x254)]+_0x79225b(0x299)):_0x29eda3[_0x7a6d17['ajWoF']]=_0x402c20[_0x7a6d17['reEZY']]):(_0x175c7c['push'](_0x413cc7[_0x79225b(0x1eb)]),_0x231d11=_0x2cf823[_0x79225b(0x1eb)]);}),this[_0x4ff1d7(0x2df)](_0x3efb0a[_0x4ff1d7(0x218)]);};[a16_0x38b072(0x1bd)]=_0x58626d=>{const _0x543299=a16_0x38b072,_0x44bf66={};_0x44bf66[_0x543299(0x1d8)]=function(_0x1a13d7,_0x51b1b0){return _0x1a13d7==_0x51b1b0;},_0x44bf66[_0x543299(0x2b0)]=function(_0x500096,_0x1d953c){return _0x500096===_0x1d953c;},_0x44bf66[_0x543299(0x281)]='.git',_0x44bf66[_0x543299(0x1c1)]=_0x543299(0x2c1),_0x44bf66[_0x543299(0x29b)]=_0x543299(0x253),_0x44bf66[_0x543299(0x1dc)]=function(_0x5a9d0b,_0x5c0a59){return _0x5a9d0b!==_0x5c0a59;},_0x44bf66[_0x543299(0x194)]=_0x543299(0x1a8),_0x44bf66['hqRTN']='beforeEach',_0x44bf66[_0x543299(0x22e)]=_0x543299(0x29a),_0x44bf66[_0x543299(0x272)]=_0x543299(0x28c),_0x44bf66['yXlbW']=function(_0x30c83c,_0x4d6f57){return _0x30c83c===_0x4d6f57;},_0x44bf66[_0x543299(0x1a1)]=_0x543299(0x203),_0x44bf66[_0x543299(0x2c8)]=_0x543299(0x1de);const _0x4acc66=_0x44bf66;if(!_0x58626d||!_0x58626d[_0x543299(0x218)]){if(_0x4acc66[_0x543299(0x237)](_0x4acc66[_0x543299(0x1a1)],_0x4acc66['WNPnO'])){const _0x3e1eb1=_0x34c78d[_0x543299(0x28f)][_0x543299(0x2e0)](_0x8caa01,_0x17629a[_0x543299(0x212)]);return _0x3e1eb1[0x0][_0x543299(0x1a4)]();}else return;}_0x58626d[_0x543299(0x218)][_0x543299(0x1d6)][_0x543299(0x235)](_0x3c72dc=>{const _0x168cd9=_0x543299,_0x1e9340={'ZevfY':function(_0x109a6d,_0x5dda53){const _0x5f5286=a16_0x315b;return _0x4acc66[_0x5f5286(0x1d8)](_0x109a6d,_0x5dda53);},'qymYL':function(_0x3f56f4,_0x917057){return _0x4acc66['PpxXj'](_0x3f56f4,_0x917057);},'EuSOL':function(_0x42b992,_0x2e0d72){const _0x4c3e15=a16_0x315b;return _0x4acc66[_0x4c3e15(0x2b0)](_0x42b992,_0x2e0d72);},'fScwt':_0x4acc66['EKxaX'],'opfTR':_0x4acc66[_0x168cd9(0x1c1)],'BOpyw':_0x4acc66[_0x168cd9(0x29b)]};if(_0x4acc66['bWqeG'](_0x4acc66[_0x168cd9(0x194)],_0x4acc66[_0x168cd9(0x194)])){const _0xa81e0f=_0x10533e[_0x168cd9(0x2ba)];if(_0x1e9340[_0x168cd9(0x293)](_0x2d1622,null)||_0x1e9340[_0x168cd9(0x19f)](_0x2db8e7,'')||_0x1e9340['EuSOL'](_0x5edadd,_0xa81e0f))return null;try{return _0xd65a8c[_0x168cd9(0x1cc)](_0x5e9d7e[_0x168cd9(0x2d0)](_0x2e39ae,_0x1e9340[_0x168cd9(0x233)],_0x1e9340[_0x168cd9(0x2dc)])),_0x516087;}catch(_0x4e6e9f){const _0x345fe4=_0x152356[_0x168cd9(0x2b5)](_0x333c05);return this[_0x168cd9(0x2a1)](_0x345fe4);}}else[_0x4acc66[_0x168cd9(0x18e)],_0x4acc66['sXfDa']]['includes'](_0x3c72dc[_0x168cd9(0x1da)])&&_0x3c72dc[_0x168cd9(0x21f)]&&(_0x4acc66[_0x168cd9(0x1dc)](_0x4acc66[_0x168cd9(0x272)],_0x4acc66[_0x168cd9(0x272)])?_0x286591=[_0x4efe9a,_0x1e9340[_0x168cd9(0x181)]]:_0x3c72dc[_0x168cd9(0x21f)]=null);}),this[_0x543299(0x2df)](_0x58626d[_0x543299(0x218)]);};['getHooksForTest']=_0xc14f50=>{const _0x2d1574=a16_0x38b072,_0x4580a3={};_0x4580a3[_0x2d1574(0x1ec)]=function(_0x57a855,_0x27e3ce){return _0x57a855!==_0x27e3ce;},_0x4580a3['YNYOY']='failed',_0x4580a3['DnGmm']=_0x2d1574(0x2b1),_0x4580a3[_0x2d1574(0x1bf)]=function(_0x25e00a,_0x39cf89){return _0x25e00a===_0x39cf89;},_0x4580a3['viQoY']='ZKyfI',_0x4580a3[_0x2d1574(0x215)]='BHVjA',_0x4580a3[_0x2d1574(0x21b)]=function(_0x1bb0a3,_0x5a8c97){return _0x1bb0a3!==_0x5a8c97;},_0x4580a3[_0x2d1574(0x2f9)]='jwwcK',_0x4580a3[_0x2d1574(0x206)]=function(_0x5d3ae4,_0x1e6560){return _0x5d3ae4===_0x1e6560;},_0x4580a3[_0x2d1574(0x187)]=_0x2d1574(0x228);const _0x4cecd5=_0x4580a3;if(!_0xc14f50||!_0xc14f50['parent']){if(_0x4cecd5[_0x2d1574(0x206)](_0x4cecd5[_0x2d1574(0x187)],_0x4cecd5[_0x2d1574(0x187)]))return[];else return;}const _0x5576d8=[];return _0xc14f50['parent'][_0x2d1574(0x1d6)]['forEach'](_0x549a02=>{const _0x262600=_0x2d1574,_0x4557f4={'HepBg':function(_0x385483,_0x1bc43b){const _0x229a04=a16_0x315b;return _0x4cecd5[_0x229a04(0x1ec)](_0x385483,_0x1bc43b);},'kssIn':_0x4cecd5[_0x262600(0x26b)],'UBEbX':_0x4cecd5[_0x262600(0x1b3)]};_0x4cecd5['sSWJL'](_0x4cecd5[_0x262600(0x1a2)],_0x4cecd5[_0x262600(0x215)])?_0x4557f4['HepBg'](_0x3cf067[_0x262600(0x1ac)],_0x4557f4['kssIn'])&&(_0x17eb96[_0x262600(0x1ac)]=_0x4557f4['UBEbX']):_0x549a02[_0x262600(0x21f)]&&(_0x4cecd5[_0x262600(0x21b)](_0x4cecd5['FUDeR'],_0x4cecd5[_0x262600(0x2f9)])?_0x49585e[_0x262600(0x21f)]=_0x6c8d14[_0x262600(0x298)](_0x324921[_0x262600(0x254)]+_0x262600(0x299)):_0x5576d8[_0x262600(0x295)](_0x549a02[_0x262600(0x21f)]));}),[..._0x5576d8,...this['getHooksForTest'](_0xc14f50[_0x2d1574(0x218)])];};},['getTestEnv',a16_0x38b072(0x24f),a16_0x38b072(0x24e),a16_0x38b072(0x205),a16_0x38b072(0x267),a16_0x38b072(0x2a1),a16_0x38b072(0x2a3),a16_0x38b072(0x260),a16_0x38b072(0x231),a16_0x38b072(0x258),'getRootParentFile',a16_0x38b072(0x2df),'resetTestHooks',a16_0x38b072(0x1e3),'configureGit']);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a17_0x48627e=a17_0x7b27;(function(_0x54527e,_0xb99c12){const _0x3635d4=a17_0x7b27,_0x286657=_0x54527e();while(!![]){try{const _0x25c488=-parseInt(_0x3635d4(0x1fe))/0x1+-parseInt(_0x3635d4(0x1f2))/0x2+parseInt(_0x3635d4(0x1f6))/0x3+parseInt(_0x3635d4(0x21c))/0x4*(parseInt(_0x3635d4(0x1f3))/0x5)+parseInt(_0x3635d4(0x1ff))/0x6+parseInt(_0x3635d4(0x1f1))/0x7*(-parseInt(_0x3635d4(0x1f4))/0x8)+parseInt(_0x3635d4(0x217))/0x9*(-parseInt(_0x3635d4(0x211))/0xa);if(_0x25c488===_0xb99c12)break;else _0x286657['push'](_0x286657['shift']());}catch(_0x2c32cd){_0x286657['push'](_0x286657['shift']());}}}(a17_0x5f1b,0x8131e));const fs=require('fs'),path=require(a17_0x48627e(0x214)),{v4:uuidv4}=require('uuid'),helper=require(a17_0x48627e(0x21f));function a17_0x7b27(_0x4ddc13,_0x928a5e){const _0x5f1b90=a17_0x5f1b();return a17_0x7b27=function(_0x7b2767,_0x3f3624){_0x7b2767=_0x7b2767-0x1f0;let _0x170395=_0x5f1b90[_0x7b2767];return _0x170395;},a17_0x7b27(_0x4ddc13,_0x928a5e);}class TestDetails{static ['tests']={};static [a17_0x48627e(0x205)]=path[a17_0x48627e(0x219)](helper[a17_0x48627e(0x21e)](),a17_0x48627e(0x206),a17_0x48627e(0x1fc)+process['env'][a17_0x48627e(0x208)]);static[a17_0x48627e(0x220)](){const _0x2c16cc=a17_0x48627e,_0x3b10b2={};_0x3b10b2[_0x2c16cc(0x213)]=_0x2c16cc(0x206);const _0xd6db53=_0x3b10b2;this['dirPath']=path['join'](helper['homedir'](),_0xd6db53[_0x2c16cc(0x213)],_0x2c16cc(0x1fc)+process[_0x2c16cc(0x200)][_0x2c16cc(0x208)]),this['shutdown']();const _0x1a38f3={};_0x1a38f3[_0x2c16cc(0x20d)]=!![],fs[_0x2c16cc(0x1fb)](this[_0x2c16cc(0x205)],_0x1a38f3);}static[a17_0x48627e(0x209)](_0x8f6145){const _0x3aa0ca=a17_0x48627e,_0x1b7fef={};_0x1b7fef[_0x3aa0ca(0x215)]=function(_0x2132da,_0xe2e188){return _0x2132da+_0xe2e188;},_0x1b7fef[_0x3aa0ca(0x1f0)]=_0x3aa0ca(0x21d);const _0x17da51=_0x1b7fef;return path[_0x3aa0ca(0x219)](this['dirPath'],_0x17da51[_0x3aa0ca(0x215)](_0x8f6145,_0x17da51[_0x3aa0ca(0x1f0)]));}static[a17_0x48627e(0x1f7)](_0x4eaf19){const _0x126e7b=a17_0x48627e,_0x214c75={};_0x214c75['ntLwP']=function(_0x142a2c,_0xac97d1){return _0x142a2c+_0xac97d1;},_0x214c75[_0x126e7b(0x1fa)]=function(_0x4917f6,_0x38f547){return _0x4917f6+_0x38f547;};const _0x46de67=_0x214c75;return _0x46de67[_0x126e7b(0x20e)](_0x46de67['ntLwP'](_0x46de67[_0x126e7b(0x20e)](_0x46de67[_0x126e7b(0x1fa)](_0x4eaf19['_test'][_0x126e7b(0x204)],'-'),_0x4eaf19[_0x126e7b(0x207)]['id']),'-'),_0x4eaf19[_0x126e7b(0x202)]);}static['getTestUUID'](_0x3999f0){const _0x5f24e=a17_0x48627e,_0x13cefe={};_0x13cefe[_0x5f24e(0x216)]=function(_0x5b426c,_0x1ada92){return _0x5b426c!==_0x1ada92;},_0x13cefe[_0x5f24e(0x20b)]=_0x5f24e(0x203);const _0x4b2c58=_0x13cefe,_0x5d7d9a=this[_0x5f24e(0x209)](_0x3999f0);if(fs[_0x5f24e(0x1f5)](_0x5d7d9a)){if(_0x4b2c58['xJhxJ'](_0x4b2c58[_0x5f24e(0x20b)],_0x4b2c58['frtiy'])){const _0x49e033=this['getFilePath'](_0x368127);_0x1d8254[_0x5f24e(0x1f5)](_0x49e033)&&_0x1dfaaa[_0x5f24e(0x20f)](_0x49e033);}else{const _0x1ed1e7=JSON['parse'](fs[_0x5f24e(0x21b)](_0x5d7d9a)[_0x5f24e(0x218)]());return this['tests'][_0x3999f0]=_0x1ed1e7,this[_0x5f24e(0x20c)][_0x3999f0][_0x5f24e(0x1f9)];}}}static[a17_0x48627e(0x212)](_0x4ca494){const _0x5b595e=a17_0x48627e,_0x269edb={'EHLMo':function(_0x290bd9){return _0x290bd9();}},_0x4b625e=this[_0x5b595e(0x209)](_0x4ca494);return this[_0x5b595e(0x20c)][_0x4ca494]={'uuid':_0x269edb[_0x5b595e(0x201)](uuidv4)},fs['writeFileSync'](_0x4b625e,JSON[_0x5b595e(0x1f8)](this['tests'][_0x4ca494])),this[_0x5b595e(0x20c)][_0x4ca494][_0x5b595e(0x1f9)];}static['removeTestUUID'](_0x454332){const _0x58de33=a17_0x48627e,_0x1a2a08=this[_0x58de33(0x209)](_0x454332);fs[_0x58de33(0x1f5)](_0x1a2a08)&&fs[_0x58de33(0x20f)](_0x1a2a08);}static[a17_0x48627e(0x210)](){const _0x3b8274=a17_0x48627e,_0x4a203d={};_0x4a203d['recursive']=!![],_0x4a203d[_0x3b8274(0x20a)]=!![],fs[_0x3b8274(0x21a)](this['dirPath'],_0x4a203d);}}function a17_0x5f1b(){const _0x47b26c=['1589UIfoNz','381562XeRSph','2313125gymklh','13448iVwQMp','existsSync','875946mglFBE','getTestRunIdFromTestInfo','stringify','uuid','GEwkW','mkdirSync','jest-o11y-','exports','147441NCEUPa','5376792hQXucR','env','EHLMo','retry','ITOpL','_projectId','dirPath','.browserstack','_test','BS_TESTOPS_BUILD_HASHED_ID','getFilePath','force','frtiy','tests','recursive','ntLwP','unlinkSync','shutdown','10iFlmjy','setTestUUID','tDcks','path','kIhjg','xJhxJ','7779357urjOZr','toString','join','rmSync','readFileSync','8SUcTaS','.json','homedir','../../../helpers/helper','setup','lIxWG'];a17_0x5f1b=function(){return _0x47b26c;};return a17_0x5f1b();}module[a17_0x48627e(0x1fd)]=TestDetails;
|