browserstack-node-sdk 1.31.18 → 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/templates/autoscaler-role-creation.yaml +2 -2
- package/ats/src/templates/hub-deployment.yaml +2 -0
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance-tester.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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_0x8456c8=a13_0x5a3a;(function(_0x29ba9f,_0x29b1c0){const _0x10c8e4=a13_0x5a3a,_0x2034c2=_0x29ba9f();while(!![]){try{const _0x2dc79d=-parseInt(_0x10c8e4(0x141))/0x1*(-parseInt(_0x10c8e4(0xc9))/0x2)+parseInt(_0x10c8e4(0x183))/0x3+parseInt(_0x10c8e4(0xdf))/0x4*(parseInt(_0x10c8e4(0x119))/0x5)+-parseInt(_0x10c8e4(0x17e))/0x6*(-parseInt(_0x10c8e4(0x17b))/0x7)+parseInt(_0x10c8e4(0xea))/0x8+parseInt(_0x10c8e4(0x134))/0x9*(-parseInt(_0x10c8e4(0x10b))/0xa)+parseInt(_0x10c8e4(0x166))/0xb*(-parseInt(_0x10c8e4(0x145))/0xc);if(_0x2dc79d===_0x29b1c0)break;else _0x2034c2['push'](_0x2034c2['shift']());}catch(_0x29c5e8){_0x2034c2['push'](_0x2034c2['shift']());}}}(a13_0x5f01,0xdcb3f));const {isTestObservabilitySession,sendPlatformDetails}=require(a13_0x8456c8(0x16b)),{isBrowserstackInfra,markSessionStatus}=require(a13_0x8456c8(0x13a));let __error_messages__=[];const RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler');function a13_0x5f01(){const _0x5818cb=['PETZd','ObservabilitySync:','lwqAZ','cmbuB','startMonitoring','OwzQx','cytHU','failedExpectations','bnyDj','miqTD','BLTue','174546rslXGZ','VEGER','\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','nXdMa','PJyZk','eUYPp','../../helpers/helper','info','UHAkX','zEbBq','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','nWMak','TigpY','23VcusNM','kHJSP','name','join','631704YldAoD','env','uaeMn','specStarted',':testAnalyticsId','RMzlQ','dGDZE','STbmi','ieMNv','oBmsl','TjDSF','XStYv','ckYVu','ZARTN','lCoBD','Pdahn','push','\x20|\x20','lcgEe','failed','BS_A11Y_TEST_RUN_ID','replace','TbtwP','wwtQP','gVDVH','tATXb','tqnVq','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','DydBD','debug','WdmDO','browserstackSessionName','toqHp','869VSsHcD','gzACq','VQenk','INgdn','http:','../../helpers/test-observability/utils','vyCUP','kLbWE','TDNWy','iNblx','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20','QNvVd','ylMqc','CPELQ','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','WEKzW','protocol','FmunS','WlDqk','pjXRo','ymvWw','58149NYaLHD','Qwjct','pendingUploads','1128XrmrtI','OnISF','PRBAs','MgNIw','currentTest','2012610fQfyYI','hRImF','zWlYT','chHRR','tcwNW','eyWtc','wAPIr','UdvfR','Ybial','addReporter','removeAllListeners','tsebW','getTestUUID','\x22,\x22level\x22:\x20\x22info\x22}}','ZctaT','GWJsy','vysgK','xiaXG','getState','ZKSWq','GoKRd','RyGzo','KGifF','pUKWi','119282GlmmXh','pDUZp','\x22,\x22level\x22:\x20\x22error\x22}}','undefined','OdLUB','executeScript','mAQzW','length','app','passed','FRbUA','yFBeA','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','QfUGQ','rJKpX','kyHjo','titlePath','error','errors','getEnv','WFCPz','IssdT','4AdBFmt','AEejg','YPTRs','JHiGv','log','ssMMl','winstonLogger','lTxuF','pnyQo','quitCount_','HzGMY','4699616CnPmII','oNasg','xeRVD','vQNki','sYfNw','SvViR','../../helpers/logger','isAccessibilityPlatform','fTbKX','uyiiN','IlfCm','isArray','__drivers','qRFLz','cdErr','mDIri','prfJU','message','description','../../helpers/accessibility-automation/helper','https:','pid','zJBfX','../../helpers/performance-tester','../../helpers/percy/utils','setTimeout','executeAsyncScript','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20','Failed\x20to\x20store\x20session\x20name:\x20','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','dYyBM','yyirR','RTZUi','10LLmATy','tqXfZ','tvqaZ','OTONn','qEXeI','nTuhS','jrIyp','vcyTh','getCurrentUrl','cySBR','EdIUE','snxwz','qhttn','bUfGw','4451650XhCfhQ','bJOVJ','STAds','stringify','sfbLc','getInstance','initQuit','wtHoI','efQbG','qoWrH','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','uLwAA','currentTestName','session_','wsxaH','capabilities'];a13_0x5f01=function(){return _0x5818cb;};return a13_0x5f01();}function a13_0x5a3a(_0x513acb,_0x409d38){const _0x5f0176=a13_0x5f01();return a13_0x5a3a=function(_0x5a3a08,_0xdd7029){_0x5a3a08=_0x5a3a08-0xbe;let _0x4841bb=_0x5f0176[_0x5a3a08];return _0x4841bb;},a13_0x5a3a(_0x513acb,_0x409d38);}jest[a13_0x8456c8(0x103)](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a13_0x8456c8(0xfd)),{percyAutoCapture}=require(a13_0x8456c8(0x102)),logger=require(a13_0x8456c8(0xf0))[a13_0x8456c8(0xe5)],TestDetails=require('./test-observability/test-details'),PerformanceTester=require(a13_0x8456c8(0x101));function stripUnicode(_0x428dbb){const _0x3b0825=a13_0x8456c8;return _0x428dbb[_0x3b0825(0x15a)](/\\u001b\[.*?m/g,'')['slice'](0x1,-0x1);}async function setContext(){const _0xbc0e09=a13_0x8456c8,_0x9c8aa7={'ZgcpX':function(_0x246f73,_0x3f889b){return _0x246f73>_0x3f889b;},'FRbUA':function(_0x4549b0,_0x326ba3){return _0x4549b0(_0x326ba3);},'IlfCm':function(_0x30464e,_0x16ba1d){return _0x30464e(_0x16ba1d);},'TwXUd':function(_0xfeace6,_0x37625b){return _0xfeace6<=_0x37625b;},'WdmDO':function(_0x25ff0d,_0x483683){return _0x25ff0d(_0x483683);},'rJKpX':function(_0x2f9b38){return _0x2f9b38();},'wwtQP':_0xbc0e09(0x174),'qEXeI':function(_0x48fbb3,_0x5cbcb6){return _0x48fbb3===_0x5cbcb6;},'mAQzW':_0xbc0e09(0xe9),'tvqaZ':_0xbc0e09(0x186),'Pdahn':function(_0x30c2bb,_0x4918dc){return _0x30c2bb!==_0x4918dc;},'uaeMn':_0xbc0e09(0xcc),'eyWtc':function(_0x26b82a,_0x5d09df){return _0x26b82a===_0x5d09df;},'yHzCK':_0xbc0e09(0x171),'AjXoz':_0xbc0e09(0x15f),'fTbKX':function(_0x10ac4c,_0x3af0ae){return _0x10ac4c>_0x3af0ae;},'wsxaH':function(_0x4384d0,_0x5b5527){return _0x4384d0!==_0x5b5527;},'CPELQ':_0xbc0e09(0x153),'oNasg':function(_0x1a5220,_0x1c2067){return _0x1a5220(_0x1c2067);},'LdKAp':function(_0x162dfd,_0x163d14){return _0x162dfd!==_0x163d14;},'eUYPp':_0xbc0e09(0x12f),'hRImF':_0xbc0e09(0x11b),'IssdT':function(_0x3c9cfa,_0x178223){return _0x3c9cfa!==_0x178223;},'ieMNv':_0xbc0e09(0x189),'BMEdb':_0xbc0e09(0xc2),'efQbG':function(_0x134839,_0x3a8908){return _0x134839!==_0x3a8908;},'zWlYT':_0xbc0e09(0x17a),'qhttn':function(_0x4e3357,_0x7dc365){return _0x4e3357(_0x7dc365);},'snxwz':_0xbc0e09(0x13c),'OBeGw':_0xbc0e09(0x10e),'RTZUi':function(_0x33b472,_0x411c59){return _0x33b472!==_0x411c59;},'kLbWE':'XvkFZ','bJOVJ':_0xbc0e09(0xf7),'bUfGw':_0xbc0e09(0x108)};if(!_0x9c8aa7[_0xbc0e09(0xd7)](isBrowserstackInfra)){if(_0x9c8aa7[_0xbc0e09(0x10f)](_0x9c8aa7['mAQzW'],_0x9c8aa7[_0xbc0e09(0xcf)]))return;else _0xc408a6[_0xbc0e09(0xdb)]&&_0x9c8aa7['ZgcpX'](_0x18d9c8['errors'][_0xbc0e09(0xd0)],0x0)?(_0x2b6196=!![],_0x5467ee=_0x9c8aa7[_0xbc0e09(0xd3)](_0xfcab8,_0x13f180['stringify'](_0x522671['errors'][0x0][0x0][_0xbc0e09(0xfb)]||_0xf8e75b[_0xbc0e09(0xdb)][0x0][0x0]))):_0x456b1d=_0x9c8aa7[_0xbc0e09(0xf4)](_0x3be556,_0x34bd4d['stringify'](_0x32ccb0[_0xbc0e09(0x143)]));}if(!sessionNameProvided){if(_0x9c8aa7['qEXeI'](_0x9c8aa7[_0xbc0e09(0x10d)],_0x9c8aa7['tvqaZ'])){const _0x3af1d7=expect[_0xbc0e09(0xc3)]()['currentTestName'];await __drivers[0x0][_0xbc0e09(0xce)](_0xbc0e09(0x13e)+_0x3af1d7+'\x22}}');}else _0x9c8aa7['TwXUd'](_0x3f4c18[_0xbc0e09(0x11e)]()['pendingUploads'],0x0)&&(_0x9c8aa7[_0xbc0e09(0x163)](_0x3d39de,_0x44c833),_0x9c8aa7[_0xbc0e09(0xd7)](_0x2dd454));}let _0x264f46=null,_0x559802=![];if(_0x9c8aa7[_0xbc0e09(0x154)](typeof jasmine,_0x9c8aa7[_0xbc0e09(0x147)]))_0x9c8aa7[_0xbc0e09(0x188)](_0x9c8aa7['yHzCK'],_0x9c8aa7['AjXoz'])?_0x5377f0[_0xbc0e09(0x13b)](_0x9c8aa7[_0xbc0e09(0x15c)]):jasmine[_0xbc0e09(0x182)][_0xbc0e09(0x130)]&&_0x9c8aa7[_0xbc0e09(0xf2)](jasmine['currentTest'][_0xbc0e09(0x130)][_0xbc0e09(0xd0)],0x0)?_0x9c8aa7[_0xbc0e09(0x127)](_0x9c8aa7[_0xbc0e09(0x173)],_0x9c8aa7[_0xbc0e09(0x173)])?_0xa43501[_0xbc0e09(0xe3)](_0x4ec993):(_0x559802=!![],_0x264f46=_0x9c8aa7[_0xbc0e09(0xeb)](stripUnicode,JSON[_0xbc0e09(0x11c)](jasmine[_0xbc0e09(0x182)][_0xbc0e09(0x130)][0x0][_0xbc0e09(0xfb)]))):_0x9c8aa7['LdKAp'](_0x9c8aa7[_0xbc0e09(0x139)],_0x9c8aa7[_0xbc0e09(0x184)])?_0x264f46=_0x9c8aa7[_0xbc0e09(0xeb)](stripUnicode,JSON['stringify'](jasmine['currentTest'][_0xbc0e09(0xfc)])):_0x368eb6=_0x9c8aa7[_0xbc0e09(0x163)](_0x2b28e0,_0x398bf4[_0xbc0e09(0x11c)](_0x19dd4b['currentTest'][_0xbc0e09(0xfc)]));else{if(_0x9c8aa7[_0xbc0e09(0xde)](_0x9c8aa7[_0xbc0e09(0x14d)],_0x9c8aa7['BMEdb'])){if(testContext[_0xbc0e09(0xdb)]&&_0x9c8aa7[_0xbc0e09(0xf2)](testContext[_0xbc0e09(0xdb)]['length'],0x0))_0x9c8aa7[_0xbc0e09(0x121)](_0x9c8aa7['zWlYT'],_0x9c8aa7[_0xbc0e09(0x185)])?_0x3c8777[_0xbc0e09(0x162)](_0xbc0e09(0x106)+_0x2c0a62):(_0x559802=!![],_0x264f46=_0x9c8aa7[_0xbc0e09(0x117)](stripUnicode,JSON[_0xbc0e09(0x11c)](testContext[_0xbc0e09(0xdb)][0x0][0x0][_0xbc0e09(0xfb)]||testContext[_0xbc0e09(0xdb)][0x0][0x0])));else{if(_0x9c8aa7['qEXeI'](_0x9c8aa7[_0xbc0e09(0x116)],_0x9c8aa7['OBeGw']))return;else _0x264f46=_0x9c8aa7[_0xbc0e09(0xd3)](stripUnicode,JSON[_0xbc0e09(0x11c)](testContext[_0xbc0e09(0x143)]));}}else return;}_0x559802?_0x9c8aa7[_0xbc0e09(0x10a)](_0x9c8aa7[_0xbc0e09(0x16d)],_0x9c8aa7[_0xbc0e09(0x11a)])?(__error_messages__[_0xbc0e09(0x155)](_0x264f46),await __drivers[0x0][_0xbc0e09(0xce)](_0xbc0e09(0x170)+_0x264f46+_0xbc0e09(0xcb))):(_0x58de50=!![],_0x9ea02f=_0x9c8aa7[_0xbc0e09(0x163)](_0x2ced50,_0x2813bd[_0xbc0e09(0x11c)](_0x5e9da9[_0xbc0e09(0xdb)][0x0][0x0][_0xbc0e09(0xfb)]||_0x33640c['errors'][0x0][0x0]))):_0x9c8aa7[_0xbc0e09(0x10f)](_0x9c8aa7[_0xbc0e09(0x118)],_0x9c8aa7['bUfGw'])?await __drivers[0x0][_0xbc0e09(0xce)](_0xbc0e09(0x105)+_0x264f46+_0xbc0e09(0xbe)):_0xd28bbc=_0x9c8aa7['WdmDO'](_0x2ad5b6,_0x549a8a['stringify'](_0x4d67ed[_0xbc0e09(0x143)]));}const executeAnnotate=async(_0x52a99e,_0x58610e)=>{const _0x3f2945=a13_0x8456c8;await global[_0x3f2945(0xf6)][0x0][_0x3f2945(0xce)](_0x3f2945(0x107)+_0x52a99e+',\x22level\x22:\x20\x22'+_0x58610e+'\x22}}');};async function driverCleanup(){const _0x10134a=a13_0x8456c8,_0x507ceb={'ZiIWa':function(_0x597f5c,_0x43ec7e){return _0x597f5c(_0x43ec7e);},'RMzlQ':function(_0x1bebac){return _0x1bebac();},'oBmsl':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','FmunS':function(_0x18708b){return _0x18708b();},'TbtwP':function(_0x371dd3,_0x5c387b){return _0x371dd3!==_0x5c387b;},'toqHp':'GHMxD','vptaX':function(_0x3df693,_0x569fd1){return _0x3df693!==_0x569fd1;},'PCUdG':'lzmkz','cySBR':_0x10134a(0x109),'WEKzW':function(_0x5a796a,_0x202955){return _0x5a796a>_0x202955;},'dGDZE':function(_0x45ec73,_0x17ba0b){return _0x45ec73===_0x17ba0b;},'lTxuF':_0x10134a(0xd4),'kSRKp':function(_0x286692,_0x25419b,_0x15a65a,_0x215b6f){return _0x286692(_0x25419b,_0x15a65a,_0x215b6f);},'sfbLc':_0x10134a(0x158),'Cgvjo':_0x10134a(0x156),'vQNki':function(_0x9c8a3c,_0x1ea2e3){return _0x9c8a3c!==_0x1ea2e3;},'UdvfR':_0x10134a(0xe0),'jgwqw':_0x10134a(0x15d),'pjXRo':function(_0x24d9ab,_0x1e952a,_0x464ed0){return _0x24d9ab(_0x1e952a,_0x464ed0);},'TigpY':_0x10134a(0xd2),'QfUGQ':function(_0x5a9e21,_0x3076e7){return _0x5a9e21!==_0x3076e7;},'TjDSF':_0x10134a(0x135),'iNblx':'YMIUe','guQpG':_0x10134a(0x161),'hkJjA':function(_0x1eda75,_0x434129){return _0x1eda75!==_0x434129;},'vpevi':_0x10134a(0x133),'ssMMl':_0x10134a(0x152),'MgNIw':_0x10134a(0x15e),'bzerh':'WGcOj'};if(!_0x507ceb[_0x10134a(0x177)](isBrowserstackInfra)){if(_0x507ceb[_0x10134a(0x15b)](_0x507ceb[_0x10134a(0x165)],_0x507ceb['toqHp']))_0x102d9d['currentTest']=_0x596e36;else return;}let _0x146888=![];try{_0x507ceb['vptaX'](_0x507ceb['PCUdG'],_0x507ceb[_0x10134a(0x114)])?(await __drivers[0x0][_0x10134a(0x126)],_0x146888=!![],_0x507ceb[_0x10134a(0x175)](__error_messages__['length'],0x0)?_0x507ceb[_0x10134a(0x14b)](_0x507ceb[_0x10134a(0xe6)],_0x507ceb[_0x10134a(0xe6)])?await _0x507ceb['kSRKp'](markSessionStatus,__drivers[0x0],_0x507ceb[_0x10134a(0x11d)],__error_messages__[_0x10134a(0x144)](_0x507ceb['Cgvjo'])):_0x57d4a7[_0x10134a(0xe3)](_0x4978e9):_0x507ceb[_0x10134a(0xed)](_0x507ceb[_0x10134a(0x18a)],_0x507ceb['jgwqw'])?await _0x507ceb[_0x10134a(0x179)](markSessionStatus,__drivers[0x0],_0x507ceb[_0x10134a(0x140)]):_0x4d61c9[_0x10134a(0xda)](_0x10134a(0x123)+_0x539565)):(_0x507ceb['ZiIWa'](_0x1617c5,_0x14dd86),_0x507ceb[_0x10134a(0x14a)](_0x2d6da7));}catch(_0x3440bc){_0x507ceb[_0x10134a(0xd6)](_0x507ceb['TjDSF'],_0x507ceb[_0x10134a(0x14f)])?_0x48b073['info'](_0x507ceb[_0x10134a(0x14e)]):console[_0x10134a(0xe3)](_0x3440bc);}__error_messages__=[];if(_0x146888){if(_0x507ceb[_0x10134a(0x14b)](_0x507ceb[_0x10134a(0x16f)],_0x507ceb['guQpG']))_0x7c4020[_0x10134a(0xf5)](_0x4b427a)&&_0x9ac558[0x0]&&(_0x4d890a[0x0][_0x10134a(0x164)]=_0x5ef978),_0x5550e3[_0x10134a(0x164)]=_0x3b97d0;else try{_0x507ceb['hkJjA'](_0x507ceb['vpevi'],_0x507ceb[_0x10134a(0xe4)])?await __drivers[0x0][_0x10134a(0x11f)]():_0x7cddcc[_0x10134a(0xda)](_0x10134a(0xd5)+this[_0x10134a(0x182)]['titlePath']()+'.\x20Error\x20:',_0x49d567);}catch(_0x2d359e){if(_0x507ceb['TbtwP'](_0x507ceb[_0x10134a(0x181)],_0x507ceb['bzerh']))console[_0x10134a(0xe3)](_0x2d359e);else{const _0x392427={};_0x392427[_0x10134a(0x148)]=_0x2f71cd=>{const _0x3e1369=_0x10134a;_0x168384[_0x3e1369(0x182)]=_0x2f71cd;},_0x5326a8['getEnv']()['addReporter'](_0x392427);}}}}beforeAll(async()=>{const _0x4775af=a13_0x8456c8,_0x48f865={'tqXfZ':function(_0x4d29d3,_0x3806a7){return _0x4d29d3(_0x3806a7);},'OdLUB':function(_0x458360,_0x49b042){return _0x458360!==_0x49b042;},'Ybial':_0x4775af(0xd8),'ZKSWq':_0x4775af(0x187),'fGrWb':function(_0x49cff6,_0x58318e){return _0x49cff6>_0x58318e;},'xeRVD':function(_0x59f201,_0x42a269){return _0x59f201<=_0x42a269;},'JdhbB':function(_0x341e4d){return _0x341e4d();},'PJyZk':function(_0x50ff0a,_0x25057e,_0x249dc2){return _0x50ff0a(_0x25057e,_0x249dc2);},'zEbBq':'undefined','nXdMa':function(_0x138d0d,_0xbdf390){return _0x138d0d!==_0xbdf390;},'INgdn':_0x4775af(0x142),'PRBAs':_0x4775af(0xe7),'nWMak':function(_0x5523b8,_0x5c7eee){return _0x5523b8===_0x5c7eee;},'OwzQx':_0x4775af(0xbf),'uyiiN':_0x4775af(0x120),'ieZzr':function(_0x23a42e){return _0x23a42e();},'XStYv':function(_0x3b2876,_0x4c46c0){return _0x3b2876===_0x4c46c0;},'GWJsy':_0x4775af(0xe2),'vyCUP':'mmCHz','GoKRd':function(_0x14f7ed,_0x160f39){return _0x14f7ed!==_0x160f39;},'nTuhS':_0x4775af(0xca),'PETZd':'kwoKv','cdErr':function(_0x47ceb0,_0x45f680,_0x46ed18){return _0x47ceb0(_0x45f680,_0x46ed18);}};PerformanceTester[_0x4775af(0x12d)]();const _0xefa533='browserstack internal helper hook';_0x48f865['OdLUB'](typeof jasmine,_0x48f865[_0x4775af(0x13d)])&&(_0x48f865[_0x4775af(0x137)](_0x48f865[_0x4775af(0x169)],_0x48f865[_0x4775af(0x180)])?jasmine[_0x4775af(0xdc)]()[_0x4775af(0x18c)]({'specStarted':_0x43ece8=>{const _0x552793=_0x4775af,_0x1a4948={'YPTRs':function(_0x6b6a69,_0x4b06dd){const _0x91357=a13_0x5a3a;return _0x48f865[_0x91357(0x10c)](_0x6b6a69,_0x4b06dd);}};_0x48f865[_0x552793(0xcd)](_0x48f865[_0x552793(0x18b)],_0x48f865[_0x552793(0xc4)])?jasmine['currentTest']=_0x43ece8:(_0x216603=!![],_0x344c5d=_0x1a4948[_0x552793(0xe1)](_0x5323a5,_0x7bc2c0['stringify'](_0x2b81c3[_0x552793(0x182)]['failedExpectations'][0x0]['message'])));}}):_0x2b5d31=new _0x506bd6(_0x3f73f3));let _0x6e563f=![];try{if(_0x48f865[_0x4775af(0x13f)](_0x48f865[_0x4775af(0x12e)],_0x48f865[_0x4775af(0x12e)]))await __drivers[0x0][_0x4775af(0x126)],_0x6e563f=!![];else return _0x1845c0[_0x4775af(0x15a)](/\\u001b\[.*?m/g,'')['slice'](0x1,-0x1);}catch(_0x212ba2){}if(_0x6e563f)try{try{if(_0x48f865[_0x4775af(0x137)](_0x48f865['uyiiN'],_0x48f865[_0x4775af(0xf3)]))_0x4db7ab[_0x4775af(0x182)][_0x4775af(0x130)]&&_0x48f865['fGrWb'](_0x1edfbd[_0x4775af(0x182)][_0x4775af(0x130)]['length'],0x0)?(_0x174910=!![],_0x555894=_0x48f865[_0x4775af(0x10c)](_0x5559ab,_0xdc500b[_0x4775af(0x11c)](_0x503cf1[_0x4775af(0x182)][_0x4775af(0x130)][0x0]['message']))):_0x57ca5c=_0x48f865[_0x4775af(0x10c)](_0x27b99a,_0x1aa8d3[_0x4775af(0x11c)](_0x1ca25f[_0x4775af(0x182)][_0x4775af(0xfc)]));else{if(_0x48f865['ieZzr'](isTestObservabilitySession)){if(_0x48f865[_0x4775af(0x150)](_0x48f865[_0x4775af(0xc0)],_0x48f865[_0x4775af(0x16c)]))_0x5e1137=![];else{if(global[_0x4775af(0xf6)][0x0]){if(_0x48f865[_0x4775af(0xc5)](_0x48f865[_0x4775af(0x110)],_0x48f865[_0x4775af(0x129)]))await _0x48f865[_0x4775af(0xf8)](sendPlatformDetails,global[_0x4775af(0xf6)][0x0],TestDetails[_0x4775af(0x18f)](process[_0x4775af(0xff)]+':testAnalyticsId'));else{const _0x861af2={'ckYVu':function(_0x3f159c,_0x455f2a){const _0x4eb2e1=_0x4775af;return _0x48f865[_0x4eb2e1(0xec)](_0x3f159c,_0x455f2a);},'cmbuB':function(_0xc41537,_0x30c568){const _0x43df1f=_0x4775af;return _0x48f865[_0x43df1f(0x10c)](_0xc41537,_0x30c568);},'EfdKf':function(_0x184617){return _0x48f865['JdhbB'](_0x184617);}},_0x3c9e7b=_0x48f865[_0x4775af(0x138)](_0x29c74d,async()=>{const _0x40b6cf=_0x4775af;_0x861af2[_0x40b6cf(0x151)](_0x51f4d2[_0x40b6cf(0x11e)]()[_0x40b6cf(0x17d)],0x0)&&(_0x861af2[_0x40b6cf(0x12c)](_0x1aa1d2,_0x3c9e7b),_0x861af2['EfdKf'](_0x4e754f));},0x3e8);}}}}}}catch{}}catch(_0x5db819){}}),beforeEach(async()=>{const _0x51ebec=a13_0x8456c8,_0x3368dd={'uLwAA':function(_0x4febf9,_0x11a6d2){return _0x4febf9>_0x11a6d2;},'EdIUE':function(_0x298a68){return _0x298a68();},'maWNP':function(_0x45ef03,_0x2992ea){return _0x45ef03>_0x2992ea;},'yCvGo':function(_0x4e1988,_0x186389,_0x22cc97){return _0x4e1988(_0x186389,_0x22cc97);},'OnISF':function(_0x2601da,_0x119674){return _0x2601da===_0x119674;},'zJBfX':_0x51ebec(0x16a),'qoWrH':function(_0x2eaa63,_0x54979d){return _0x2eaa63===_0x54979d;},'lwqAZ':_0x51ebec(0xfe),'SvViR':_0x51ebec(0x160),'sYfNw':function(_0x7378cb,_0x15803d){return _0x7378cb>_0x15803d;}},_0x599863='browserstack internal helper hook';try{_0x3368dd[_0x51ebec(0x124)](__drivers[_0x51ebec(0xd0)],0x1)&&(await _0x3368dd[_0x51ebec(0x115)](driverCleanup),__drivers['shift']());const _0x3e9fa2=expect[_0x51ebec(0xc3)]()[_0x51ebec(0x125)];try{Array['isArray'](__drivers)&&__drivers[0x0]&&(__drivers[0x0]['browserstackSessionName']=_0x3e9fa2),global[_0x51ebec(0x164)]=_0x3e9fa2;}catch(_0x5c3a4b){logger[_0x51ebec(0x162)](_0x51ebec(0x106)+_0x5c3a4b);}__drivers[0x0][_0x51ebec(0x164)]=_0x3e9fa2;_0x3368dd['maWNP'](__drivers[0x0][_0x51ebec(0xe8)],0x0)&&await _0x3368dd[_0x51ebec(0x115)](driverCleanup);const _0x2955f9=_0x3368dd['yCvGo'](shouldScanTestForAccessibility,_0x3e9fa2,![]);if(_0x3368dd[_0x51ebec(0x115)](isAccessibilityAutomationSession)&&__drivers[0x0][_0x51ebec(0xf1)])try{const _0x17b916=await __drivers[0x0][_0x51ebec(0x126)];if(_0x17b916){let _0x24287d=!![];const _0x36a9fb=await __drivers[0x0][_0x51ebec(0x113)]();let _0x208c7a;try{_0x208c7a=new URL(_0x36a9fb);}catch(_0x3e081e){_0x24287d=![];}_0x24287d=_0x3368dd[_0x51ebec(0x17f)](_0x208c7a['protocol'],_0x3368dd[_0x51ebec(0x100)])||_0x3368dd[_0x51ebec(0x122)](_0x208c7a[_0x51ebec(0x176)],_0x3368dd[_0x51ebec(0x12b)]),_0x24287d&&(_0x2955f9?(logger[_0x51ebec(0x13b)](_0x3368dd[_0x51ebec(0xef)]),await __drivers[0x0][_0x51ebec(0x104)]('\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')):await __drivers[0x0]['executeScript'](_0x51ebec(0x136)));}}catch(_0x68d4f8){logger[_0x51ebec(0xda)](_0x51ebec(0x123)+_0x68d4f8);}_0x3368dd[_0x51ebec(0xee)](__drivers[0x0][_0x51ebec(0xe8)],0x0)&&await _0x3368dd[_0x51ebec(0x115)](driverCleanup);}catch{}}),afterEach(async()=>{const _0x1947ec=a13_0x8456c8,_0xc0400d={'lcgEe':function(_0x14b970,_0xadb725){return _0x14b970>_0xadb725;},'vcyTh':function(_0x1deb61){return _0x1deb61();},'MIvJy':function(_0x52f6cd,_0x5370d0){return _0x52f6cd===_0x5370d0;},'vysgK':'testcase','mDIri':function(_0x516342,_0x2037bb){return _0x516342>_0x2037bb;},'WFCPz':'appium:app','PcoTG':function(_0xd8647e,_0x32c1b5,_0x23be8f,_0x3146b5){return _0xd8647e(_0x32c1b5,_0x23be8f,_0x3146b5);},'KGifF':function(_0x3958b6,_0x2f4784,_0x2eeea5){return _0x3958b6(_0x2f4784,_0x2eeea5);},'bnyDj':function(_0x367890){return _0x367890();},'pUKWi':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','VacRL':function(_0x470a44,_0x1f5b70){return _0x470a44(_0x1f5b70);},'sKocN':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','prfJU':function(_0x49effb){return _0x49effb();},'RyGzo':function(_0x4177cb){return _0x4177cb();},'jrIyp':function(_0x2b4f61,_0x4bf904,_0x49ad9e){return _0x2b4f61(_0x4bf904,_0x49ad9e);},'Qwjct':_0x1947ec(0x162),'ylMqc':function(_0x5901e6,_0x2e653c){return _0x5901e6>_0x2e653c;}},_0x4b8ecf='browserstack internal helper hook';try{_0xc0400d[_0x1947ec(0x157)](__drivers[_0x1947ec(0xd0)],0x1)&&(await _0xc0400d[_0x1947ec(0x112)](driverCleanup),__drivers['shift']());try{if(global['percy']&&_0xc0400d['MIvJy'](global['percyCaptureMode'],_0xc0400d['vysgK'])&&__drivers[0x0]){const _0x1acc96=_0xc0400d[_0x1947ec(0xf9)](global[_0x1947ec(0x128)][_0x1947ec(0xd0)],0x0)?!!global[_0x1947ec(0x128)][0x0][_0x1947ec(0xd1)]||!!global[_0x1947ec(0x128)][0x0][_0xc0400d[_0x1947ec(0xdd)]]:![],_0xa13cbb={};_0xa13cbb[_0x1947ec(0xd1)]=_0x1acc96,await _0xc0400d['PcoTG'](percyAutoCapture,__drivers[0x0],_0xc0400d[_0x1947ec(0xc1)],_0xa13cbb);}}catch(_0x2fef1c){}const _0x282577=_0xc0400d[_0x1947ec(0xc7)](shouldScanTestForAccessibility,expect[_0x1947ec(0xc3)]()[_0x1947ec(0x125)],![]);try{if(_0xc0400d[_0x1947ec(0x131)](isAccessibilityAutomationSession)&&__drivers[0x0][_0x1947ec(0xf1)]){_0x282577&&logger['info'](_0xc0400d[_0x1947ec(0xc8)]);const _0x2404e4={'saveResults':_0x282577,'testDetails':{'name':expect[_0x1947ec(0xc3)]()[_0x1947ec(0x125)],'testRunId':process[_0x1947ec(0x146)][_0x1947ec(0x159)],'filePath':expect['getState']()['testPath'],'scopeList':[expect[_0x1947ec(0xc3)]()[_0x1947ec(0x125)]]},'platform':await _0xc0400d['VacRL'](fetchPlatformDetails,__drivers[0x0])};final_res=await __drivers[0x0]['executeAsyncScript']('\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',_0x2404e4),_0x282577&&logger[_0x1947ec(0x13b)](_0xc0400d['sKocN']);}}catch(_0x14a6c6){logger['error'](_0x1947ec(0xd5)+this[_0x1947ec(0x182)][_0x1947ec(0xd9)]()+'.\x20Error\x20:',_0x14a6c6);}await _0xc0400d[_0x1947ec(0xfa)](setContext);try{if(_0xc0400d[_0x1947ec(0xc6)](isTestObservabilitySession)){global[_0x1947ec(0xf6)][0x0]&&await _0xc0400d[_0x1947ec(0xc7)](sendPlatformDetails,global[_0x1947ec(0xf6)][0x0],TestDetails['getTestUUID'](process[_0x1947ec(0xff)]+_0x1947ec(0x149)));if(_0xc0400d[_0x1947ec(0x131)](isBrowserstackInfra)){const _0x5998a7=_0x1947ec(0x12a)+Date['now']();await _0xc0400d[_0x1947ec(0x111)](executeAnnotate,JSON['stringify'](_0x5998a7),_0xc0400d[_0x1947ec(0x17c)]);}}}catch(_0x5380bb){}_0xc0400d[_0x1947ec(0x172)](__drivers[0x0][_0x1947ec(0xe8)],0x0)&&await _0xc0400d[_0x1947ec(0xc6)](driverCleanup);}catch{}},0x186a0),afterAll(async()=>{const _0x3b3282=a13_0x8456c8,_0x2f8fd8={'gzACq':function(_0x54c2b6,_0xd03986){return _0x54c2b6<=_0xd03986;},'TDNWy':function(_0xed056d,_0x55d55d){return _0xed056d(_0x55d55d);},'STbmi':function(_0x248a4a){return _0x248a4a();},'miqTD':function(_0x3fa7f,_0x1ab045,_0x579e88){return _0x3fa7f(_0x1ab045,_0x579e88);},'WlDqk':function(_0x52e390){return _0x52e390();}};jest[_0x3b3282(0x103)](0x186a0),PerformanceTester['pushPerfMeasures']();const _0x471eba='browserstack internal helper hook';await new Promise(_0x65940e=>{const _0x5048b1=_0x3b3282,_0x2640ce={'pxkFo':function(_0x4b1d21,_0xfcdb4e){const _0x3e363c=a13_0x5a3a;return _0x2f8fd8[_0x3e363c(0x167)](_0x4b1d21,_0xfcdb4e);},'tsebW':function(_0x700269,_0x40eb9e){const _0x164aca=a13_0x5a3a;return _0x2f8fd8[_0x164aca(0x16e)](_0x700269,_0x40eb9e);},'VQenk':function(_0x8e3f8d){const _0x10e771=a13_0x5a3a;return _0x2f8fd8[_0x10e771(0x14c)](_0x8e3f8d);}},_0x2daf29=_0x2f8fd8[_0x5048b1(0x132)](setInterval,async()=>{const _0x51433f=_0x5048b1;_0x2640ce['pxkFo'](RequestQueueHandler[_0x51433f(0x11e)]()[_0x51433f(0x17d)],0x0)&&(_0x2640ce[_0x51433f(0x18e)](clearInterval,_0x2daf29),_0x2640ce[_0x51433f(0x168)](_0x65940e));},0x3e8);});try{await _0x2f8fd8[_0x3b3282(0x178)](driverCleanup);}catch(_0x5a1554){}process[_0x3b3282(0x18d)]();},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_0x2d313b=a16_0x5b65;(function(_0x3f5518,_0x2dce88){const _0x507382=a16_0x5b65,_0x4de791=_0x3f5518();while(!![]){try{const _0x1a1d26=parseInt(_0x507382(0x305))/0x1*(parseInt(_0x507382(0x25d))/0x2)+parseInt(_0x507382(0x1ec))/0x3+parseInt(_0x507382(0x248))/0x4+parseInt(_0x507382(0x2f5))/0x5+parseInt(_0x507382(0x2ca))/0x6+-parseInt(_0x507382(0x1d1))/0x7*(parseInt(_0x507382(0x233))/0x8)+-parseInt(_0x507382(0x2c0))/0x9;if(_0x1a1d26===_0x2dce88)break;else _0x4de791['push'](_0x4de791['shift']());}catch(_0x4ef7d2){_0x4de791['push'](_0x4de791['shift']());}}}(a16_0xb1b6,0xc030c));const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType}=require(a16_0x2d313b(0x234)),SessionHandler=require(a16_0x2d313b(0x21e)),{v4:uuidv4}=require(a16_0x2d313b(0x317)),{name,version}=require(a16_0x2d313b(0x2c8)),stackTrace=require(a16_0x2d313b(0x2ef)),path=require(a16_0x2d313b(0x27c)),fs=require('fs'),TestDetails=require(a16_0x2d313b(0x312)),{FRAMEWORKS}=require(a16_0x2d313b(0x2cc)),{o11yClassErrorHandler}=require(a16_0x2d313b(0x318)),{getGitMetaData}=require(a16_0x2d313b(0x330)),a16_0x584a1a={};a16_0x584a1a[a16_0x2d313b(0x223)]=a16_0x2d313b(0x2f9),a16_0x584a1a[a16_0x2d313b(0x213)]=a16_0x2d313b(0x22b),a16_0x584a1a[a16_0x2d313b(0x212)]='pending';const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a16_0x584a1a,a16_0x58e31b={};a16_0x58e31b[a16_0x2d313b(0x31a)]='BEFORE_ALL',a16_0x58e31b['afterAll']=a16_0x2d313b(0x340),a16_0x58e31b['beforeEach']='BEFORE_EACH',a16_0x58e31b[a16_0x2d313b(0x33d)]=a16_0x2d313b(0x28e);const HOOK_TYPES_MAP=a16_0x58e31b;function a16_0x5b65(_0x3c91e6,_0x219f79){const _0xb1b61a=a16_0xb1b6();return a16_0x5b65=function(_0x5b6575,_0x5ce8b9){_0x5b6575=_0x5b6575-0x1cb;let _0x1a2f4a=_0xb1b61a[_0x5b6575];return _0x1a2f4a;},a16_0x5b65(_0x3c91e6,_0x219f79);}function a16_0xb1b6(){const _0x2124b9=['MaUNB','RvexL','IhECL','hXorS','jwdMQ','vchQX','ZkTGN','hookAnalyticsId','kbgFv','STATE_PENDING','STATE_FAILED','nsDlF','xIxLf','GrRIp','AwtwI','IRVLz','statSync',':testAnalyticsId','xEEoP','xvwPV','HZujD','../../../helpers/test-observability/sessionHandler','getTime','pending','LVtwo','DsQut','STATE_PASSED','hook_run','push','configureGit','bs:addPlatformDetails:','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','EwteY','vuYmr','failed','beforeEach','file','ChAsU','tkOtN','exports','gxyZJ','Wfkxs','65432bLZjfB','../../../helpers/test-observability/utils','testAnalyticsId','RYKzp','0|1|3|6|2|4|5','MtXvO','type','OnUtw','ezRqn','QGalO','tGQGZ','Qdvzw','SYoZp','XMiCt','dirname','kPgFD','ytzyh','gtWha','relative','_gitConfigured','XUTBT','619640xnRkzK','ZQxmS','UqdQA','config','generic','pdNOL','qXRzA','oQFBz','mapTestHooks','ZOmMc','Yabjs','hooks','rHVnJ',':hookAnalyticsId','root','hNTeP','getName','reverse','larxk','OcGLo','AfBYr','2BacepQ','rJLPf','Jbhuw','cGbcB','skipped','NboJY','qlDzN','removeAllListeners','test','resetTestHooks','HEShL','BVJtO','MDYDx','XJWLg','YpKdc','UljZy','dXPrr','getFileName','ndOeE','oeYeG','GHdbm','event_type','meAIV','QtyAQ','Jttpp','analyticsResult','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','rrmEE','result','VnGzY','current_test','path','bMGFO','parse','KHYQe','failure_type','YCECM','vXGgc','POOAe','sMFXo','sqBkp','UlOUy','LogCreated','bqOPu','length','IBOmM','ETdSQ','ZKdIh','XeeeU','AFTER_EACH','kEqno','JKLJV','MPEox','_gitConfigPath','qvHCN','RwmcQ','current_hook','match','iMkpP','XXCBh','yDbDS','kFkko','BzNZg','BlILs','backtrace','RdFPX','GzpVt','hQyOg','bs:addLog:','zipPs','call','TTIuB','GsvQI','DSFeo','ZfbSz','sRtqY','TfZwX','FrbdP','Wwzav','CLvxH','pVZZk','oJQRO','JoNSp','XfGVj','NHIYN','bSFli','NfYAp','kFmIt','lrcAi','ZTgTY','riiZH','failure_backtrace','kBGUL','XtXMg','split','GSDrG','pRRBN','zXOmo','cwd','17415045VCgbwB','failure_reason_expanded','lHeKK','DCgvm','xxADo','DsgHK','IwidL','pid','../../../../package.json','PBYDt','5430420XHirfo','VzDLO','../../utils/constants','uExRk','ncrLw','vJxls','aQewb','BhcJl','NgOFZ','ExUbV','getHierarchy','err','bMUzI','js-','HOvnL','IXHZQ','QEbpA','sfPOj','errorsDetailed','EwZwz','NAUdu','vXcXZ','WleVe','olHiv','YDdmx','forEach','getTestUUID','findGitConfig','inagt','failure','gDhQh','EUYPt','XcDbh','ywIIG','RUVoc','parent','MJzbP','stack-trace','TulcS','TestRunFinished','zOkEz','TlKOc','KJAUu','7296660awJjnK','SOqkc','includes','UvMOs','passed','MXNst','yDNZv','hook_data','XTpGz','jwYcK','state','NHqUM','rCpFu','bmwHt','yyNYV','gdHMg','386647IwbuDU','efECP','GvaDx','hook_type','toISOString','Beaot','yHopY','GBVwi','zUVMQ','IrAfv','asyncError','COCQd','PDFtC','./test-details','NHOtJ','JxoqY','VJckq','HookRunFinished','uuid','../../../helpers/test-observability/error-handler','UjmJm','beforeAll','rUQYB','getRootParentFile','rTKRC','NaFyf','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','jest-circus','tyeLw','hook_run_uuid','mAeFo','sep','fGtAt','epCgn','lIxQh','appendTestItemLog','coWbd','eGjEU','yUVgu','bind','NETVk','testStarted','ywDrW','../../../helpers/helper','AoDAo','eKeSM','OecBr','LbmgY','_testResults','dfoMy','bQufv','failed\x20to\x20get\x20root\x20parent\x20file\x20','started_at','zDHJN','_paths','lMigf','afterEach','WVTee','nyxsW','AFTER_ALL','setTestUUID','pcGhS','suLjy','http_response','bPBDN','sendTestRunEvent','getHooksForTest','egSRG','yrTDA','title','getTestEnv','ytvKI','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','DpQSQ','javascript','MiaBf','apply','join','1267nBrrkx','.git','WeOGI','tphaH','test_run_uuid','YjdRQ','IVjTp','COlag','\x20with\x20error\x20:\x20','gJSCQ','tncxP','toString','vdBBM','lMguX','AjTBK','ydJOz','WaYuk','appendTestPlatform','location_prefix','ZiPcS','Qgpml','hNTRi','_testEnv','registerListeners','name','testObservability','PQtmI','3889971OkExNY','test_run','dyTYI','RqFEY','glxHb','prefixTestPath','PgjRl','RefbV','BymWA','MqGOw','yUQNb','uploadEventData','jmbom','QgTlx','kNNVU','iBRDz','hook_failure','TestRunStarted','\x22\x20hook\x20for\x20\x22','inspect','now','xtPbn','FJrKg','cDKwO','yaAST','ejqfH','ewBYS','JEST','TestRunSkipped'];a16_0xb1b6=function(){return _0x2124b9;};return a16_0xb1b6();}module[a16_0x2d313b(0x230)]=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0x2735b9=a16_0x2d313b,_0xb5c642={'ETdSQ':'5|0|1|4|2|3|6','YlINN':function(_0x308059){return _0x308059();}},_0xc498da=_0xb5c642[_0x2735b9(0x28b)][_0x2735b9(0x2bb)]('|');let _0x407be3=0x0;while(!![]){switch(_0xc498da[_0x407be3++]){case'0':this['_testResults']=[];continue;case'1':this[_0x2735b9(0x1e7)]=this['getTestEnv']();continue;case'2':this[_0x2735b9(0x2fc)]=[];continue;case'3':this['_gitConfigured']=![];continue;case'4':this[_0x2735b9(0x33b)]=new PathHelper({'cwd':process[_0x2735b9(0x2bf)]()},this['_testEnv'][_0x2735b9(0x1e3)]);continue;case'5':this[_0x2735b9(0x1ea)]=_0xb5c642['YlINN'](isTestObservabilitySession);continue;case'6':this[_0x2735b9(0x292)]=null;continue;}break;}}[a16_0x2d313b(0x34b)]=()=>{const _0x4d88c9=a16_0x2d313b,_0x15472d={'cIJBA':_0x4d88c9(0x24c),'wpYLY':function(_0x3bdf3f){return _0x3bdf3f();}};return{'ci':_0x15472d['cIJBA'],'key':_0x15472d['wpYLY'](uuidv4),'version':version,'collector':'js-'+name};};['registerListeners'](){const _0x3eb4d4=a16_0x2d313b;process[_0x3eb4d4(0x264)]('bs:addLog:'+process[_0x3eb4d4(0x2c7)]),process['on']('bs:addLog:'+process[_0x3eb4d4(0x2c7)],this[_0x3eb4d4(0x328)]['bind'](this)),process[_0x3eb4d4(0x264)](_0x3eb4d4(0x227)+process['pid']),process['on'](_0x3eb4d4(0x227)+process['pid'],this[_0x3eb4d4(0x1e2)][_0x3eb4d4(0x32c)](this));}[a16_0x2d313b(0x32e)]=async _0x26bc38=>{const _0x3a379c=a16_0x2d313b,_0x34b9e8={'Yabjs':function(_0x1a5163,_0x2d30fc){return _0x1a5163(_0x2d30fc);},'LbmgY':function(_0x28ec70,_0x56d3d5){return _0x28ec70!==_0x56d3d5;},'VzDLO':_0x3a379c(0x34c),'xWtXS':'wRqJV','hNTeP':function(_0x15012f,_0x1fafd1){return _0x15012f>_0x1fafd1;},'oJQRO':function(_0xe2f98b,_0x49ab55){return _0xe2f98b===_0x49ab55;},'bqOPu':function(_0x165493,_0x244b0f){return _0x165493!==_0x244b0f;},'AjTBK':_0x3a379c(0x319),'CpSnN':_0x3a379c(0x2d3),'bQufv':_0x3a379c(0x1fd),'rHVnJ':'TRdLe','RdFPX':function(_0x4b3f77,_0x1c2573){return _0x4b3f77!==_0x1c2573;},'GHdbm':_0x3a379c(0x333)};try{if(_0x34b9e8['LbmgY'](_0x34b9e8[_0x3a379c(0x2cb)],_0x34b9e8['xWtXS'])){const _0x14e2c4=this[_0x3a379c(0x27b)];this[_0x3a379c(0x27b)]=_0x26bc38,_0x26bc38['retryOf']=null,_0x26bc38[_0x3a379c(0x235)]=TestDetails[_0x3a379c(0x341)](process[_0x3a379c(0x2c7)]+_0x3a379c(0x21a)),_0x26bc38['started_at']=new Date()[_0x3a379c(0x309)]();if(_0x34b9e8[_0x3a379c(0x257)](_0x26bc38['_currentRetry'],0x0)&&_0x14e2c4&&_0x34b9e8[_0x3a379c(0x2ae)](_0x14e2c4[_0x3a379c(0x34a)],_0x26bc38[_0x3a379c(0x34a)])){if(_0x34b9e8[_0x3a379c(0x288)](_0x34b9e8[_0x3a379c(0x1df)],_0x34b9e8['CpSnN']))_0x26bc38['retryOf']=_0x14e2c4['testAnalyticsId'],await this[_0x3a379c(0x346)](_0x26bc38,undefined,![],_0x34b9e8['bQufv']),_0x14e2c4[_0x3a379c(0x2ff)]=STATE_FAILED,await this[_0x3a379c(0x346)](_0x14e2c4,undefined,!![]);else return;}else{if(_0x34b9e8[_0x3a379c(0x334)](_0x34b9e8[_0x3a379c(0x254)],_0x34b9e8[_0x3a379c(0x254)]))return;else await this[_0x3a379c(0x346)](_0x26bc38,undefined,![],_0x34b9e8[_0x3a379c(0x337)]);}}else return;}catch(_0x45e2b3){_0x34b9e8[_0x3a379c(0x29e)](_0x34b9e8[_0x3a379c(0x271)],_0x34b9e8[_0x3a379c(0x271)])?_0x34b9e8[_0x3a379c(0x252)](_0x2a56ab,_0x3a379c(0x1cb)+_0x522381):_0x34b9e8['Yabjs'](debug,_0x3a379c(0x31f)+_0x45e2b3);}};[a16_0x2d313b(0x258)](_0x227e9c){const _0x39a810=a16_0x2d313b,_0x1d4f52={};_0x1d4f52['BzNZg']=function(_0x5123d7,_0x4adf46){return _0x5123d7!==_0x4adf46;},_0x1d4f52[_0x39a810(0x2cd)]='test',_0x1d4f52[_0x39a810(0x298)]=function(_0xb6c8ee,_0x4bb29d){return _0xb6c8ee!==_0x4bb29d;},_0x1d4f52[_0x39a810(0x1d7)]=_0x39a810(0x26a);const _0x54f291=_0x1d4f52;if(_0x54f291[_0x39a810(0x29b)](_0x227e9c[_0x39a810(0x239)],_0x54f291[_0x39a810(0x2cd)])){if(_0x54f291[_0x39a810(0x298)](_0x54f291['IVjTp'],_0x54f291[_0x39a810(0x1d7)])){if(!_0x5a20ae||!_0x11188b['parent'])return;_0x57ebca['parent'][_0x39a810(0x253)][_0x39a810(0x2e3)](_0x4116de=>{const _0x3b2cb9=_0x39a810;!_0x4116de[_0x3b2cb9(0x210)]&&(_0x4116de['hookAnalyticsId']=_0x3b7b13[_0x3b2cb9(0x341)](_0x5292d2[_0x3b2cb9(0x2c7)]+_0x3b2cb9(0x255)));}),this[_0x39a810(0x250)](_0x2b0e89[_0x39a810(0x2ed)]);}else return'\x22'+_0x227e9c[_0x39a810(0x239)]+_0x39a810(0x1fe)+(_0x227e9c[_0x39a810(0x2ed)]&&_0x227e9c[_0x39a810(0x2ed)][_0x39a810(0x1e9)])+'\x22';}return _0x227e9c[_0x39a810(0x1e9)];}['sendTestRunEvent']=async(_0xe78da1,_0x18a0bc=undefined,_0x55d329=![],_0x188b82=a16_0x2d313b(0x2f1))=>{const _0x443d51=a16_0x2d313b,_0x589d86={'ezRqn':_0x443d51(0x1d2),'ZkTGN':_0x443d51(0x24b),'YDdmx':_0x443d51(0x2b8),'bMUzI':_0x443d51(0x29d),'WaYuk':_0x443d51(0x2c1),'ywIIG':'expanded','zipPs':'test_run','UqdQA':'result','MiaBf':_0x443d51(0x261),'XfGVj':_0x443d51(0x2e7),'Qdvzw':_0x443d51(0x280),'riiZH':function(_0xded2b9,_0xac7d44){return _0xded2b9(_0xac7d44);},'vVOXe':function(_0x20530f,_0x2982c7){return _0x20530f!==_0x2982c7;},'nyxsW':'hook_type','dfoMy':_0x443d51(0x224),'PDFtC':'started_at','EwZwz':'finished_at','BVJtO':function(_0x561b45,_0x52ba31){return _0x561b45===_0x52ba31;},'mJUFN':_0x443d51(0x2ac),'blILm':'QwsPL','suLjy':'3|4|2|1|0','DCgvm':'failure_reason','kEqno':function(_0x216586,_0x138f87){return _0x216586==_0x138f87;},'GrRIp':function(_0x178617,_0x2d3cf4){return _0x178617===_0x2d3cf4;},'sqBkp':function(_0x22f7ef,_0x18a73f){return _0x22f7ef===_0x18a73f;},'XTpGz':_0x443d51(0x237),'nsDlF':function(_0xbb5fde){return _0xbb5fde();},'eviAk':function(_0x45575d,_0xf8fdd2){return _0x45575d!==_0xf8fdd2;},'ewBYS':function(_0x53102b,_0x56035d){return _0x53102b===_0x56035d;},'YCECM':'GtQVH','TTIuB':function(_0x473da4,_0x586f25){return _0x473da4===_0x586f25;},'Jbhuw':_0x443d51(0x24f),'RwmcQ':_0x443d51(0x251),'GzpVt':function(_0x442f70,_0x189373){return _0x442f70!==_0x189373;},'IjjkO':_0x443d51(0x269),'yDSZl':_0x443d51(0x323),'tphaH':'fXgaH','epCgn':_0x443d51(0x303),'xEEoP':function(_0x2be15b,_0x3e02f8){return _0x2be15b(_0x3e02f8);},'qgwPe':_0x443d51(0x320),'ZKdIh':_0x443d51(0x2e6),'yDNZv':_0x443d51(0x32d),'zUVMQ':'util','xtPbn':function(_0xe845f5,_0x79668b){return _0xe845f5===_0x79668b;},'NEtLv':_0x443d51(0x2ab),'fGtAt':'yHBvd','SOqkc':'test','TlKOc':function(_0x5e74e4,_0x21c442){return _0x5e74e4!==_0x21c442;},'zDHJN':_0x443d51(0x2a5),'xVHIs':_0x443d51(0x2d5),'Jukdq':function(_0x5b73ee,_0x10ef75){return _0x5b73ee===_0x10ef75;},'pVZZk':_0x443d51(0x310),'PBYDt':'qVjXH','eKeSM':function(_0x49d78e,_0x17bb2f){return _0x49d78e!==_0x17bb2f;},'rUQYB':'File\x20path\x20could\x20not\x20be\x20found','IRVLz':_0x443d51(0x1cd),'ChAsU':function(_0x1ffaf2,_0x2deb33){return _0x1ffaf2===_0x2deb33;},'TfZwX':_0x443d51(0x208),'kBGUL':function(_0x297e22,_0x47afca){return _0x297e22>_0x47afca;},'IwidL':_0x443d51(0x22b),'yUVgu':_0x443d51(0x2f9),'dJEDc':function(_0x13cbf4,_0x2fa43c){return _0x13cbf4-_0x2fa43c;},'EwteY':_0x443d51(0x23a),'YpKdc':_0x443d51(0x2d9),'XcDbh':_0x443d51(0x1d8),'kPgFD':_0x443d51(0x316),'rTKRC':function(_0x996c82,_0x55b001){return _0x996c82!==_0x55b001;},'tGQGZ':'GXXxN','ndOeE':_0x443d51(0x290),'hQyOg':function(_0x21c3bc,_0x2e5d6a){return _0x21c3bc!==_0x2e5d6a;},'AwtwI':function(_0x203cd0,_0x38af23){return _0x203cd0!==_0x38af23;},'egSRG':_0x443d51(0x20a),'RUVoc':_0x443d51(0x329),'jmbom':_0x443d51(0x1ef),'lMguX':_0x443d51(0x25e),'TulcS':'TestRunFinished','qvHCN':_0x443d51(0x232),'DsQut':function(_0x49e933,_0x434e31){return _0x49e933===_0x434e31;},'kFmIt':_0x443d51(0x22a),'OcGLo':function(_0x24a7a6,_0xdc8559){return _0x24a7a6===_0xdc8559;},'lkQoP':_0x443d51(0x282),'ZzNXv':'eopqf','GvaDx':function(_0x28b78a,_0x301283){return _0x28b78a===_0x301283;},'xIxLf':_0x443d51(0x1f6),'IBOmM':function(_0x4a78d1,_0x598d24){return _0x4a78d1===_0x598d24;},'GSDrG':_0x443d51(0x21c),'efECP':_0x443d51(0x31a),'eqGfU':function(_0x93d107,_0x3f81cd){return _0x93d107!==_0x3f81cd;},'DKTkN':_0x443d51(0x349),'hNTRi':_0x443d51(0x33c),'LVtwo':_0x443d51(0x2ba),'oAtXk':_0x443d51(0x291)};try{if(_0x589d86[_0x443d51(0x206)](_0x589d86['YCECM'],_0x589d86[_0x443d51(0x281)])){if(_0xe78da1['fn']&&_0xe78da1['fn']['toString']()[_0x443d51(0x296)](/browserstack internal helper hook/)){if(_0x589d86[_0x443d51(0x2a4)](_0x589d86[_0x443d51(0x25f)],_0x589d86[_0x443d51(0x294)]))return _0x3d33cb[_0x443d51(0x219)](_0x1531bb['join'](_0x61a6c9,_0x589d86['ezRqn'],_0x589d86[_0x443d51(0x20f)])),_0x46dd02;else return;}let _0x4fad12;try{_0x589d86[_0x443d51(0x29f)](_0x589d86['IjjkO'],_0x589d86['yDSZl'])?_0x4fad12=this[_0x443d51(0x31c)](_0xe78da1):(_0x41ba15[_0x443d51(0x225)](_0x11aab8[_0x443d51(0x1e9)]),_0x50aa8c=_0x3c405a['name']);}catch(_0x19baac){_0x589d86[_0x443d51(0x29f)](_0x589d86[_0x443d51(0x1d4)],_0x589d86[_0x443d51(0x326)])?(_0x589d86[_0x443d51(0x21b)](debug,_0x443d51(0x338)+_0x19baac),_0x4fad12=null):_0x15eed8[_0x443d51(0x210)]=_0x3c8042[_0x443d51(0x341)](_0x5380e1[_0x443d51(0x2c7)]+_0x443d51(0x255));}if(_0x4fad12[_0x443d51(0x2f7)](_0x589d86['qgwPe'])){if(_0x589d86[_0x443d51(0x29f)](_0x589d86[_0x443d51(0x28c)],_0x589d86[_0x443d51(0x2fb)]))return;else _0x2f9841['hook_run_uuid']=_0x5c8d09;}const _0x50e911=_0x589d86['riiZH'](require,_0x589d86[_0x443d51(0x30d)]);let _0x14d4d6=[];if(_0x589d86['eviAk'](_0xe78da1['errorsDetailed'],undefined))_0x589d86[_0x443d51(0x201)](_0x589d86['NEtLv'],_0x589d86[_0x443d51(0x325)])?(_0x16353b[_0x589d86[_0x443d51(0x2e2)]]=_0x209875[_0x589d86['bMUzI']],_0x132516[_0x589d86[_0x443d51(0x1e1)]]=_0xd496e1[_0x589d86[_0x443d51(0x2eb)]]):_0x14d4d6=[_0xe78da1[_0x443d51(0x2dc)],_0x589d86[_0x443d51(0x2f6)]];else _0x589d86[_0x443d51(0x2f3)](_0x18a0bc,undefined)?_0x589d86['GrRIp'](_0x589d86[_0x443d51(0x33a)],_0x589d86['zDHJN'])?_0x14d4d6=[_0x18a0bc,_0x589d86['xVHIs']]:(_0x20b046[_0x589d86[_0x443d51(0x2a2)]][_0x589d86[_0x443d51(0x24a)]]=_0x589d86[_0x443d51(0x1ce)],_0x55b09c[_0x589d86[_0x443d51(0x2a2)]][_0x589d86[_0x443d51(0x2b0)]]=null,_0x375c04[_0x589d86[_0x443d51(0x2a2)]][_0x589d86[_0x443d51(0x23e)]]=null):_0x589d86['Jukdq'](_0x589d86[_0x443d51(0x2ad)],_0x589d86[_0x443d51(0x2c9)])?(this[_0x443d51(0x335)][_0x443d51(0x225)](_0x103225),_0x5bd14b[_0x443d51(0x253)]=this[_0x443d51(0x347)](_0x46510f),this[_0x443d51(0x266)](_0x537ebc)):_0x14d4d6=[];const _0x186af7=_0x589d86[_0x443d51(0x2f3)](_0xe78da1[_0x443d51(0x2dc)],undefined)?_0x50e911[_0x443d51(0x1ff)](_0xe78da1[_0x443d51(0x2dc)][0x0]):_0x589d86[_0x443d51(0x332)](_0x18a0bc,undefined)?_0x18a0bc[_0x443d51(0x1dc)]():undefined,_0x2357b7=_0x4fad12?this[_0x443d51(0x33b)][_0x443d51(0x1f1)](this[_0x443d51(0x31c)](_0xe78da1)):_0x589d86[_0x443d51(0x31b)],_0x143b07={'framework':FRAMEWORKS[_0x443d51(0x207)],'uuid':_0xe78da1[_0x443d51(0x235)]||_0xe78da1['hookAnalyticsId'],'name':this[_0x443d51(0x258)](_0xe78da1),'body':{'lang':_0x589d86[_0x443d51(0x218)],'code':_0xe78da1['fn'][_0x443d51(0x1dc)]()},'scopes':this[_0x443d51(0x2d4)](_0xe78da1),'file_name':_0x2357b7,'vc_filepath':this[_0x443d51(0x292)]&&_0x4fad12?path[_0x443d51(0x245)](this[_0x443d51(0x292)],_0x4fad12):null,'location':_0x2357b7,'result':_0x589d86[_0x443d51(0x22e)](_0x188b82,_0x589d86[_0x443d51(0x2a9)])?_0x589d86['MiaBf']:this[_0x443d51(0x276)](_0xe78da1[_0x443d51(0x2dc)]&&_0x589d86[_0x443d51(0x2b9)](_0xe78da1[_0x443d51(0x2dc)][_0x443d51(0x289)],0x0)?_0x589d86[_0x443d51(0x2c6)]:_0x589d86[_0x443d51(0x32b)]),'failure_reason':_0x186af7,'duration_in_ms':_0xe78da1['duration']||(_0x188b82['match'](/Finished/)||_0x188b82[_0x443d51(0x296)](/Skipped/)?_0x589d86['dJEDc'](Date[_0x443d51(0x200)](),new Date(_0xe78da1[_0x443d51(0x339)])[_0x443d51(0x21f)]()):null),'started_at':_0xe78da1[_0x443d51(0x339)],'finished_at':_0x188b82[_0x443d51(0x296)](/Finished/)||_0x188b82[_0x443d51(0x296)](/Skipped/)?new Date()[_0x443d51(0x309)]():null,'failure':failureData[_0x443d51(0x1cf)](null,_0x14d4d6),'failure_type':!_0x186af7?null:_0x589d86['xEEoP'](getFailureType,_0x186af7),'retry_of':_0xe78da1['retryOf']};if(_0x589d86[_0x443d51(0x2a4)](_0x188b82,_0x589d86['TfZwX'])&&!_0x143b07[_0x589d86[_0x443d51(0x311)]]){if(_0x589d86['vVOXe'](_0x589d86[_0x443d51(0x229)],_0x589d86[_0x443d51(0x26b)]))_0x143b07[_0x589d86[_0x443d51(0x311)]]=_0x143b07[_0x589d86['EwZwz']];else{const _0x217aa8=_0x3cbf06[_0x443d51(0x27e)][_0x443d51(0x2a3)](_0x351c36,_0x5f4c0d[_0x443d51(0x30f)]);return _0x217aa8[0x0]['getFileName']();}}if(_0x188b82['match'](/HookRun/)){if(_0x589d86['Jukdq'](_0x589d86[_0x443d51(0x2ea)],_0x589d86['XcDbh'])){[_0x143b07[_0x443d51(0x308)],_0x143b07[_0x443d51(0x1e9)]]=[_0xe78da1[_0x443d51(0x239)],this[_0x443d51(0x258)](_0xe78da1)];if(_0x589d86['ewBYS'](_0x188b82,_0x589d86[_0x443d51(0x242)])){if(_0x589d86[_0x443d51(0x31d)](_0x589d86[_0x443d51(0x23d)],_0x589d86[_0x443d51(0x26f)]))_0x589d86[_0x443d51(0x2a0)](_0x143b07[_0x443d51(0x279)],_0x589d86[_0x443d51(0x2c6)])&&(_0x589d86[_0x443d51(0x217)](_0x589d86[_0x443d51(0x348)],_0x589d86[_0x443d51(0x2ec)])?_0x143b07[_0x443d51(0x279)]=_0x589d86[_0x443d51(0x32b)]:(_0x589d86[_0x443d51(0x2b7)](_0x2b7282,_0x443d51(0x338)+_0x56df63),_0x4ecfec=null));else{let _0xc98587=_0x1be160[_0x443d51(0x2ed)];while(_0xc98587&&_0xc98587[_0x443d51(0x1e9)]&&_0x589d86['vVOXe'](_0xc98587[_0x443d51(0x1e9)],'')){_0x3da317[_0x443d51(0x225)](_0xc98587['name']),_0xc98587=_0xc98587[_0x443d51(0x1e9)];}}}}else this[_0x443d51(0x250)](_0x137a09);}else _0x188b82[_0x443d51(0x296)](/TestRun/)&&(_0x589d86[_0x443d51(0x2a4)](_0x589d86['jmbom'],_0x589d86[_0x443d51(0x1f8)])?this[_0x443d51(0x250)](_0xe78da1):_0x35f7bb['push'](_0x2032f9[_0x443d51(0x210)]));const _0x2ac992=_0x143b07[_0x589d86['XfGVj']][0x0];if(_0x2ac992){if(_0x589d86[_0x443d51(0x22e)](_0x589d86[_0x443d51(0x1de)],_0x589d86[_0x443d51(0x1de)]))_0x143b07[_0x589d86[_0x443d51(0x2e2)]]=_0x2ac992[_0x589d86[_0x443d51(0x2d6)]],_0x143b07[_0x589d86[_0x443d51(0x1e1)]]=_0x2ac992[_0x589d86[_0x443d51(0x2eb)]];else return _0x5a6d06[_0x443d51(0x22d)];}if([_0x589d86['TulcS'],_0x589d86[_0x443d51(0x2a9)]]['includes'](_0x188b82)){if(_0x589d86[_0x443d51(0x268)](_0x589d86['qvHCN'],_0x589d86[_0x443d51(0x293)]))this[_0x443d51(0x335)][_0x443d51(0x225)](_0x143b07),_0x143b07[_0x443d51(0x253)]=this[_0x443d51(0x347)](_0xe78da1),this['resetTestHooks'](_0xe78da1);else{if(_0x32e1ee[_0x443d51(0x30f)]){const _0x4865c6=_0x584f75[_0x443d51(0x27e)][_0x443d51(0x2a3)](_0x55e8bf,_0x177762[_0x443d51(0x30f)]);return _0x4865c6[0x0][_0x443d51(0x26e)]();}if(_0x4eb2f3[_0x443d51(0x22d)])return _0x339f4b[_0x443d51(0x22d)];return null;}}const _0x3e2662={'event_type':_0x589d86[_0x443d51(0x268)](_0x188b82,_0x589d86[_0x443d51(0x2a9)])?_0x589d86[_0x443d51(0x2f0)]:_0x188b82};_0x188b82[_0x443d51(0x296)](/HookRun/)?_0x589d86[_0x443d51(0x222)](_0x589d86['kFmIt'],_0x589d86[_0x443d51(0x2b4)])?(_0x143b07[_0x589d86[_0x443d51(0x33f)]]=HOOK_TYPES_MAP[_0x143b07[_0x589d86[_0x443d51(0x33f)]]],_0x3e2662[_0x589d86[_0x443d51(0x336)]]=_0x143b07):_0x401b56['test_run_uuid']=_0x4827ae:_0x589d86[_0x443d51(0x25b)](_0x589d86['lkQoP'],_0x589d86['ZzNXv'])?(_0x3a244f[_0x589d86['nyxsW']]=_0x16ab7d[_0x316aaa[_0x589d86[_0x443d51(0x33f)]]],_0x2ca00a[_0x589d86['dfoMy']]=_0x334275):_0x3e2662[_0x589d86[_0x443d51(0x2a2)]]=_0x143b07;if(_0x589d86[_0x443d51(0x2b9)](this[_0x443d51(0x2fc)]['length'],0x0)&&[_0x589d86['TulcS'],_0x589d86['TfZwX']]['includes'](_0x188b82)){if(_0x589d86[_0x443d51(0x307)](_0x589d86[_0x443d51(0x215)],_0x589d86[_0x443d51(0x215)]))this['hook_data']['forEach'](async _0x39866d=>{const _0x4fbe9e=_0x443d51;if(_0x589d86[_0x4fbe9e(0x268)](_0x589d86['mJUFN'],_0x589d86['blILm']))_0x7e46f0[_0x589d86['PDFtC']]=_0x4e81fa[_0x589d86[_0x4fbe9e(0x2dd)]];else{const _0x243f88=_0x589d86[_0x4fbe9e(0x343)][_0x4fbe9e(0x2bb)]('|');let _0x4a57b7=0x0;while(!![]){switch(_0x243f88[_0x4a57b7++]){case'0':await SessionHandler[_0x4fbe9e(0x1f7)](_0x39866d);continue;case'1':_0x39866d[_0x589d86[_0x4fbe9e(0x336)]][_0x589d86[_0x4fbe9e(0x2c3)]]=_0x3e2662[_0x589d86[_0x4fbe9e(0x2a2)]][_0x589d86[_0x4fbe9e(0x2c3)]];continue;case'2':_0x39866d[_0x589d86[_0x4fbe9e(0x336)]][_0x589d86['UqdQA']]=_0x3e2662[_0x589d86[_0x4fbe9e(0x2a2)]][_0x589d86[_0x4fbe9e(0x24a)]];continue;case'3':_0x39866d[_0x589d86[_0x4fbe9e(0x336)]][_0x589d86['XfGVj']]=_0x3e2662[_0x589d86[_0x4fbe9e(0x2a2)]][_0x589d86[_0x4fbe9e(0x2b0)]];continue;case'4':_0x39866d[_0x589d86[_0x4fbe9e(0x336)]][_0x589d86[_0x4fbe9e(0x23e)]]=_0x3e2662[_0x589d86[_0x4fbe9e(0x2a2)]][_0x589d86[_0x4fbe9e(0x23e)]];continue;}break;}}}),this[_0x443d51(0x2fc)]=[];else return[];}if(_0x589d86[_0x443d51(0x28a)](this['hook_failure'],_0xe78da1[_0x443d51(0x239)])){if(_0x589d86[_0x443d51(0x28a)](_0x589d86['GSDrG'],_0x589d86[_0x443d51(0x2bc)])){this[_0x443d51(0x2fc)]['push'](_0x3e2662);return;}else{const _0x2eb053=_0x53c611[_0x443d51(0x324)];if(_0x589d86[_0x443d51(0x28f)](_0x46aadd,null)||_0x589d86[_0x443d51(0x216)](_0x2f1576,'')||_0x589d86[_0x443d51(0x285)](_0x4fa7fc,_0x2eb053))return null;try{return _0x11a225[_0x443d51(0x219)](_0x5c294a[_0x443d51(0x1d0)](_0x125da2,_0x589d86[_0x443d51(0x23b)],_0x589d86['ZkTGN'])),_0x1283e7;}catch(_0x5a1f1c){const _0x43af1e=_0x2886c2['dirname'](_0x13280e);return this['findGitConfig'](_0x43af1e);}}}if(_0x589d86[_0x443d51(0x216)](this[_0x443d51(0x1fc)],_0x589d86[_0x443d51(0x306)])&&_0x3e2662[_0x589d86[_0x443d51(0x2a2)]]){if(_0x589d86['eqGfU'](_0x589d86['DKTkN'],_0x589d86[_0x443d51(0x1e6)]))_0x3e2662[_0x589d86['zipPs']][_0x589d86[_0x443d51(0x24a)]]=_0x589d86[_0x443d51(0x1ce)],_0x3e2662[_0x589d86[_0x443d51(0x2a2)]][_0x589d86[_0x443d51(0x2b0)]]=null,_0x3e2662[_0x589d86['zipPs']][_0x589d86[_0x443d51(0x23e)]]=null;else{const _0x204475=_0x589d86[_0x443d51(0x2fd)][_0x443d51(0x2bb)]('|');let _0x483fc5=0x0;while(!![]){switch(_0x204475[_0x483fc5++]){case'0':this[_0x443d51(0x1ea)]=_0x589d86[_0x443d51(0x214)](_0x3b960a);continue;case'1':this[_0x443d51(0x335)]=[];continue;case'2':this[_0x443d51(0x2fc)]=[];continue;case'3':this[_0x443d51(0x1e7)]=this['getTestEnv']();continue;case'4':this[_0x443d51(0x246)]=![];continue;case'5':this[_0x443d51(0x292)]=null;continue;case'6':this['_paths']=new _0x11b7db({'cwd':_0x7838c4['cwd']()},this[_0x443d51(0x1e7)][_0x443d51(0x1e3)]);continue;}break;}}}await SessionHandler['uploadEventData'](_0x3e2662);}else _0x589d86[_0x443d51(0x2b7)](_0x577093,_0x443d51(0x228)+_0x23b173);}catch(_0x4db3a1){if(_0x589d86[_0x443d51(0x216)](_0x589d86[_0x443d51(0x221)],_0x589d86['oAtXk'])){const _0x30c769=[];if(_0x17a1a3&&_0x496d3d['parent']){let _0x1a8858=_0x42608d[_0x443d51(0x2ed)];while(_0x1a8858&&_0x1a8858[_0x443d51(0x1e9)]&&_0x589d86['eviAk'](_0x1a8858[_0x443d51(0x1e9)],'')){_0x30c769[_0x443d51(0x225)](_0x1a8858[_0x443d51(0x1e9)]),_0x1a8858=_0x1a8858[_0x443d51(0x1e9)];}}return _0x30c769[_0x443d51(0x259)](),_0x30c769;}else _0x589d86[_0x443d51(0x2b7)](debug,'Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x188b82+_0x443d51(0x1d9)+_0x4db3a1);}};[a16_0x2d313b(0x2e5)](_0x3c098e){const _0x477635=a16_0x2d313b,_0x451a39={};_0x451a39[_0x477635(0x1f9)]=_0x477635(0x2d5),_0x451a39[_0x477635(0x202)]=_0x477635(0x2f9),_0x451a39['ncrLw']=function(_0x2beae8,_0x176311){return _0x2beae8==_0x176311;},_0x451a39['VbRAT']=function(_0x436913,_0x225e70){return _0x436913===_0x225e70;},_0x451a39[_0x477635(0x26c)]=function(_0x158f3c,_0x1554a8){return _0x158f3c===_0x1554a8;},_0x451a39['glxHb']=function(_0x10dd2c,_0x1a9e51){return _0x10dd2c===_0x1a9e51;},_0x451a39[_0x477635(0x30c)]='anusn',_0x451a39[_0x477635(0x1e0)]=_0x477635(0x30e),_0x451a39['rrmEE']=_0x477635(0x204),_0x451a39[_0x477635(0x30b)]='PrerP',_0x451a39['PgjRl']=_0x477635(0x1d2),_0x451a39['ZTgTY']=_0x477635(0x24b),_0x451a39[_0x477635(0x2bd)]=function(_0x562842,_0x12d1f7){return _0x562842===_0x12d1f7;},_0x451a39[_0x477635(0x2e9)]=_0x477635(0x2c2),_0x451a39['qlDzN']=_0x477635(0x297);const _0x205956=_0x451a39,_0x1615ad=path['sep'];if(_0x205956[_0x477635(0x2ce)](_0x3c098e,null)||_0x205956['VbRAT'](_0x3c098e,'')||_0x205956[_0x477635(0x26c)](_0x3c098e,_0x1615ad)){if(_0x205956[_0x477635(0x1f0)](_0x205956[_0x477635(0x30c)],_0x205956['ydJOz'])){if(!_0xd4bc6d||!_0x3b85df[_0x477635(0x2ed)])return[];const _0x34da63=[];return _0x5b4f5f[_0x477635(0x2ed)][_0x477635(0x253)][_0x477635(0x2e3)](_0x2609e2=>{const _0x31a433=_0x477635;_0x2609e2[_0x31a433(0x210)]&&_0x34da63[_0x31a433(0x225)](_0x2609e2[_0x31a433(0x210)]);}),[..._0x34da63,...this[_0x477635(0x347)](_0x4334df[_0x477635(0x2ed)])];}else return null;}try{if(_0x205956[_0x477635(0x1f0)](_0x205956[_0x477635(0x278)],_0x205956['yHopY']))_0x44282a=[_0x448fad,_0x205956[_0x477635(0x1f9)]];else return fs['statSync'](path['join'](_0x3c098e,_0x205956[_0x477635(0x1f2)],_0x205956[_0x477635(0x2b6)])),_0x3c098e;}catch(_0x25c90e){if(_0x205956[_0x477635(0x2bd)](_0x205956['EUYPt'],_0x205956[_0x477635(0x263)]))_0xf13b24[_0x477635(0x279)]=_0x205956[_0x477635(0x202)];else{const _0x3177cb=path[_0x477635(0x241)](_0x3c098e);return this[_0x477635(0x2e5)](_0x3177cb);}}}[a16_0x2d313b(0x328)]=async _0x400510=>{const _0x43ef75=a16_0x2d313b,_0x22cbea={'XucEj':function(_0x33d995,_0x3ea42e){return _0x33d995(_0x3ea42e);},'ejqfH':function(_0x30e997,_0x25ab7b){return _0x30e997!==_0x25ab7b;},'kNNVU':_0x43ef75(0x265),'VJckq':function(_0xc6684c,_0x8ef346){return _0xc6684c===_0x8ef346;},'larxk':_0x43ef75(0x2b3),'meAIV':'kUGmP','vtXIz':function(_0x39ac12,_0x2cc492){return _0x39ac12===_0x2cc492;},'WeOGI':_0x43ef75(0x2fa),'YpBCi':'XjfUR','NHqUM':function(_0x544000,_0x4c43d2){return _0x544000===_0x4c43d2;},'WleVe':_0x43ef75(0x2b5),'ZfbSz':_0x43ef75(0x287),'HEShL':_0x43ef75(0x24d),'RefbV':function(_0x229e3e,_0x1bb88b){return _0x229e3e(_0x1bb88b);}},_0x372e97=TestDetails['getTestUUID'](process[_0x43ef75(0x2c7)]+_0x43ef75(0x255)),_0x3cc84=TestDetails['getTestUUID'](process[_0x43ef75(0x2c7)]+_0x43ef75(0x21a));try{if(_0x22cbea[_0x43ef75(0x315)](_0x22cbea[_0x43ef75(0x25a)],_0x22cbea[_0x43ef75(0x25a)])){(_0x372e97||this['current_hook']&&!this[_0x43ef75(0x295)]['markedStatus'])&&(_0x22cbea[_0x43ef75(0x205)](_0x22cbea[_0x43ef75(0x273)],_0x22cbea[_0x43ef75(0x273)])?_0x22cbea['XucEj'](_0x35f632,_0x43ef75(0x31f)+_0x131f7f):_0x400510[_0x43ef75(0x322)]=_0x372e97);if(!_0x400510[_0x43ef75(0x322)]&&_0x3cc84){if(_0x22cbea['vtXIz'](_0x22cbea[_0x43ef75(0x1d3)],_0x22cbea['YpBCi']))return'\x22'+_0x2d35d6['type']+_0x43ef75(0x1fe)+(_0x4d820d[_0x43ef75(0x2ed)]&&_0x622de4['parent']['name'])+'\x22';else _0x400510[_0x43ef75(0x1d5)]=_0x3cc84;}if(_0x400510[_0x43ef75(0x322)]||_0x400510[_0x43ef75(0x1d5)]){if(_0x22cbea[_0x43ef75(0x300)](_0x22cbea[_0x43ef75(0x2e0)],_0x22cbea[_0x43ef75(0x2e0)])){const _0x132b19={};_0x132b19['event_type']=_0x22cbea[_0x43ef75(0x2a7)],_0x132b19['logs']=[_0x400510],await SessionHandler[_0x43ef75(0x1f7)](_0x132b19);}else{if(_0x22cbea[_0x43ef75(0x205)](_0x11baa3[_0x43ef75(0x239)],_0x22cbea[_0x43ef75(0x1fa)]))return'\x22'+_0x27b716[_0x43ef75(0x239)]+_0x43ef75(0x1fe)+(_0x2f5d38['parent']&&_0x2b4b41[_0x43ef75(0x2ed)][_0x43ef75(0x1e9)])+'\x22';return _0x22342b['name'];}}}else _0x1a7df6=this[_0x43ef75(0x31c)](_0x54d6bb);}catch(_0x3ee87d){if(_0x22cbea[_0x43ef75(0x300)](_0x22cbea[_0x43ef75(0x267)],_0x22cbea['HEShL']))_0x22cbea[_0x43ef75(0x1f3)](debug,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20'+_0x3ee87d);else return this[_0x43ef75(0x292)];}};[a16_0x2d313b(0x1e2)]=async _0x529256=>{const _0x2f0220=a16_0x2d313b,_0x1bdca6={'zZOKO':function(_0x29b6d8,_0x14699c){return _0x29b6d8===_0x14699c;},'QtyAQ':'EeDMV','KJAUu':_0x2f0220(0x344),'JxoqY':'CBTSessionCreated','XMiCt':function(_0xb0991b,_0x5d27a8){return _0xb0991b!==_0x5d27a8;},'dXPrr':_0x2f0220(0x28d),'OWNDv':_0x2f0220(0x25c),'gJSCQ':function(_0x2dbbd5,_0xd4f00a){return _0x2dbbd5(_0xd4f00a);}};try{if(_0x1bdca6['zZOKO'](_0x1bdca6[_0x2f0220(0x274)],_0x1bdca6[_0x2f0220(0x274)])){const _0x5ecb70={'uuid':_0x529256[_0x2f0220(0x317)]||TestDetails[_0x2f0220(0x2e4)](process[_0x2f0220(0x2c7)]+_0x2f0220(0x21a)),'integrations':_0x529256[_0x1bdca6[_0x2f0220(0x2f4)]]},_0x2f6df8={};_0x2f6df8[_0x2f0220(0x272)]=_0x1bdca6[_0x2f0220(0x314)],_0x2f6df8[_0x2f0220(0x1ed)]=_0x5ecb70,await SessionHandler['uploadEventData'](_0x2f6df8);}else this[_0x2f0220(0x292)]=_0x289059['root'];}catch(_0x46e313){_0x1bdca6[_0x2f0220(0x240)](_0x1bdca6[_0x2f0220(0x26d)],_0x1bdca6['OWNDv'])?_0x1bdca6[_0x2f0220(0x1da)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20'+_0x46e313):_0x4dfa82=[];}};async['configureGit'](){const _0x18aaec=a16_0x2d313b,_0x2267df={'BhVsN':function(_0x58edee,_0x44a7a6){return _0x58edee!==_0x44a7a6;},'YjdRQ':_0x18aaec(0x238),'MqGOw':_0x18aaec(0x2be),'PQtmI':function(_0x20b269){return _0x20b269();},'ELHUv':function(_0x2b5844,_0x5d2699){return _0x2b5844===_0x5d2699;},'vJxls':'iDDoV','azbPu':_0x18aaec(0x33e)};if(this[_0x18aaec(0x246)]){if(_0x2267df['BhVsN'](_0x2267df[_0x18aaec(0x1d6)],_0x2267df[_0x18aaec(0x1f5)]))return this[_0x18aaec(0x292)];else return;}const _0x1b1224=await _0x2267df[_0x18aaec(0x1eb)](getGitMetaData);_0x1b1224&&(_0x2267df['ELHUv'](_0x2267df[_0x18aaec(0x2cf)],_0x2267df['azbPu'])?_0x4da7c7['hookAnalyticsId']&&_0x8d4f0c['push'](_0xa642db[_0x18aaec(0x210)]):this['_gitConfigPath']=_0x1b1224[_0x18aaec(0x256)]),this['_gitConfigured']=!![];}[a16_0x2d313b(0x276)](_0x32ab7f){const _0x239e73=a16_0x2d313b,_0x3776f9={};_0x3776f9[_0x239e73(0x2db)]=_0x239e73(0x2f9),_0x3776f9['olHiv']=_0x239e73(0x220),_0x3776f9['bSFli']=_0x239e73(0x22b);const _0x498b19=_0x3776f9,_0x52498d={};return _0x52498d[STATE_PASSED]=_0x498b19[_0x239e73(0x2db)],_0x52498d[STATE_PENDING]=_0x498b19[_0x239e73(0x2e1)],_0x52498d[STATE_FAILED]=_0x498b19[_0x239e73(0x2b2)],_0x52498d[_0x32ab7f];}[a16_0x2d313b(0x2d4)](_0x39bfca){const _0x1775a4=a16_0x2d313b,_0x221681={};_0x221681[_0x1775a4(0x32a)]=_0x1775a4(0x22c),_0x221681[_0x1775a4(0x1f4)]=_0x1775a4(0x33d),_0x221681[_0x1775a4(0x1ee)]=function(_0x59abd9,_0x14ce63){return _0x59abd9===_0x14ce63;},_0x221681[_0x1775a4(0x231)]='fvwcP',_0x221681[_0x1775a4(0x23c)]=function(_0x42359a,_0x279bfe){return _0x42359a!==_0x279bfe;},_0x221681[_0x1775a4(0x2c5)]=function(_0x25813f,_0x5287f7){return _0x25813f===_0x5287f7;},_0x221681['XUTBT']=_0x1775a4(0x32f),_0x221681[_0x1775a4(0x2d0)]=_0x1775a4(0x20e);const _0x3e892f=_0x221681,_0x3df920=[];if(_0x39bfca&&_0x39bfca[_0x1775a4(0x2ed)]){if(_0x3e892f[_0x1775a4(0x1ee)](_0x3e892f['gxyZJ'],_0x3e892f[_0x1775a4(0x231)])){let _0x596fbc=_0x39bfca[_0x1775a4(0x2ed)];while(_0x596fbc&&_0x596fbc[_0x1775a4(0x1e9)]&&_0x3e892f['QGalO'](_0x596fbc['name'],'')){_0x3e892f['DsgHK'](_0x3e892f[_0x1775a4(0x247)],_0x3e892f[_0x1775a4(0x2d0)])?[_0x3e892f[_0x1775a4(0x32a)],_0x3e892f[_0x1775a4(0x1f4)]][_0x1775a4(0x2f7)](_0x4b6e13['type'])&&_0x39b8ef[_0x1775a4(0x210)]&&(_0x259ecd[_0x1775a4(0x210)]=null):(_0x3df920[_0x1775a4(0x225)](_0x596fbc[_0x1775a4(0x1e9)]),_0x596fbc=_0x596fbc[_0x1775a4(0x1e9)]);}}else{const _0x447be9=_0x46ab20[_0x1775a4(0x241)](_0x5c7e75);return this[_0x1775a4(0x2e5)](_0x447be9);}}return _0x3df920['reverse'](),_0x3df920;}[a16_0x2d313b(0x31c)]=_0x5ca11e=>{const _0x2f5c46=a16_0x2d313b,_0x460bcf={};_0x460bcf[_0x2f5c46(0x2d8)]=function(_0x35d8d3,_0x11a2bc){return _0x35d8d3!==_0x11a2bc;},_0x460bcf['NHIYN']='failed',_0x460bcf[_0x2f5c46(0x2ee)]=_0x2f5c46(0x2f9),_0x460bcf['NaFyf']=function(_0x5e59f0,_0x4f112a){return _0x5e59f0===_0x4f112a;},_0x460bcf[_0x2f5c46(0x302)]=_0x2f5c46(0x316),_0x460bcf['gdHMg']=function(_0x5abf4b,_0xc19628){return _0x5abf4b!==_0xc19628;},_0x460bcf[_0x2f5c46(0x2e8)]=_0x2f5c46(0x284),_0x460bcf[_0x2f5c46(0x2d2)]=_0x2f5c46(0x1e5),_0x460bcf[_0x2f5c46(0x1dd)]=_0x2f5c46(0x211),_0x460bcf['BlILs']=_0x2f5c46(0x2c4);const _0x12e04c=_0x460bcf;if(_0x5ca11e['asyncError']){if(_0x12e04c['NaFyf'](_0x12e04c[_0x2f5c46(0x2e8)],_0x12e04c[_0x2f5c46(0x2d2)]))_0x12e04c[_0x2f5c46(0x2d8)](_0x13dcaf[_0x2f5c46(0x279)],_0x12e04c[_0x2f5c46(0x2b1)])&&(_0x14eb38[_0x2f5c46(0x279)]=_0x12e04c[_0x2f5c46(0x2ee)]);else{const _0x203fe6=stackTrace['parse']['call'](stackTrace,_0x5ca11e[_0x2f5c46(0x30f)]);return _0x203fe6[0x0][_0x2f5c46(0x26e)]();}}if(_0x5ca11e[_0x2f5c46(0x22d)]){if(_0x12e04c[_0x2f5c46(0x31e)](_0x12e04c[_0x2f5c46(0x1dd)],_0x12e04c[_0x2f5c46(0x29c)]))[_0x37db8f['hook_type'],_0x8dc3f8[_0x2f5c46(0x1e9)]]=[_0x59d599['type'],this[_0x2f5c46(0x258)](_0x5cc2d7)],_0x12e04c[_0x2f5c46(0x31e)](_0x45f760,_0x12e04c[_0x2f5c46(0x302)])&&(_0x12e04c[_0x2f5c46(0x304)](_0x2cee8a[_0x2f5c46(0x279)],_0x12e04c[_0x2f5c46(0x2b1)])&&(_0x4fbb1b[_0x2f5c46(0x279)]=_0x12e04c[_0x2f5c46(0x2ee)]));else return _0x5ca11e['file'];}return null;};['mapTestHooks']=_0x343820=>{const _0x5f5ac8=a16_0x2d313b,_0x2b3980={'gtWha':function(_0x3586fd,_0x4b39d3){return _0x3586fd(_0x4b39d3);},'tyeLw':_0x5f5ac8(0x1ed),'qXRzA':'passed','AoDAo':_0x5f5ac8(0x220),'yBsUV':'failed','tkOtN':function(_0x34526f,_0x3750ea){return _0x34526f===_0x3750ea;},'Jttpp':_0x5f5ac8(0x27d),'CwKKG':'VpeCe','cDKwO':function(_0x3efea1,_0x2ae54b){return _0x3efea1!==_0x2ae54b;},'pcGhS':_0x5f5ac8(0x2df),'FvExZ':function(_0x14d8f3,_0x571964){return _0x14d8f3===_0x571964;},'lBRLs':_0x5f5ac8(0x23f),'IhECL':_0x5f5ac8(0x286)};if(!_0x343820||!_0x343820[_0x5f5ac8(0x2ed)]){if(_0x2b3980['FvExZ'](_0x2b3980['lBRLs'],_0x2b3980[_0x5f5ac8(0x20b)]))_0x2b3980[_0x5f5ac8(0x244)](_0x345277,_0x5f5ac8(0x277)+_0x18469f+_0x5f5ac8(0x1d9)+_0x6026b3);else return;}_0x343820[_0x5f5ac8(0x2ed)][_0x5f5ac8(0x253)][_0x5f5ac8(0x2e3)](_0x1a5935=>{const _0x4b9a95=_0x5f5ac8,_0x5f2ffa={};_0x5f2ffa[_0x4b9a95(0x345)]=_0x2b3980[_0x4b9a95(0x24e)],_0x5f2ffa[_0x4b9a95(0x1cc)]=_0x2b3980[_0x4b9a95(0x331)],_0x5f2ffa['aHHJU']=_0x2b3980['yBsUV'];const _0x3be548=_0x5f2ffa;if(_0x2b3980[_0x4b9a95(0x22f)](_0x2b3980[_0x4b9a95(0x275)],_0x2b3980['CwKKG'])){const _0x50d3e9={};return _0x50d3e9[_0x4fd493]=_0x3be548[_0x4b9a95(0x345)],_0x50d3e9[_0x1df942]=_0x3be548['DpQSQ'],_0x50d3e9[_0x18d390]=_0x3be548['aHHJU'],_0x50d3e9[_0x43f106];}else!_0x1a5935[_0x4b9a95(0x210)]&&(_0x2b3980[_0x4b9a95(0x203)](_0x2b3980['pcGhS'],_0x2b3980[_0x4b9a95(0x342)])?_0x271464[_0x2b3980[_0x4b9a95(0x321)]]=_0x23cb94:_0x1a5935[_0x4b9a95(0x210)]=TestDetails[_0x4b9a95(0x341)](process[_0x4b9a95(0x2c7)]+_0x4b9a95(0x255)));}),this[_0x5f5ac8(0x250)](_0x343820[_0x5f5ac8(0x2ed)]);};[a16_0x2d313b(0x266)]=_0x1376fa=>{const _0x1dccbd=a16_0x2d313b,_0x24b36c={'KHYQe':_0x1dccbd(0x24c),'RYKzp':function(_0x4f6be6){return _0x4f6be6();},'Beaot':_0x1dccbd(0x265),'BhcJl':function(_0x38a988,_0x10ab8d){return _0x38a988===_0x10ab8d;},'DSFeo':_0x1dccbd(0x262),'lIxQh':'beforeEach','NAUdu':_0x1dccbd(0x33d),'iBRDz':function(_0x5e4e22,_0x1c78dd){return _0x5e4e22===_0x1c78dd;},'jwdMQ':_0x1dccbd(0x2f8),'hXorS':_0x1dccbd(0x1db),'ZQxmS':function(_0x44a2f2,_0x56b81a){return _0x44a2f2!==_0x56b81a;},'oeYeG':_0x1dccbd(0x209),'HZujD':_0x1dccbd(0x2aa)};if(!_0x1376fa||!_0x1376fa[_0x1dccbd(0x2ed)]){if(_0x24b36c[_0x1dccbd(0x249)](_0x24b36c[_0x1dccbd(0x270)],_0x24b36c[_0x1dccbd(0x21d)]))return;else _0x58c14d[_0x1dccbd(0x210)]=null;}_0x1376fa[_0x1dccbd(0x2ed)]['hooks'][_0x1dccbd(0x2e3)](_0x4348a5=>{const _0x31332=_0x1dccbd;if(_0x24b36c[_0x31332(0x2d1)](_0x24b36c['DSFeo'],_0x24b36c[_0x31332(0x2a6)])){if([_0x24b36c[_0x31332(0x327)],_0x24b36c[_0x31332(0x2de)]][_0x31332(0x2f7)](_0x4348a5[_0x31332(0x239)])&&_0x4348a5[_0x31332(0x210)]){if(_0x24b36c[_0x31332(0x1fb)](_0x24b36c[_0x31332(0x20d)],_0x24b36c[_0x31332(0x20c)]))return{'ci':_0x24b36c[_0x31332(0x27f)],'key':_0x24b36c[_0x31332(0x236)](_0x312be9),'version':_0x397020,'collector':_0x31332(0x2d7)+_0x3f1b81};else _0x4348a5[_0x31332(0x210)]=null;}}else _0x17e0fd=[_0x1b0d7c['errorsDetailed'],_0x24b36c[_0x31332(0x30a)]];}),this[_0x1dccbd(0x250)](_0x1376fa[_0x1dccbd(0x2ed)]);};[a16_0x2d313b(0x347)]=_0x3f6ede=>{const _0x5ef4fc=a16_0x2d313b,_0x12a247={};_0x12a247[_0x5ef4fc(0x2af)]=_0x5ef4fc(0x22c),_0x12a247[_0x5ef4fc(0x29a)]='afterEach',_0x12a247['ytzyh']=function(_0x2b90c6,_0x5ef648){return _0x2b90c6===_0x5ef648;},_0x12a247[_0x5ef4fc(0x1e4)]=_0x5ef4fc(0x2fe),_0x12a247['zOkEz']='rhGXG',_0x12a247['rCpFu']=function(_0x17df1c,_0x4779bc){return _0x17df1c!==_0x4779bc;},_0x12a247[_0x5ef4fc(0x27a)]='Nqfti',_0x12a247[_0x5ef4fc(0x299)]=function(_0x56cba1,_0x10c467){return _0x56cba1!==_0x10c467;},_0x12a247[_0x5ef4fc(0x260)]='KeQvR',_0x12a247[_0x5ef4fc(0x2da)]=_0x5ef4fc(0x283);const _0x544443=_0x12a247;if(!_0x3f6ede||!_0x3f6ede[_0x5ef4fc(0x2ed)]){if(_0x544443[_0x5ef4fc(0x299)](_0x544443[_0x5ef4fc(0x260)],_0x544443[_0x5ef4fc(0x2da)]))return[];else _0x47cd55['removeAllListeners'](_0x5ef4fc(0x2a1)+_0x2ca7f3['pid']),_0x1310f4['on'](_0x5ef4fc(0x2a1)+_0x1bdbc0['pid'],this[_0x5ef4fc(0x328)][_0x5ef4fc(0x32c)](this)),_0x54b76b[_0x5ef4fc(0x264)](_0x5ef4fc(0x227)+_0x2f7930['pid']),_0x34e2cb['on'](_0x5ef4fc(0x227)+_0xcb1ee[_0x5ef4fc(0x2c7)],this['appendTestPlatform'][_0x5ef4fc(0x32c)](this));}const _0x910b4b=[];return _0x3f6ede[_0x5ef4fc(0x2ed)][_0x5ef4fc(0x253)][_0x5ef4fc(0x2e3)](_0x5393ba=>{const _0x26a911=_0x5ef4fc;if(_0x544443[_0x26a911(0x243)](_0x544443[_0x26a911(0x1e4)],_0x544443[_0x26a911(0x2f2)])){const _0x575cd0={};_0x575cd0[_0x26a911(0x313)]=_0x544443[_0x26a911(0x2af)],_0x575cd0[_0x26a911(0x2a8)]=_0x544443[_0x26a911(0x29a)];const _0x717b6b=_0x575cd0;if(!_0x1e0a80||!_0xe1b0bb[_0x26a911(0x2ed)])return;_0x410e2e['parent']['hooks'][_0x26a911(0x2e3)](_0x879137=>{const _0x4dc6d0=_0x26a911;[_0x717b6b[_0x4dc6d0(0x313)],_0x717b6b[_0x4dc6d0(0x2a8)]][_0x4dc6d0(0x2f7)](_0x879137[_0x4dc6d0(0x239)])&&_0x879137['hookAnalyticsId']&&(_0x879137['hookAnalyticsId']=null);}),this[_0x26a911(0x250)](_0x437293['parent']);}else _0x5393ba[_0x26a911(0x210)]&&(_0x544443[_0x26a911(0x301)](_0x544443[_0x26a911(0x27a)],_0x544443[_0x26a911(0x27a)])?!_0x4b04b1[_0x26a911(0x210)]&&(_0x18ef7b[_0x26a911(0x210)]=_0x46d662[_0x26a911(0x341)](_0x49b870[_0x26a911(0x2c7)]+_0x26a911(0x255))):_0x910b4b['push'](_0x5393ba[_0x26a911(0x210)]));}),[..._0x910b4b,...this['getHooksForTest'](_0x3f6ede['parent'])];};},[a16_0x2d313b(0x34b),a16_0x2d313b(0x1e8),'testStarted',a16_0x2d313b(0x258),a16_0x2d313b(0x346),a16_0x2d313b(0x2e5),a16_0x2d313b(0x328),'appendTestPlatform','analyticsResult',a16_0x2d313b(0x2d4),a16_0x2d313b(0x31c),a16_0x2d313b(0x250),a16_0x2d313b(0x266),a16_0x2d313b(0x347),a16_0x2d313b(0x226)]);
|
|
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']);
|