browserstack-node-sdk 1.28.4 → 1.28.6
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/gcs.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customEnvironment.js +1 -1
- package/src/bin/jest/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.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/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/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/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/performance-tester.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 a27_0xab38=a27_0x3d4d;(function(_0xd956be,_0x2756bc){const _0x16a9ff=a27_0x3d4d,_0x61bc1e=_0xd956be();while(!![]){try{const _0x47e95d=-parseInt(_0x16a9ff(0x1c9))/0x1+parseInt(_0x16a9ff(0x24f))/0x2+parseInt(_0x16a9ff(0x1ab))/0x3*(parseInt(_0x16a9ff(0x104))/0x4)+-parseInt(_0x16a9ff(0x231))/0x5*(parseInt(_0x16a9ff(0x277))/0x6)+-parseInt(_0x16a9ff(0x118))/0x7+-parseInt(_0x16a9ff(0x274))/0x8*(-parseInt(_0x16a9ff(0x267))/0x9)+parseInt(_0x16a9ff(0x25a))/0xa;if(_0x47e95d===_0x2756bc)break;else _0x61bc1e['push'](_0x61bc1e['shift']());}catch(_0x4caba0){_0x61bc1e['push'](_0x61bc1e['shift']());}}}(a27_0x2319,0x580ce));const RequestQueueHandler=require(a27_0xab38(0x27e)),{calculatePerformance,getTagsFromTitle,getFailureData}=require(a27_0xab38(0x1d6)),{v4:uuidv4}=require(a27_0xab38(0x281)),path=require(a27_0xab38(0x1be)),{debug,removeAnsiColors,printBuildLink,getFailureType,failureData}=require('../../../helpers/test-observability/utils'),{getGitMetaData}=require(a27_0xab38(0x135)),TestDetails=require('./test-details'),fs=require('fs'),util=require(a27_0xab38(0x242)),{o11yClassErrorHandler}=require(a27_0xab38(0x1c7)),PerformanceTester=require(a27_0xab38(0x166)),{FRAMEWORKS}=require(a27_0xab38(0xf1)),SessionHandler=require(a27_0xab38(0x1e9));class MyReporter{constructor(_0x1e29f5){const _0x1796b5=a27_0xab38,_0x527bb1={};_0x527bb1[_0x1796b5(0x185)]=function(_0x1e755a,_0x1bf970){return _0x1e755a===_0x1bf970;},_0x527bb1[_0x1796b5(0x227)]=_0x1796b5(0x291),_0x527bb1[_0x1796b5(0x136)]=_0x1796b5(0x179),_0x527bb1[_0x1796b5(0x1b4)]=_0x1796b5(0x1c8),_0x527bb1['iCHPx']=_0x1796b5(0x1ed),_0x527bb1['ePWgf']=_0x1796b5(0x1de);const _0x272406=_0x527bb1;if(process['env'][_0x1796b5(0x1c4)]){if(_0x272406[_0x1796b5(0x185)](_0x272406[_0x1796b5(0x13f)],_0x272406[_0x1796b5(0x13f)]))PerformanceTester[_0x1796b5(0x11c)](_0x272406[_0x1796b5(0x14a)]),process[_0x1796b5(0x275)][_0x1796b5(0x25f)]=new Date()[_0x1796b5(0x219)]();else{if(_0x272406[_0x1796b5(0x185)](_0x3781c0[_0x1796b5(0x205)],_0x272406[_0x1796b5(0x227)])){if(!_0x43cd99[_0x1796b5(0x244)](_0x685b14['path']))return;_0x5a3e1b[_0x1796b5(0x155)]({'test_run_uuid':_0x11c29a,'timestamp':_0x1e3a92[_0x1796b5(0x192)](_0x13d6ca[_0x1796b5(0x1be)])[_0x1796b5(0x295)],'kind':_0x272406[_0x1796b5(0x136)],'message':_0x107caf[_0x1796b5(0x1bb)](_0x36101e[_0x1796b5(0x1be)],{'encoding':_0x272406[_0x1796b5(0x1b4)]})});}}}this[_0x1796b5(0x21c)]={},this[_0x1796b5(0x128)]={},this[_0x1796b5(0x149)]=_0x1e29f5,this[_0x1796b5(0x115)]=![],this[_0x1796b5(0x20f)]=null;}async[a27_0xab38(0x245)](){const _0x3559cb=a27_0xab38;TestDetails[_0x3559cb(0xfa)](),await this[_0x3559cb(0x1b7)]();}async['onTestBegin'](_0x277c86,_0x38117c){const _0x5c74e=a27_0xab38,_0x245959={};_0x245959[_0x5c74e(0x11a)]=_0x5c74e(0x10a);const _0x2cb241=_0x245959,_0x57108d=this[_0x5c74e(0x14b)](_0x277c86);this[_0x5c74e(0x21c)][_0x57108d]={'uuid':TestDetails[_0x5c74e(0x140)](this[_0x5c74e(0x17b)](_0x277c86,_0x38117c[_0x5c74e(0x27c)])),'startedAt':_0x38117c['startTime']},await this[_0x5c74e(0x264)](_0x277c86,_0x2cb241[_0x5c74e(0x11a)],_0x38117c);}async[a27_0xab38(0x101)](_0x572c65,_0x141afa,_0x459ccd){const _0x321ac6=a27_0xab38,_0x5b9c7b={};_0x5b9c7b[_0x321ac6(0x203)]=_0x321ac6(0x1e6),_0x5b9c7b[_0x321ac6(0x1c3)]=function(_0x3ffbd5,_0x41693d){return _0x3ffbd5!==_0x41693d;},_0x5b9c7b[_0x321ac6(0x157)]=_0x321ac6(0x15d),_0x5b9c7b[_0x321ac6(0x26a)]=_0x321ac6(0x223),_0x5b9c7b[_0x321ac6(0x178)]=function(_0x4dcfbd,_0x23da38){return _0x4dcfbd!==_0x23da38;},_0x5b9c7b['NjqAc']=_0x321ac6(0x1e7),_0x5b9c7b['NFSdA']=_0x321ac6(0x173);const _0x5ebe28=_0x5b9c7b;if(!this[_0x321ac6(0x1d1)](_0x459ccd,_0x572c65)){if(_0x5ebe28[_0x321ac6(0x1c3)](_0x5ebe28[_0x321ac6(0x157)],_0x5ebe28[_0x321ac6(0x26a)]))return;else return _0x5ebe28[_0x321ac6(0x203)];}const _0x325cec=this[_0x321ac6(0x1cb)](_0x572c65,_0x459ccd);this['_tests'][_0x325cec]={'uuid':TestDetails[_0x321ac6(0x140)](_0x325cec),'startedAt':_0x459ccd[_0x321ac6(0x289)][_0x321ac6(0x219)]()};const _0x384109=this[_0x321ac6(0x17b)](_0x572c65,_0x141afa[_0x321ac6(0x27c)]);if(!this[_0x321ac6(0x128)][_0x384109]){if(_0x5ebe28[_0x321ac6(0x178)](_0x5ebe28[_0x321ac6(0x258)],_0x5ebe28[_0x321ac6(0x258)]))return;else this['_testHooksMap'][_0x384109]=[];}this[_0x321ac6(0x128)][_0x384109][_0x321ac6(0x155)](this[_0x321ac6(0x21c)][_0x325cec][_0x321ac6(0x281)]),await this['sendHookRunEvent'](_0x572c65,_0x459ccd,_0x5ebe28[_0x321ac6(0x21d)],_0x141afa);}async['onStepEnd'](_0x25ef19,_0x5b693a,_0x5c0700){const _0x44d116=a27_0xab38,_0x19f08e={};_0x19f08e[_0x44d116(0x23e)]=function(_0x493ea2,_0xbe166a){return _0x493ea2===_0xbe166a;},_0x19f08e[_0x44d116(0x1d5)]=_0x44d116(0x1f2),_0x19f08e['eMJeN']=_0x44d116(0x252),_0x19f08e['ZGcTj']=function(_0x27338a,_0x3c0571){return _0x27338a+_0x3c0571;},_0x19f08e[_0x44d116(0x1a9)]=_0x44d116(0x251);const _0x109a84=_0x19f08e;if(!this[_0x44d116(0x1d1)](_0x5c0700,_0x25ef19)){if(_0x109a84['ziCmz'](_0x109a84[_0x44d116(0x1d5)],_0x109a84[_0x44d116(0xf7)])){const _0x258b25={};_0x258b25[_0x44d116(0x176)]=[_0x544d5c[_0x44d116(0x20e)]],_0x258b25['expanded']=[],_0x16709e['push'](_0x258b25);}else return;}const _0x43dfb8=this[_0x44d116(0x154)](_0x25ef19,_0x5c0700);this[_0x44d116(0x21c)][_0x43dfb8]={...this[_0x44d116(0x21c)][_0x43dfb8]||{},'finishedAt':new Date(_0x109a84['ZGcTj'](_0x5c0700[_0x44d116(0x289)][_0x44d116(0x121)](),_0x5c0700[_0x44d116(0x234)]))},await this[_0x44d116(0x25d)](_0x25ef19,_0x5c0700,_0x109a84[_0x44d116(0x1a9)],_0x5b693a);}async[a27_0xab38(0x10e)](_0x330217,_0x14fe16){const _0x312d86=a27_0xab38,_0x3a99d8={};_0x3a99d8[_0x312d86(0x175)]=function(_0x5e80a5,_0x178ff6){return _0x5e80a5+_0x178ff6;},_0x3a99d8[_0x312d86(0x114)]=function(_0x22839c,_0x523ea4){return _0x22839c+_0x523ea4;},_0x3a99d8[_0x312d86(0x202)]=function(_0x51e6cd,_0x470b34){return _0x51e6cd===_0x470b34;},_0x3a99d8[_0x312d86(0x148)]=_0x312d86(0x221),_0x3a99d8['qUxGj']=_0x312d86(0x260),_0x3a99d8[_0x312d86(0x172)]=function(_0x1135d0,_0x301819){return _0x1135d0===_0x301819;},_0x3a99d8[_0x312d86(0x255)]=_0x312d86(0x291),_0x3a99d8['nDEdA']=function(_0x529a68,_0x1a4490){return _0x529a68!==_0x1a4490;},_0x3a99d8[_0x312d86(0x14f)]=_0x312d86(0x14e),_0x3a99d8[_0x312d86(0x273)]=_0x312d86(0x1a8),_0x3a99d8['iKYqi']=function(_0x2327b7,_0x35244c){return _0x2327b7===_0x35244c;},_0x3a99d8[_0x312d86(0x294)]=_0x312d86(0x265),_0x3a99d8[_0x312d86(0x271)]='KhEpG',_0x3a99d8['HWvxT']=_0x312d86(0x179),_0x3a99d8[_0x312d86(0x262)]=_0x312d86(0x1c8),_0x3a99d8['mWOEQ']=_0x312d86(0x197),_0x3a99d8['lTkCH']=_0x312d86(0x1fd),_0x3a99d8['VmeNJ']=function(_0x46c583,_0x859dc3){return _0x46c583===_0x859dc3;},_0x3a99d8[_0x312d86(0x1a2)]=_0x312d86(0x1ba),_0x3a99d8[_0x312d86(0x28a)]=_0x312d86(0x1c5),_0x3a99d8[_0x312d86(0x111)]=_0x312d86(0x1ec),_0x3a99d8[_0x312d86(0x28b)]=_0x312d86(0x1ad),_0x3a99d8[_0x312d86(0x100)]=function(_0x11746d,_0x467a64){return _0x11746d>_0x467a64;};const _0x5735c9=_0x3a99d8,_0x4a5c85=this[_0x312d86(0x14b)](_0x330217),_0x1926c9=TestDetails['getTestUUID'](this[_0x312d86(0x17b)](_0x330217,_0x14fe16[_0x312d86(0x27c)]));this[_0x312d86(0x21c)][_0x4a5c85]={...this[_0x312d86(0x21c)][_0x4a5c85]||{},'finishedAt':new Date()[_0x312d86(0x219)]()},await this['sendTestRunEvent'](_0x330217,_0x5735c9[_0x312d86(0x111)],_0x14fe16);const _0x183f6f=[];if(_0x14fe16[_0x312d86(0x246)]){if(_0x5735c9['wjpaK'](_0x5735c9[_0x312d86(0x28b)],_0x5735c9[_0x312d86(0x28b)]))_0x14fe16[_0x312d86(0x246)][_0x312d86(0x1d7)](_0x4cc253=>{const _0x4b86e2=_0x312d86;if(_0x5735c9[_0x4b86e2(0x202)](_0x5735c9[_0x4b86e2(0x148)],_0x5735c9[_0x4b86e2(0x1e0)]))_0x474005=_0x221566[_0x4b86e2(0x1f8)];else{if(_0x5735c9[_0x4b86e2(0x172)](_0x4cc253[_0x4b86e2(0x205)],_0x5735c9[_0x4b86e2(0x255)])){if(_0x5735c9[_0x4b86e2(0x183)](_0x5735c9[_0x4b86e2(0x14f)],_0x5735c9[_0x4b86e2(0x273)])){if(!fs[_0x4b86e2(0x244)](_0x4cc253['path'])){if(_0x5735c9[_0x4b86e2(0x107)](_0x5735c9['ibHFB'],_0x5735c9['pPCeo']))return _0x5735c9['YhoDr'](_0x5735c9[_0x4b86e2(0x114)](_0x939f8b[_0x4b86e2(0x12b)],'-'),_0x44c18a['id']);else return;}_0x183f6f[_0x4b86e2(0x155)]({'test_run_uuid':_0x1926c9,'timestamp':fs[_0x4b86e2(0x192)](_0x4cc253[_0x4b86e2(0x1be)])['mtime'],'kind':_0x5735c9[_0x4b86e2(0x169)],'message':fs[_0x4b86e2(0x1bb)](_0x4cc253[_0x4b86e2(0x1be)],{'encoding':_0x5735c9[_0x4b86e2(0x262)]})});}else return![];}}});else{(_0x5735c9['iKYqi'](_0x22f08d[_0x312d86(0x1d0)],_0x5735c9[_0x312d86(0x11f)])||_0x5735c9['iKYqi'](_0x366b41[_0x312d86(0x1d0)],_0x5735c9[_0x312d86(0x1e4)])||_0x5735c9[_0x312d86(0x1d9)](_0x33b256[_0x312d86(0x1d0)],_0x5735c9[_0x312d86(0x1a2)]))&&(_0x2a8a75[_0x312d86(0x1d0)]=_0x5735c9['lTkCH']);if(_0x5735c9[_0x312d86(0x107)](_0x1fca02[_0x312d86(0x224)],_0x5735c9[_0x312d86(0x11f)])&&_0x5735c9['iKYqi'](_0x1dae44[_0x312d86(0x159)],_0x5735c9[_0x312d86(0x1e4)])){const _0x45e664={};_0x45e664[_0x312d86(0x1bd)]=_0x5735c9[_0x312d86(0x28a)],_0x45e664[_0x312d86(0x200)]=_0x5735c9['SeGFF'],_0x44058f[_0x312d86(0x253)]=_0x45e664,_0x4e726d[_0x312d86(0xf4)]=[_0x5c3769[_0x312d86(0x253)]];}}}if(_0x5735c9[_0x312d86(0x100)](_0x183f6f[_0x312d86(0x216)],0x0))await MyReporter[_0x312d86(0x125)](_0x183f6f);}async[a27_0xab38(0x18c)](){const _0x5993b7=a27_0xab38;await RequestQueueHandler['getInstance']()[_0x5993b7(0x296)](),await SessionHandler[_0x5993b7(0x1a1)](),TestDetails[_0x5993b7(0x296)]();}async['onEnd'](_0x5d2a96){const _0x401af2=a27_0xab38,_0x1536fa={'eGtRF':function(_0x2e27b4,_0x555cfc,_0x4642dc){return _0x2e27b4(_0x555cfc,_0x4642dc);},'gkaTI':function(_0x38975a){return _0x38975a();},'CVPGG':function(_0x409efa,_0x148b54){return _0x409efa!==_0x148b54;},'GJczN':'vqOsf','BhIgd':_0x401af2(0x286),'YLmfn':function(_0x1096ff,_0x4ebd06){return _0x1096ff===_0x4ebd06;},'kiHAa':_0x401af2(0x1a7),'ciITY':_0x401af2(0x280),'YTypW':function(_0x342c31){return _0x342c31();},'vsnnC':_0x401af2(0x1d4),'joZHs':_0x401af2(0x191),'AjHkv':function(_0xb3d3fd,_0x567923){return _0xb3d3fd(_0x567923);}};await this[_0x401af2(0x18c)](),_0x1536fa[_0x401af2(0x1cc)](printBuildLink);try{if(_0x1536fa[_0x401af2(0x158)](_0x1536fa[_0x401af2(0x186)],_0x1536fa[_0x401af2(0x1ac)]))process[_0x401af2(0x275)][_0x401af2(0x1c4)]&&(_0x1536fa[_0x401af2(0x163)](_0x1536fa[_0x401af2(0x141)],_0x1536fa[_0x401af2(0x113)])?_0x1536fa[_0x401af2(0x1b2)](_0xd03080,_0x277bd6,![]):await _0x1536fa[_0x401af2(0x288)](calculatePerformance));else return _0x3dcf5a;}catch(_0x47c259){if(_0x1536fa[_0x401af2(0x158)](_0x1536fa[_0x401af2(0x1aa)],_0x1536fa['joZHs']))_0x1536fa['AjHkv'](debug,_0x401af2(0x24b)+_0x47c259[_0x401af2(0x292)]());else return;}}static async[a27_0xab38(0x284)](_0x1de045,_0x45008f){const _0x26684b=a27_0xab38;_0x45008f[_0x26684b(0x116)]=TestDetails[_0x26684b(0x140)](_0x1de045),await this[_0x26684b(0x125)]([_0x45008f]);}static async[a27_0xab38(0x125)](_0x41b9fa){const _0x4beb41=a27_0xab38,_0x291960={};_0x291960[_0x4beb41(0xef)]=_0x4beb41(0x28f);const _0x4dd006=_0x291960,_0x52ce1c={};_0x52ce1c[_0x4beb41(0x27d)]=_0x4dd006[_0x4beb41(0xef)],_0x52ce1c['logs']=_0x41b9fa,await SessionHandler[_0x4beb41(0x248)](_0x52ce1c);}async[a27_0xab38(0x25d)](_0x3cda0f,_0x239868,_0x5901cf,_0x48b04b){const _0x50e8c9=a27_0xab38,_0x4e87b8={'KjguZ':_0x50e8c9(0x1fd),'obmLU':function(_0x32d32c,_0x275df2){return _0x32d32c(_0x275df2);},'URQQZ':function(_0x3f77bf,_0x17288c){return _0x3f77bf(_0x17288c);},'VyrLJ':function(_0x15b0ba,_0x2e8446,_0x1ac39b){return _0x15b0ba(_0x2e8446,_0x1ac39b);},'NtDVt':'err','IcZOQ':function(_0x5a439d,_0x24317c){return _0x5a439d===_0x24317c;},'ikKRp':'BEFORE_EACH','KabKY':function(_0x92d8ce){return _0x92d8ce();},'CRYCU':_0x50e8c9(0x197),'SiTSe':function(_0xd31624,_0x326112){return _0xd31624(_0x326112);},'lUjDM':'hook','BWxuk':_0x50e8c9(0x16b),'wjnRV':'pending','nrJTF':function(_0x6ed9ff,_0x1f2433){return _0x6ed9ff>=_0x1f2433;},'eUyBP':function(_0x334ca1,_0x2c497d){return _0x334ca1===_0x2c497d;},'cACvE':'HookRunFinished','XjUjM':function(_0x58ed7c,_0x1ce17c){return _0x58ed7c!==_0x1ce17c;},'YlQHj':_0x50e8c9(0x167),'OWxaX':function(_0x40728b,_0x42024d){return _0x40728b>_0x42024d;},'irOav':function(_0x348561,_0x482adf){return _0x348561!==_0x482adf;},'Ptjbq':_0x50e8c9(0x278),'BkGpt':_0x50e8c9(0x1dd),'xlvEj':_0x50e8c9(0x1a6),'NRbDr':function(_0x431358,_0xe36393){return _0x431358(_0xe36393);},'uLJzV':function(_0x2e9159,_0x49681f){return _0x2e9159(_0x49681f);},'ftBmx':function(_0x9e9231,_0x287d2d){return _0x9e9231===_0x287d2d;},'AlWJr':function(_0xc897a9,_0x44a024){return _0xc897a9!==_0x44a024;},'rDrcN':'UUzuS','GBHig':function(_0x295212,_0x160e2f){return _0x295212===_0x160e2f;},'mhPJz':_0x50e8c9(0x276),'BSiVr':_0x50e8c9(0x1b8)},_0x6b0150=this[_0x50e8c9(0x154)](_0x3cda0f,_0x239868),_0x598b2c=this[_0x50e8c9(0x21c)][_0x6b0150],_0x2cab3f={'uuid':_0x598b2c[_0x50e8c9(0x281)],'type':_0x4e87b8['lUjDM'],'hook_type':this[_0x50e8c9(0x152)](_0x239868[_0x50e8c9(0x1f8)]),'name':_0x239868['title'],'scope':this[_0x50e8c9(0x16c)](_0x239868),'scopes':this[_0x50e8c9(0x22d)](_0x3cda0f),'body':{'lang':_0x4e87b8[_0x50e8c9(0x162)],'code':null},'identifier':_0x6b0150,'file_name':path[_0x50e8c9(0x187)](process[_0x50e8c9(0x13b)](),_0x3cda0f[_0x50e8c9(0x1af)][_0x50e8c9(0x272)]),'location':path[_0x50e8c9(0x187)](process['cwd'](),_0x3cda0f[_0x50e8c9(0x1af)][_0x50e8c9(0x272)]),'result':_0x4e87b8[_0x50e8c9(0x19a)],'duration_in_ms':_0x4e87b8['nrJTF'](_0x239868[_0x50e8c9(0x234)],0x0)?_0x239868[_0x50e8c9(0x234)]:undefined,'vc_filepath':this[_0x50e8c9(0x20f)]&&_0x3cda0f[_0x50e8c9(0x1af)][_0x50e8c9(0x272)]?path[_0x50e8c9(0x187)](this[_0x50e8c9(0x20f)],_0x3cda0f[_0x50e8c9(0x1af)][_0x50e8c9(0x272)]):undefined,'started_at':_0x598b2c['startedAt'],'finished_at':_0x598b2c[_0x50e8c9(0x204)],'framework':FRAMEWORKS['PLAYWRIGHT']};if(_0x4e87b8['eUyBP'](_0x5901cf,_0x4e87b8['cACvE'])){if(_0x4e87b8[_0x50e8c9(0x22e)](_0x4e87b8[_0x50e8c9(0x287)],_0x4e87b8[_0x50e8c9(0x287)])){_0x3ed642[_0x50e8c9(0x1d0)]=_0x4e87b8[_0x50e8c9(0x28c)],_0x2da775[_0x50e8c9(0x20e)]=_0x4e87b8[_0x50e8c9(0x26b)](_0x58995d,_0x5ba0e5[_0x50e8c9(0x253)][_0x50e8c9(0x1bd)]),_0x1a887e['failure_type']=_0x4e87b8[_0x50e8c9(0x13a)](_0x1f9e24,_0x4be365['error'][_0x50e8c9(0x1bd)]);const _0x46a9fb=_0x4e87b8[_0x50e8c9(0x130)](_0x2febff,_0x550f5c['error'],_0x4e87b8[_0x50e8c9(0xf2)]);if(_0x46a9fb&&_0x4e87b8[_0x50e8c9(0x233)](_0x46a9fb[_0x50e8c9(0x216)],0x0)){const _0xacd744={};_0xacd744[_0x50e8c9(0x176)]=[_0x55966f['failure_reason']],_0xacd744[_0x50e8c9(0x1ca)]=[],_0x46a9fb[_0x50e8c9(0x155)](_0xacd744);}_0x3bed9d[_0x50e8c9(0x150)]=_0x46a9fb;}else{const {steps:_0x42c8bb,logs:_0x23320b}=this['getStepsAndLogs'](_0x239868['steps'],_0x598b2c[_0x50e8c9(0x281)],_0x4e87b8[_0x50e8c9(0x285)]);if(_0x23320b&&_0x4e87b8['OWxaX'](_0x23320b[_0x50e8c9(0x216)],0x0)){if(_0x4e87b8[_0x50e8c9(0x270)](_0x4e87b8[_0x50e8c9(0x1bf)],_0x4e87b8['BkGpt']))await MyReporter['reportLogs'](_0x23320b);else return _0x4e87b8[_0x50e8c9(0x139)];}const _0x2cf937={};_0x2cf937[_0x50e8c9(0x1d8)]=_0x42c8bb,_0x2cab3f[_0x50e8c9(0x240)]=_0x2cf937;if(_0x239868[_0x50e8c9(0x253)]){if(_0x4e87b8['XjUjM'](_0x4e87b8[_0x50e8c9(0x29a)],_0x4e87b8[_0x50e8c9(0x29a)])){const _0x5dfe0f={};_0x5dfe0f['backtrace']=[_0x4da837[_0x50e8c9(0x20e)]],_0x5dfe0f[_0x50e8c9(0x1ca)]=[],_0x5d1701[_0x50e8c9(0x155)](_0x5dfe0f);}else{_0x2cab3f['result']=_0x4e87b8['KjguZ'],_0x2cab3f['failure_reason']=_0x4e87b8[_0x50e8c9(0x19e)](removeAnsiColors,_0x239868[_0x50e8c9(0x253)][_0x50e8c9(0x1bd)]),_0x2cab3f['failure_type']=_0x4e87b8[_0x50e8c9(0x1e3)](getFailureType,_0x239868[_0x50e8c9(0x253)][_0x50e8c9(0x1bd)]);const _0x290cbe=_0x4e87b8[_0x50e8c9(0x130)](failureData,_0x239868[_0x50e8c9(0x253)],_0x4e87b8['NtDVt']);if(_0x290cbe&&_0x4e87b8[_0x50e8c9(0x12d)](_0x290cbe[_0x50e8c9(0x216)],0x0)){if(_0x4e87b8['AlWJr'](_0x4e87b8['rDrcN'],_0x4e87b8[_0x50e8c9(0x153)]))return![];else{const _0x2a8361={};_0x2a8361['backtrace']=[_0x2cab3f['failure_reason']],_0x2a8361[_0x50e8c9(0x1ca)]=[],_0x290cbe['push'](_0x2a8361);}}_0x2cab3f[_0x50e8c9(0x150)]=_0x290cbe;}}else _0x4e87b8['GBHig'](_0x4e87b8['mhPJz'],_0x4e87b8[_0x50e8c9(0x1b3)])?_0x21d1e5[_0x50e8c9(0x155)]({'id':_0x4e87b8['KabKY'](_0x4fa203),'text':_0x804da0[_0x50e8c9(0x1f8)],'keyword':_0x494fec,'started_at':_0x503bbf[_0x50e8c9(0x289)]['toISOString'](),'duration':_0x3b0ef4['duration'],'result':_0x26334['error']?_0x4e87b8[_0x50e8c9(0x28c)]:_0x4e87b8['CRYCU'],'failure':_0x271b4c[_0x50e8c9(0x253)]&&_0x34a391[_0x50e8c9(0x253)][_0x50e8c9(0x1bd)]&&_0x4e87b8[_0x50e8c9(0x211)](_0x1817ef,_0x2e7c9c[_0x50e8c9(0x253)]['message']),'failure_type':_0x4e87b8['obmLU'](_0x5866f5,_0x5c4aff['error']&&_0x57ba9d[_0x50e8c9(0x253)][_0x50e8c9(0x1bd)])}):_0x2cab3f[_0x50e8c9(0x1d0)]=_0x4e87b8[_0x50e8c9(0x1f7)];}}const _0x3126c4={};_0x3126c4['event_type']=_0x5901cf,_0x3126c4[_0x50e8c9(0x1f4)]=_0x2cab3f;const _0x213de6=_0x3126c4;await SessionHandler[_0x50e8c9(0x248)](_0x213de6);}[a27_0xab38(0x188)](_0x259d21,_0x4e982d,_0x2ab6f1){const _0x3e2f99=a27_0xab38,_0x494ab9={'LvKkk':function(_0x4cb5ff,_0x5197e6){return _0x4cb5ff===_0x5197e6;},'UaTKd':_0x3e2f99(0x291),'ONEuH':'TEST_SCREENSHOT','Zyyoe':_0x3e2f99(0x1c8),'xFzOi':function(_0x30fef3,_0x48b4cf){return _0x30fef3===_0x48b4cf;},'kiwMy':_0x3e2f99(0x24c),'nAslm':_0x3e2f99(0x144),'jDEkc':'After\x20Hooks','TlJVL':_0x3e2f99(0x194),'BGljg':function(_0x336d07,_0x4bde18){return _0x336d07!==_0x4bde18;},'PaVyf':_0x3e2f99(0xf9),'qWBMy':_0x3e2f99(0x15a),'JQgrZ':function(_0x28dda9){return _0x28dda9();},'dRAkU':'object','dGcXi':_0x3e2f99(0x1fd),'rOVyP':_0x3e2f99(0x249),'ODXQT':_0x3e2f99(0x143),'iGgkZ':'afterAll\x20hook','sfyqD':_0x3e2f99(0x1a3),'XsTpZ':function(_0x5d18ea,_0x5a1608){return _0x5d18ea+_0x5a1608;},'TwGvi':function(_0x4ddebd,_0x5f277d){return _0x4ddebd+_0x5f277d;},'UdCck':function(_0xbfed47,_0x1abe35){return _0xbfed47===_0x1abe35;},'ToZGF':_0x3e2f99(0x13c),'Xdfdr':_0x3e2f99(0x105),'QSCOQ':_0x3e2f99(0x254),'XOMQa':_0x3e2f99(0x103),'IsYfV':_0x3e2f99(0x1c0),'yjSiZ':_0x3e2f99(0x116),'BWqsJ':_0x3e2f99(0x24e),'BmEEX':_0x3e2f99(0x1f9),'arMBi':'passed','NMVRg':function(_0x5748e3,_0x565652){return _0x5748e3(_0x565652);},'iwgHu':function(_0x3f6c14,_0x597bad){return _0x3f6c14(_0x597bad);},'CizoK':_0x3e2f99(0x12e),'qPQMq':_0x3e2f99(0x29b),'DdxOz':_0x3e2f99(0x1cd),'OjAKC':function(_0x49e1f9){return _0x49e1f9();},'mTWsh':function(_0x4a9dc6,_0x2e9fcb){return _0x4a9dc6(_0x2e9fcb);},'wSdCo':_0x3e2f99(0x109),'xoGbW':function(_0x1de5dd,_0x5bb757,_0x17ff51){return _0x1de5dd(_0x5bb757,_0x17ff51);},'yEEQA':'AFTER_EACH','QfIiM':_0x3e2f99(0x1f6),'Filey':_0x3e2f99(0x27f),'oGFqK':function(_0x27424e,_0x1d42cc,_0x31718a){return _0x27424e(_0x1d42cc,_0x31718a);}},_0xf351c3=[],_0x57c9d8=[],_0x1d459e=_0x259d21['filter'](_0x188171=>{const _0x4bdb14=_0x3e2f99,_0x201b03={'RzNmH':function(_0x3a9626,_0x123b01){const _0x141023=a27_0x3d4d;return _0x494ab9[_0x141023(0x165)](_0x3a9626,_0x123b01);},'LVIcD':_0x494ab9[_0x4bdb14(0x26c)],'UlkQu':_0x494ab9[_0x4bdb14(0x23a)],'igruQ':_0x494ab9[_0x4bdb14(0x236)]};if(_0x494ab9[_0x4bdb14(0x160)](_0x494ab9['kiwMy'],_0x494ab9[_0x4bdb14(0x210)])){if(_0x494ab9[_0x4bdb14(0x165)](_0x188171[_0x4bdb14(0x222)],_0x494ab9['nAslm'])&&(_0x494ab9[_0x4bdb14(0x165)](_0x188171[_0x4bdb14(0x1f8)],_0x494ab9[_0x4bdb14(0x124)])||_0x494ab9[_0x4bdb14(0x165)](_0x188171[_0x4bdb14(0x1f8)],_0x494ab9[_0x4bdb14(0x257)]))){if(_0x494ab9[_0x4bdb14(0x13d)](_0x494ab9[_0x4bdb14(0x1a0)],_0x494ab9[_0x4bdb14(0x164)]))return![];else _0x293f2b['attachments'][_0x4bdb14(0x1d7)](_0x381447=>{const _0x12ccde=_0x4bdb14;if(_0x201b03[_0x12ccde(0x1f0)](_0x381447[_0x12ccde(0x205)],_0x201b03['LVIcD'])){if(!_0x4a72c3[_0x12ccde(0x244)](_0x381447['path']))return;_0x4cb9e0['push']({'test_run_uuid':_0x1a5513,'timestamp':_0x535427[_0x12ccde(0x192)](_0x381447[_0x12ccde(0x1be)])[_0x12ccde(0x295)],'kind':_0x201b03[_0x12ccde(0x11b)],'message':_0x2c58cb[_0x12ccde(0x1bb)](_0x381447['path'],{'encoding':_0x201b03[_0x12ccde(0x26d)]})});}});}return!![];}else _0x1eb31d[_0x4bdb14(0x155)](_0x149af0[_0x4bdb14(0x1f8)]),_0x3fcb58=_0x14ba24[_0x4bdb14(0x198)];}),_0xb03940=(_0x390892,_0x164f82=![])=>{const _0xc74967=_0x3e2f99,_0x3e9ba2={'fjMzx':function(_0x5d9631,_0x422453){const _0x1b45eb=a27_0x3d4d;return _0x494ab9[_0x1b45eb(0x165)](_0x5d9631,_0x422453);},'MfIDJ':_0x494ab9[_0xc74967(0x15e)],'iIqrx':_0x494ab9[_0xc74967(0x1b9)],'jSRGG':function(_0x35a8d9,_0x4e86c9){return _0x494ab9['BGljg'](_0x35a8d9,_0x4e86c9);},'kCWMW':_0x494ab9[_0xc74967(0x156)],'cengW':function(_0x338edb,_0x3bc17a){const _0x2ffca4=_0xc74967;return _0x494ab9[_0x2ffca4(0x165)](_0x338edb,_0x3bc17a);},'MYqrm':_0x494ab9[_0xc74967(0x17f)],'QcSWD':_0x494ab9[_0xc74967(0x26f)],'HTolh':_0x494ab9['iGgkZ'],'GQQkv':_0x494ab9[_0xc74967(0x213)],'gDOuu':function(_0x1880c5,_0x7655cc){const _0x38679e=_0xc74967;return _0x494ab9[_0x38679e(0x1dc)](_0x1880c5,_0x7655cc);},'jNOJt':function(_0x4e7ded,_0x34f2f5){const _0x1134fb=_0xc74967;return _0x494ab9[_0x1134fb(0x1e2)](_0x4e7ded,_0x34f2f5);}};if(_0x494ab9[_0xc74967(0x142)](_0x494ab9['ToZGF'],_0x494ab9['Xdfdr'])){let _0x2240b0=_0xd934fa['parent'];return _0x3e9ba2[_0xc74967(0x146)](typeof _0x26c1ee[_0xc74967(0x198)],_0x3e9ba2['MfIDJ'])&&(_0x2240b0=_0x2240b0[_0xc74967(0x1f8)]),_0x2240b0+'\x20-\x20'+_0x4de692['title'];}else{if(_0x494ab9[_0xc74967(0x165)](_0x390892['steps'][_0xc74967(0x216)],0x0)){if(_0x494ab9[_0xc74967(0x13d)](_0x494ab9[_0xc74967(0x21e)],_0x494ab9[_0xc74967(0x18e)])){const _0x6e9e37=_0x494ab9[_0xc74967(0x160)](_0x2ab6f1,_0x494ab9['IsYfV'])?_0x494ab9[_0xc74967(0x208)]:_0x494ab9[_0xc74967(0x11e)];_0x57c9d8[_0xc74967(0x155)]({'kind':_0x494ab9[_0xc74967(0x23f)],[_0x6e9e37]:_0x4e982d,'message':_0x390892['title'],'timestamp':_0x390892[_0xc74967(0x289)][_0xc74967(0x219)](),'level':_0x390892['error']?_0x494ab9[_0xc74967(0x1b9)]:_0x494ab9[_0xc74967(0x1c1)],'duration':_0x390892[_0xc74967(0x234)],'failure':_0x390892['error']&&_0x390892[_0xc74967(0x253)][_0xc74967(0x1bd)]&&_0x494ab9[_0xc74967(0x16e)](removeAnsiColors,_0x390892[_0xc74967(0x253)][_0xc74967(0x1bd)]),'failure_type':_0x494ab9[_0xc74967(0x177)](getFailureType,_0x390892[_0xc74967(0x253)]&&_0x390892[_0xc74967(0x253)]['message'])});}else{let _0x3fcf55=_0x39b754[_0xc74967(0x1f8)]+_0xc74967(0x218)+this['getTestIdentifier'](_0x480977);return this[_0xc74967(0x21c)][_0x3fcf55]&&(_0x3fcf55=_0x3fcf55+_0xc74967(0x232)+_0x494ab9[_0xc74967(0x126)](_0x300a26)),_0x5ad919[_0xc74967(0x1e1)]=_0x3fcf55,_0x3fcf55;}}else{if(_0x494ab9[_0xc74967(0x160)](_0x494ab9[_0xc74967(0x28e)],_0x494ab9[_0xc74967(0x10c)]))_0x32163f[_0xc74967(0x1d0)]=_0x3e9ba2[_0xc74967(0x12a)];else{if(!_0x164f82){if(_0x494ab9['LvKkk'](_0x494ab9['DdxOz'],_0x494ab9[_0xc74967(0x1da)]))_0xf351c3['push']({'id':_0x494ab9[_0xc74967(0x195)](uuidv4),'text':_0x390892['title'],'keyword':undefined,'started_at':_0x390892[_0xc74967(0x289)][_0xc74967(0x219)](),'duration':_0x390892['duration'],'result':_0x390892[_0xc74967(0x253)]?_0x494ab9[_0xc74967(0x1b9)]:_0x494ab9[_0xc74967(0x1c1)],'failure':_0x390892['error']&&_0x390892[_0xc74967(0x253)][_0xc74967(0x1bd)]&&_0x494ab9[_0xc74967(0x16e)](removeAnsiColors,_0x390892[_0xc74967(0x253)][_0xc74967(0x1bd)]),'failure_type':_0x494ab9[_0xc74967(0x21a)](getFailureType,_0x390892['error']&&_0x390892[_0xc74967(0x253)][_0xc74967(0x1bd)])});else{if(_0x3e9ba2[_0xc74967(0x298)](_0xc888c0[_0xc74967(0x222)],_0x3e9ba2[_0xc74967(0x19d)]))return![];if(_0x3e9ba2[_0xc74967(0x122)]([_0x3e9ba2[_0xc74967(0x238)],_0x3e9ba2[_0xc74967(0x11d)],_0x3e9ba2[_0xc74967(0x1db)],_0x3e9ba2[_0xc74967(0x250)]][_0xc74967(0x10d)](_0x3b0a85['title']),-0x1))return![];return!![];}}for(const _0x285988 of _0x390892[_0xc74967(0x1d8)]){if(_0x494ab9[_0xc74967(0x160)](_0x494ab9[_0xc74967(0x15f)],_0x494ab9[_0xc74967(0x15f)]))_0x494ab9[_0xc74967(0x1ef)](_0xb03940,_0x285988,!![]);else return _0x3e9ba2[_0xc74967(0xfc)](_0x3e9ba2['jNOJt'](this[_0xc74967(0x14b)](_0x46794d),'-'),_0x3de08d);}}}}};for(const _0x31e49c of _0x1d459e){if(_0x494ab9['BGljg'](_0x494ab9[_0x3e2f99(0x237)],_0x494ab9[_0x3e2f99(0x18b)]))_0x494ab9[_0x3e2f99(0x1f5)](_0xb03940,_0x31e49c,![]);else return _0x494ab9[_0x3e2f99(0x196)];}const _0x2ff8aa={};return _0x2ff8aa[_0x3e2f99(0x1d8)]=_0xf351c3,_0x2ff8aa[_0x3e2f99(0x290)]=_0x57c9d8,_0x2ff8aa;}async[a27_0xab38(0x264)](_0x2a45d2,_0x73aa82,_0x551e91){const _0x3f73b4=a27_0xab38,_0x37adff={'DVWJc':function(_0x5024fc){return _0x5024fc();},'ZlkDL':_0x3f73b4(0x197),'oRMjA':function(_0x373285,_0x52503d){return _0x373285===_0x52503d;},'TcNeh':_0x3f73b4(0x144),'kslyP':'After\x20Hooks','Adwyi':function(_0x33a9db,_0x425549){return _0x33a9db===_0x425549;},'JAXck':_0x3f73b4(0x194),'dGYAv':_0x3f73b4(0x19c),'KZghs':_0x3f73b4(0x1de),'dJEMn':_0x3f73b4(0x1c5),'cykcc':'BEFORE_ALL','rjWnb':'test','nGAfm':_0x3f73b4(0x16b),'XijTy':_0x3f73b4(0x138),'cqODD':function(_0x1204f7,_0xaddfc3){return _0x1204f7(_0xaddfc3);},'UiFGj':function(_0x5a5a4f,_0x4e6446){return _0x5a5a4f>_0x4e6446;},'NZzty':_0x3f73b4(0x229),'sEKFo':function(_0x2336d8,_0x1bd005){return _0x2336d8-_0x1bd005;},'Hjxqc':function(_0x9edb44,_0x52aef5){return _0x9edb44===_0x52aef5;},'OPYWZ':_0x3f73b4(0x1ec),'auvRa':function(_0x1e45b2,_0x46298f){return _0x1e45b2!==_0x46298f;},'MlBOQ':_0x3f73b4(0x239),'RghKG':_0x3f73b4(0x1df),'hhhJm':_0x3f73b4(0x171),'tjCGb':function(_0x46d38f,_0x50c6f1){return _0x46d38f===_0x50c6f1;},'dsfcv':_0x3f73b4(0x1fb),'kvphB':'MSDnC','zzXcv':_0x3f73b4(0x1fd),'suMVD':'timedOut','LxNcx':_0x3f73b4(0x21f),'dfuev':function(_0x4ace39,_0x51860f){return _0x4ace39===_0x51860f;},'Xlgau':function(_0x22435b,_0x19c228){return _0x22435b===_0x19c228;},'wqgCc':'vDQqu','xfvND':function(_0x1144a0,_0x2689c1){return _0x1144a0===_0x2689c1;},'mmOZu':_0x3f73b4(0x1e8),'QjSYb':function(_0x5e7a6a,_0x12197d){return _0x5e7a6a(_0x12197d);},'ZpISS':function(_0x3d56ac,_0x1b5c2f,_0x1f908a){return _0x3d56ac(_0x1b5c2f,_0x1f908a);},'XutCq':_0x3f73b4(0x106),'JPqPW':_0x3f73b4(0x20a),'OmUQJ':function(_0x21d98d,_0x2fd3f3){return _0x21d98d!==_0x2fd3f3;},'cFQbm':_0x3f73b4(0x26e)},_0x2f8187=this[_0x3f73b4(0x14b)](_0x2a45d2),_0x5d3aea=this[_0x3f73b4(0x16c)](_0x2a45d2),_0x25878a=this[_0x3f73b4(0x21c)][_0x2f8187],_0x1344b6=path[_0x3f73b4(0x187)](process['cwd'](),_0x2a45d2[_0x3f73b4(0x1af)]['file']);await this['configureGit']();const _0x518987={'uuid':_0x25878a[_0x3f73b4(0x281)],'type':_0x37adff['rjWnb'],'name':_0x2a45d2[_0x3f73b4(0x1f8)],'body':{'lang':_0x37adff[_0x3f73b4(0xf5)],'code':_0x2a45d2['fn']['toString']()},'scope':_0x5d3aea,'scopes':this[_0x3f73b4(0x22d)](_0x2a45d2),'identifier':_0x2f8187,'file_name':_0x1344b6,'location':_0x1344b6,'result':_0x37adff[_0x3f73b4(0x112)],'duration_in_ms':_0x551e91&&_0x551e91['duration']?_0x551e91[_0x3f73b4(0x234)]:null,'vc_filepath':this['_gitConfigPath']&&_0x2a45d2[_0x3f73b4(0x1af)]['file']?path[_0x3f73b4(0x187)](this[_0x3f73b4(0x20f)],_0x2a45d2['location'][_0x3f73b4(0x272)]):undefined,'started_at':_0x25878a['startedAt'],'finished_at':_0x25878a[_0x3f73b4(0x204)],'framework':FRAMEWORKS[_0x3f73b4(0x12f)],'customRerunParam':{'rerun_name':_0x2a45d2['titlePath']()[_0x3f73b4(0x1c2)]('\x20')},'tags':_0x37adff[_0x3f73b4(0x182)](getTagsFromTitle,_0x2a45d2['title'])};_0x551e91&&_0x37adff[_0x3f73b4(0x1b1)](_0x551e91[_0x3f73b4(0x27c)],0x0)&&(_0x37adff['oRMjA'](_0x37adff[_0x3f73b4(0x1a5)],_0x37adff['NZzty'])?_0x518987[_0x3f73b4(0xed)]=TestDetails[_0x3f73b4(0x140)](this[_0x3f73b4(0x17b)](_0x2a45d2,_0x37adff[_0x3f73b4(0x190)](_0x551e91[_0x3f73b4(0x27c)],0x1))):_0x1707ea=_0x64a7b3+_0x3f73b4(0x232)+_0x37adff[_0x3f73b4(0x1f1)](_0x10d048));if(_0x37adff['Hjxqc'](_0x73aa82,_0x37adff[_0x3f73b4(0x180)])){if(_0x37adff[_0x3f73b4(0x20b)](_0x37adff[_0x3f73b4(0x215)],_0x37adff['RghKG'])){_0x518987[_0x3f73b4(0x1d0)]=_0x551e91[_0x3f73b4(0x224)];if(_0x37adff[_0x3f73b4(0x27a)](_0x551e91[_0x3f73b4(0x224)],_0x2a45d2[_0x3f73b4(0x159)]))_0x37adff['auvRa'](_0x37adff[_0x3f73b4(0x170)],_0x37adff[_0x3f73b4(0x170)])?_0x5124bb['result']=_0x37adff['ZlkDL']:_0x518987[_0x3f73b4(0x1d0)]=_0x37adff['tjCGb'](_0x551e91[_0x3f73b4(0x224)],_0x37adff[_0x3f73b4(0x123)])?_0x37adff[_0x3f73b4(0x123)]:_0x37adff[_0x3f73b4(0xfd)];else{if(_0x37adff[_0x3f73b4(0x20b)](_0x37adff[_0x3f73b4(0x22b)],_0x37adff[_0x3f73b4(0x22b)])){if(_0x37adff[_0x3f73b4(0x299)](_0x24c598['category'],_0x37adff[_0x3f73b4(0x117)])&&(_0x37adff[_0x3f73b4(0x299)](_0x4ae0dc[_0x3f73b4(0x1f8)],_0x37adff[_0x3f73b4(0x230)])||_0x37adff[_0x3f73b4(0x27a)](_0x16bde6[_0x3f73b4(0x1f8)],_0x37adff[_0x3f73b4(0x13e)])))return![];return!![];}else{if(_0x37adff[_0x3f73b4(0x299)](_0x518987[_0x3f73b4(0x1d0)],_0x37adff['ZlkDL'])||_0x37adff[_0x3f73b4(0x174)](_0x518987['result'],_0x37adff[_0x3f73b4(0x226)])||_0x37adff['oRMjA'](_0x518987[_0x3f73b4(0x1d0)],_0x37adff[_0x3f73b4(0x228)])){if(_0x37adff[_0x3f73b4(0x20b)](_0x37adff[_0x3f73b4(0x1ff)],_0x37adff[_0x3f73b4(0x1ff)]))return;else _0x518987[_0x3f73b4(0x1d0)]=_0x37adff[_0x3f73b4(0x226)];}if(_0x37adff[_0x3f73b4(0x23b)](_0x551e91[_0x3f73b4(0x224)],_0x37adff['ZlkDL'])&&_0x37adff[_0x3f73b4(0x16f)](_0x2a45d2['expectedStatus'],_0x37adff['zzXcv'])){if(_0x37adff[_0x3f73b4(0x22c)](_0x37adff['wqgCc'],_0x37adff['wqgCc'])){const _0x5e0682={};_0x5e0682[_0x3f73b4(0x1bd)]=_0x37adff[_0x3f73b4(0x22a)],_0x5e0682[_0x3f73b4(0x200)]=_0x37adff['dJEMn'],_0x551e91[_0x3f73b4(0x253)]=_0x5e0682,_0x551e91[_0x3f73b4(0xf4)]=[_0x551e91[_0x3f73b4(0x253)]];}else{const _0x3934df=_0x37adff['dGYAv']['split']('|');let _0x101b73=0x0;while(!![]){switch(_0x3934df[_0x101b73++]){case'0':this[_0x3f73b4(0x21c)]={};continue;case'1':this['_gitConfigPath']=null;continue;case'2':this[_0x3f73b4(0x115)]=![];continue;case'3':_0x35e447[_0x3f73b4(0x275)][_0x3f73b4(0x1c4)]&&(_0x139fe3['startMonitoring'](_0x37adff[_0x3f73b4(0x201)]),_0x52d51f[_0x3f73b4(0x275)][_0x3f73b4(0x25f)]=new _0x2e0e73()[_0x3f73b4(0x219)]());continue;case'4':this['options']=_0x1f08f2;continue;case'5':this[_0x3f73b4(0x128)]={};continue;}break;}}}}}const _0x288cbb=this[_0x3f73b4(0x17b)](_0x2a45d2,_0x551e91[_0x3f73b4(0x27c)]);_0x518987[_0x3f73b4(0x18a)]=this[_0x3f73b4(0x128)][_0x288cbb];const {steps:_0x592cc5,logs:_0x1188f4}=this[_0x3f73b4(0x188)](_0x551e91[_0x3f73b4(0x1d8)],_0x25878a[_0x3f73b4(0x281)],_0x37adff[_0x3f73b4(0x279)]);await MyReporter[_0x3f73b4(0x125)](_0x1188f4);const _0xccf6ee={};_0xccf6ee[_0x3f73b4(0x1d8)]=_0x592cc5,_0x518987['meta']=_0xccf6ee;if(_0x551e91[_0x3f73b4(0x253)]){if(_0x37adff[_0x3f73b4(0x256)](_0x37adff[_0x3f73b4(0x127)],_0x37adff[_0x3f73b4(0x127)])){_0x518987[_0x3f73b4(0x20e)]=_0x37adff[_0x3f73b4(0x1fc)](removeAnsiColors,_0x551e91['error'][_0x3f73b4(0x1bd)]),_0x518987[_0x3f73b4(0x24a)]=_0x37adff[_0x3f73b4(0x1fc)](getFailureType,_0x551e91[_0x3f73b4(0x253)]['message']);const _0x43ed31={};_0x43ed31['test_run_uuid']=_0x25878a[_0x3f73b4(0x281)];const {failureData:_0xe2a258,logs:_0x3cd391}=_0x37adff['ZpISS'](getFailureData,_0x551e91[_0x3f73b4(0xf4)],_0x43ed31);if(_0xe2a258&&_0x37adff['Adwyi'](_0xe2a258['length'],0x0)){if(_0x37adff[_0x3f73b4(0x20b)](_0x37adff['XutCq'],_0x37adff[_0x3f73b4(0x17e)])){const _0x2539f9={};_0x2539f9[_0x3f73b4(0x176)]=[_0x518987[_0x3f73b4(0x20e)]],_0x2539f9[_0x3f73b4(0x1ca)]=[],_0xe2a258[_0x3f73b4(0x155)](_0x2539f9);}else this['_gitConfigPath']=_0x184ef4[_0x3f73b4(0x189)];}_0x518987[_0x3f73b4(0x150)]=_0xe2a258;if(_0x3cd391&&_0x37adff['UiFGj'](_0x3cd391['length'],0x0)){if(_0x37adff[_0x3f73b4(0x1cf)](_0x37adff[_0x3f73b4(0x207)],_0x37adff[_0x3f73b4(0x207)])){const _0x2b37f9={};_0x2b37f9[_0x3f73b4(0x1bd)]=_0x37adff[_0x3f73b4(0x22a)],_0x2b37f9[_0x3f73b4(0x200)]=_0x37adff[_0x3f73b4(0x22a)],_0x264728[_0x3f73b4(0x253)]=_0x2b37f9,_0x579629['errors']=[_0x5083b6[_0x3f73b4(0x253)]];}else await MyReporter[_0x3f73b4(0x125)](_0x3cd391);}}else return![];}}else return _0x37adff[_0x3f73b4(0xf6)];}const _0x1a64c1={};_0x1a64c1['event_type']=_0x73aa82,_0x1a64c1['test_run']=_0x518987;const _0x5a129a=_0x1a64c1;await SessionHandler[_0x3f73b4(0x248)](_0x5a129a);}static async[a27_0xab38(0x16d)](_0x4bbcea,_0x1eb8b8){const _0xf30d6d=a27_0xab38,_0x4a773d={'JcZLj':function(_0x569664,_0x1f7acf){return _0x569664(_0x1f7acf);},'TqKbj':_0xf30d6d(0x181)};let _0xeda93d={'uuid':TestDetails['getTestUUID'](_0x4bbcea),'integrations':_0x1eb8b8};const _0x31f974={};_0x31f974[_0xf30d6d(0x184)]=null,_0x4a773d[_0xf30d6d(0x102)](debug,_0xf30d6d(0x12c)+_0x4bbcea+',\x20'+util['inspect'](_0x1eb8b8,_0x31f974));const _0x463333={};_0x463333[_0xf30d6d(0x27d)]=_0x4a773d[_0xf30d6d(0x23d)],_0x463333['test_run']=_0xeda93d,await SessionHandler[_0xf30d6d(0x248)](_0x463333);}async[a27_0xab38(0x1b7)](){const _0x2fcf52=a27_0xab38,_0x37e946={'pdeWU':function(_0x1b8d01,_0x3b6789){return _0x1b8d01!==_0x3b6789;},'CtJJB':'cTIyP','sTrVi':_0x2fcf52(0x1bc),'QEfkl':function(_0x35838a){return _0x35838a();},'hJusv':_0x2fcf52(0x10f)};if(this['_gitConfigured']){if(_0x37e946[_0x2fcf52(0x1e5)](_0x37e946[_0x2fcf52(0xf3)],_0x37e946[_0x2fcf52(0x133)]))return;else return;}const _0x133141=await _0x37e946[_0x2fcf52(0x1ce)](getGitMetaData);if(_0x133141){if(_0x37e946[_0x2fcf52(0x1e5)](_0x37e946[_0x2fcf52(0x266)],_0x37e946[_0x2fcf52(0x266)])){const _0x3bbc0e=[];if(_0x22e559&&_0x52b9ef[_0x2fcf52(0x198)]){let _0x440876=_0xca8fa3[_0x2fcf52(0x198)];while(_0x440876&&_0x37e946[_0x2fcf52(0x1e5)](_0x440876[_0x2fcf52(0x1f8)],'')){_0x3bbc0e[_0x2fcf52(0x155)](_0x440876[_0x2fcf52(0x1f8)]),_0x440876=_0x440876[_0x2fcf52(0x198)];}}return _0x3bbc0e[_0x2fcf52(0x15c)]()[_0x2fcf52(0x120)](0x0,0x2),_0x3bbc0e;}else this[_0x2fcf52(0x20f)]=_0x133141[_0x2fcf52(0x189)];}this[_0x2fcf52(0x115)]=!![];}[a27_0xab38(0x22d)](_0x1064f9){const _0x510381=a27_0xab38,_0x9be199={};_0x9be199[_0x510381(0x1f3)]=_0x510381(0x1de),_0x9be199[_0x510381(0x1fe)]=function(_0x1d921a,_0x105e29){return _0x1d921a-_0x105e29;},_0x9be199[_0x510381(0x25e)]=function(_0x5a10e3,_0x1efa78){return _0x5a10e3===_0x1efa78;},_0x9be199['xWOUX']=_0x510381(0x19b),_0x9be199[_0x510381(0x137)]=function(_0xc00eaa,_0x45709e){return _0xc00eaa!==_0x45709e;},_0x9be199['LOifk']=_0x510381(0x25b);const _0xd9152c=_0x9be199,_0x4698e6=[];if(_0x1064f9&&_0x1064f9[_0x510381(0x198)]){if(_0xd9152c[_0x510381(0x25e)](_0xd9152c['xWOUX'],_0xd9152c[_0x510381(0x134)])){let _0x54e35a=_0x1064f9['parent'];while(_0x54e35a&&_0xd9152c['MHDDC'](_0x54e35a[_0x510381(0x1f8)],'')){_0xd9152c[_0x510381(0x137)](_0xd9152c[_0x510381(0x20c)],_0xd9152c[_0x510381(0x20c)])?(_0x4de8af[_0x510381(0x11c)](_0xd9152c[_0x510381(0x1f3)]),_0x110799['env'][_0x510381(0x25f)]=new _0x50c6ec()['toISOString']()):(_0x4698e6['push'](_0x54e35a[_0x510381(0x1f8)]),_0x54e35a=_0x54e35a[_0x510381(0x198)]);}}else _0x372d3a[_0x510381(0xed)]=_0x25d1a3[_0x510381(0x140)](this['getTestRunIdentifier'](_0x49d344,_0xd9152c['xxKim'](_0x563029[_0x510381(0x27c)],0x1)));}return _0x4698e6[_0x510381(0x15c)]()[_0x510381(0x120)](0x0,0x2),_0x4698e6;}[a27_0xab38(0x1d1)](_0xd54cf6){const _0x15fb2e=a27_0xab38,_0xa90637={};_0xa90637[_0x15fb2e(0x297)]=function(_0x33e40f,_0x5ed84b){return _0x33e40f!==_0x5ed84b;},_0xa90637[_0x15fb2e(0x19f)]=_0x15fb2e(0x144),_0xa90637[_0x15fb2e(0x263)]=function(_0x1e804d,_0x57d1b2){return _0x1e804d===_0x57d1b2;},_0xa90637[_0x15fb2e(0x1b6)]=_0x15fb2e(0x249),_0xa90637[_0x15fb2e(0x283)]='beforeAll\x20hook',_0xa90637['vxqyW']='afterAll\x20hook',_0xa90637[_0x15fb2e(0x1d3)]='afterEach\x20hook',_0xa90637[_0x15fb2e(0x17d)]='nNcct',_0xa90637[_0x15fb2e(0x209)]=_0x15fb2e(0x17a);const _0x579bdf=_0xa90637;if(_0x579bdf[_0x15fb2e(0x297)](_0xd54cf6[_0x15fb2e(0x222)],_0x579bdf[_0x15fb2e(0x19f)]))return![];if(_0x579bdf[_0x15fb2e(0x263)]([_0x579bdf['CBtyU'],_0x579bdf[_0x15fb2e(0x283)],_0x579bdf[_0x15fb2e(0xee)],_0x579bdf[_0x15fb2e(0x1d3)]][_0x15fb2e(0x10d)](_0xd54cf6['title']),-0x1)){if(_0x579bdf[_0x15fb2e(0x297)](_0x579bdf[_0x15fb2e(0x17d)],_0x579bdf[_0x15fb2e(0x209)]))return![];else this[_0x15fb2e(0x128)][_0xd870ef]=[];}return!![];}['getStepIdentifier'](_0x1a5a44,_0x51e2c6){const _0x973359=a27_0xab38,_0x1e986e={};_0x1e986e[_0x973359(0x25c)]=function(_0xb46e7c,_0x1893a6){return _0xb46e7c!==_0x1893a6;},_0x1e986e[_0x973359(0x14d)]=function(_0x1fc56c,_0x3173b2){return _0x1fc56c===_0x3173b2;},_0x1e986e[_0x973359(0x199)]=_0x973359(0x1ae),_0x1e986e[_0x973359(0x22f)]='ueKAQ';const _0x3366cc=_0x1e986e,_0x46acca=_0x51e2c6['_bs_hookIdentifier'];if(_0x46acca){if(_0x3366cc['KSKjE'](_0x3366cc[_0x973359(0x199)],_0x3366cc[_0x973359(0x22f)])){let _0x276c2e=_0x3c2526['parent'];while(_0x276c2e&&_0x3366cc['HuztR'](_0x276c2e[_0x973359(0x1f8)],'')){_0x144995['push'](_0x276c2e['title']),_0x276c2e=_0x276c2e[_0x973359(0x198)];}}else return _0x46acca;}return _0x51e2c6[_0x973359(0x1f8)]+_0x973359(0x218)+this['getTestIdentifier'](_0x1a5a44);}[a27_0xab38(0x1cb)](_0x35b1aa,_0xc6785a){const _0x1aaf3e=a27_0xab38,_0x109b09={'epqNs':function(_0x3db9be,_0x2841f4,_0x1fd0c0){return _0x3db9be(_0x2841f4,_0x1fd0c0);},'QEBtM':function(_0x5511ef,_0x19eac6){return _0x5511ef===_0x19eac6;},'Uwgua':_0x1aaf3e(0x119),'lrDAD':'kwyTh','xUeaT':function(_0x1a7747){return _0x1a7747();}};let _0x1362f4=_0xc6785a[_0x1aaf3e(0x1f8)]+'\x20for\x20'+this[_0x1aaf3e(0x14b)](_0x35b1aa);return this[_0x1aaf3e(0x21c)][_0x1362f4]&&(_0x109b09['QEBtM'](_0x109b09[_0x1aaf3e(0x21b)],_0x109b09[_0x1aaf3e(0x1b5)])?_0x109b09[_0x1aaf3e(0x10b)](_0x20b4fd,_0x34f55e,!![]):_0x1362f4=_0x1362f4+_0x1aaf3e(0x232)+_0x109b09[_0x1aaf3e(0x20d)](uuidv4)),_0xc6785a[_0x1aaf3e(0x1e1)]=_0x1362f4,_0x1362f4;}['getTestIdentifier']=_0x50e3e9=>{const _0x3fd471=a27_0xab38,_0x266764={};_0x266764['PHCSN']=function(_0x416093,_0x554acf){return _0x416093+_0x554acf;};const _0x3ac765=_0x266764;return _0x3ac765[_0x3fd471(0x18d)](_0x3ac765[_0x3fd471(0x18d)](_0x50e3e9[_0x3fd471(0x12b)],'-'),_0x50e3e9['id']);};[a27_0xab38(0x17b)]=(_0x4b2393,_0x4a25b9)=>{const _0x282aef=a27_0xab38,_0x204881={};_0x204881[_0x282aef(0x193)]=function(_0x384e98,_0x52aaef){return _0x384e98+_0x52aaef;},_0x204881[_0x282aef(0x168)]=function(_0x5df496,_0x2e4a36){return _0x5df496+_0x2e4a36;};const _0x1bd131=_0x204881;return _0x1bd131[_0x282aef(0x193)](_0x1bd131['wLuzA'](this[_0x282aef(0x14b)](_0x4b2393),'-'),_0x4a25b9);};[a27_0xab38(0x152)]=_0x537e45=>{const _0x331cf2=a27_0xab38,_0x40a273={'aIHPl':function(_0x4303d1,_0x986a8d){return _0x4303d1===_0x986a8d;},'NHhfL':_0x331cf2(0x1c0),'alsRM':_0x331cf2(0x116),'FiHad':'hook_run_uuid','qPntX':_0x331cf2(0x1f9),'TQMQT':_0x331cf2(0x1fd),'qRlkv':_0x331cf2(0x197),'AESpD':function(_0x20fe2b,_0x3f55e8){return _0x20fe2b(_0x3f55e8);},'gsBAi':function(_0x2a2709,_0x4c9ecc){return _0x2a2709(_0x4c9ecc);},'nfqFJ':function(_0x4d7520,_0x598b08){return _0x4d7520(_0x598b08);},'HhHhJ':'TEST_SCREENSHOT','vtISs':_0x331cf2(0x1c8),'aJGxU':_0x331cf2(0x249),'YvgLD':function(_0x50da61,_0x4aff94){return _0x50da61===_0x4aff94;},'Kqzqb':_0x331cf2(0x147),'hsNrM':'PtMtB','fsjWJ':_0x331cf2(0x151),'kcZmI':_0x331cf2(0x143),'flpZT':function(_0x5f0762,_0x1cf31e){return _0x5f0762!==_0x1cf31e;},'jHiST':_0x331cf2(0x129),'leraq':_0x331cf2(0x27b),'qfEvE':'BEFORE_ALL','HpGyW':_0x331cf2(0x1a3),'LTtwU':function(_0x51b446,_0x3051ac){return _0x51b446!==_0x3051ac;},'RIDXm':_0x331cf2(0xfe),'CcASp':_0x331cf2(0xff),'jDTYk':'AFTER_EACH','YZHWo':'afterAll\x20hook','tDpmA':function(_0x1c9ac4,_0x1d6861){return _0x1c9ac4!==_0x1d6861;},'TKYIY':_0x331cf2(0x24d),'OnFWZ':_0x331cf2(0x1e6),'qjZKd':_0x331cf2(0x243)};if(_0x537e45[_0x331cf2(0x18f)](_0x40a273[_0x331cf2(0x1d2)])){if(_0x40a273[_0x331cf2(0x1ee)](_0x40a273[_0x331cf2(0x247)],_0x40a273[_0x331cf2(0x23c)])){const _0x222c41=_0xc107b3[_0x331cf2(0x1e1)];if(_0x222c41)return _0x222c41;return _0x1d220c['title']+_0x331cf2(0x218)+this[_0x331cf2(0x14b)](_0x14cb60);}else return _0x40a273['fsjWJ'];}else{if(_0x537e45[_0x331cf2(0x18f)](_0x40a273[_0x331cf2(0x1fa)])){if(_0x40a273[_0x331cf2(0x212)](_0x40a273[_0x331cf2(0x15b)],_0x40a273[_0x331cf2(0x14c)]))return _0x40a273[_0x331cf2(0x293)];else{const _0x35d8bc=_0x40a273['aIHPl'](_0x4b9591,_0x40a273[_0x331cf2(0x220)])?_0x40a273[_0x331cf2(0x1ea)]:_0x40a273['FiHad'];_0x5abed0[_0x331cf2(0x155)]({'kind':_0x40a273[_0x331cf2(0x269)],[_0x35d8bc]:_0xc02c52,'message':_0xb37963[_0x331cf2(0x1f8)],'timestamp':_0x548f6c[_0x331cf2(0x289)]['toISOString'](),'level':_0x44b2ef[_0x331cf2(0x253)]?_0x40a273[_0x331cf2(0x17c)]:_0x40a273[_0x331cf2(0x217)],'duration':_0x476127[_0x331cf2(0x234)],'failure':_0x3d253f[_0x331cf2(0x253)]&&_0xe31c35[_0x331cf2(0x253)][_0x331cf2(0x1bd)]&&_0x40a273[_0x331cf2(0x206)](_0x8c77c9,_0x549cbf[_0x331cf2(0x253)][_0x331cf2(0x1bd)]),'failure_type':_0x40a273['gsBAi'](_0x57f15a,_0x4c4c11[_0x331cf2(0x253)]&&_0x39ed59[_0x331cf2(0x253)]['message'])});}}else{if(_0x537e45[_0x331cf2(0x18f)](_0x40a273[_0x331cf2(0x235)])){if(_0x40a273[_0x331cf2(0x1a4)](_0x40a273[_0x331cf2(0x214)],_0x40a273[_0x331cf2(0x28d)]))return _0x40a273[_0x331cf2(0x161)];else _0x40a273[_0x331cf2(0x145)](_0x249b3d,'Error\x20in\x20calculating\x20performance:\x20'+_0x1a15e4[_0x331cf2(0x292)]());}else{if(_0x537e45['startsWith'](_0x40a273[_0x331cf2(0x241)])){if(_0x40a273[_0x331cf2(0x282)](_0x40a273['TKYIY'],_0x40a273['TKYIY'])){if(!_0x58ff4b['existsSync'](_0xe2dca7['path']))return;_0x158bf4[_0x331cf2(0x155)]({'test_run_uuid':_0x393068,'timestamp':_0x329563[_0x331cf2(0x192)](_0x236867[_0x331cf2(0x1be)])[_0x331cf2(0x295)],'kind':_0x40a273['HhHhJ'],'message':_0x5b9840[_0x331cf2(0x1bb)](_0x655974['path'],{'encoding':_0x40a273[_0x331cf2(0x268)]})});}else return _0x40a273[_0x331cf2(0x108)];}}}}return _0x40a273[_0x331cf2(0x1b0)];};[a27_0xab38(0x16c)]=_0xbb8848=>{const _0x108f04=a27_0xab38,_0x35631b={};_0x35631b['uMexq']=function(_0x571e82,_0x43a71d){return _0x571e82===_0x43a71d;},_0x35631b[_0x108f04(0x261)]=_0x108f04(0x1fb),_0x35631b[_0x108f04(0x1eb)]='passed',_0x35631b[_0x108f04(0x225)]=function(_0x4e846f,_0x471f83){return _0x4e846f===_0x471f83;},_0x35631b[_0x108f04(0xfb)]=_0x108f04(0xf8),_0x35631b[_0x108f04(0x131)]=function(_0x305c1d,_0x5d46ef){return _0x305c1d===_0x5d46ef;},_0x35631b[_0x108f04(0xf0)]=_0x108f04(0x16a);const _0x493671=_0x35631b;let _0x27e99c=_0xbb8848[_0x108f04(0x198)];return _0x493671[_0x108f04(0x225)](typeof _0xbb8848[_0x108f04(0x198)],_0x493671[_0x108f04(0xfb)])&&(_0x493671[_0x108f04(0x131)](_0x493671[_0x108f04(0xf0)],_0x493671[_0x108f04(0xf0)])?_0x27e99c=_0x27e99c['title']:_0x4d6af4['result']=_0x493671[_0x108f04(0x132)](_0xde2c57[_0x108f04(0x224)],_0x493671[_0x108f04(0x261)])?_0x493671[_0x108f04(0x261)]:_0x493671[_0x108f04(0x1eb)]),_0x27e99c+_0x108f04(0x232)+_0xbb8848[_0x108f04(0x1f8)];};[a27_0xab38(0x110)](){return![];}}function a27_0x2319(){const _0x12c1f7=['Ptjbq','test','arMBi','join','zOKFr','BROWSERSTACK_O11Y_PERF_MEASUREMENT','Expected\x20to\x20fail,\x20but\x20passed.','onStepEnd','../../../helpers/test-observability/error-handler','base64','157311yZXrfT','expanded','setStepIdentifier','gkaTI','dzclK','QEfkl','OmUQJ','result','needToReportStep','aJGxU','dbmTT','SzlDA','XcpJZ','./pwUtils','map','steps','VmeNJ','DdxOz','HTolh','XsTpZ','RsnTt','performance-report-reporter.json','EUJHl','qUxGj','_bs_hookIdentifier','TwGvi','uLJzV','lTkCH','pdeWU','AFTER_ALL','TuSvN','bSwjK','../../../helpers/test-observability/sessionHandler','alsRM','cvPcb','TestRunFinished','VWDvh','YvgLD','xoGbW','RzNmH','DVWJc','rMZeA','bERmm','hook_run','oGFqK','HKxTj','CRYCU','title','TEST_STEP','kcZmI','skipped','QjSYb','failed','xxKim','LxNcx','stack','KZghs','wjpaK','JwoQf','finishedAt','name','AESpD','cFQbm','yjSiZ','SQtVC','DfTrK','auvRa','LOifk','xUeaT','failure_reason','_gitConfigPath','kiwMy','SiTSe','flpZT','sfyqD','RIDXm','MlBOQ','length','qRlkv','\x20for\x20','toISOString','mTWsh','Uwgua','_tests','NFSdA','QSCOQ','WrBWY','NHhfL','fVJFK','category','sNcpf','status','mNKmG','zzXcv','DIxVo','suMVD','ICpRp','dJEMn','kvphB','Xlgau','getHierarchy','XjUjM','kFqqB','kslyP','82035XqdXcQ','\x20-\x20','IcZOQ','duration','HpGyW','Zyyoe','QfIiM','MYqrm','VGHkZ','ONEuH','dfuev','hsNrM','TqKbj','ziCmz','BmEEX','meta','YZHWo','util','unknown','existsSync','onBegin','attachments','Kqzqb','uploadEventData','beforeEach\x20hook','failure_type','Error\x20in\x20calculating\x20performance:\x20','ALCYv','qFWFD','hook_run_uuid','1200582iiIzvd','GQQkv','HookRunFinished','SPlIs','error','ROvlv','IvQtP','xfvND','TlJVL','NjqAc','exports','3958840Uofeop','xssNd','HuztR','sendHookRunEvent','vuNzM','START_TIME','TYquH','vjznU','gzWHr','uWYry','sendTestRunEvent','ssXJX','hJusv','82143PonBGb','vtISs','qPntX','kGjcO','obmLU','UaTKd','igruQ','tpIXr','ODXQT','irOav','pPCeo','file','HVwLX','48ucyIBs','env','VBYOA','228zZShIx','MhYUx','rjWnb','Adwyi','efDSP','retry','event_type','../../../helpers/test-observability/requestQueueHandler','nFiHx','NnKab','uuid','tDpmA','omAOq','addTestUIDAndReportLog','lUjDM','FTOmr','YlQHj','YTypW','startTime','SeGFF','EJQWj','KjguZ','CcASp','CizoK','LogCreated','logs','screenshot','toString','qfEvE','ibHFB','mtime','shutdown','KDPLV','jSRGG','oRMjA','xlvEj','vDTcP','retry_of','vxqyW','nCEMj','NGwXW','../../../helpers/test-observability/constants','NtDVt','CtJJB','errors','nGAfm','cykcc','eMJeN','object','uUxuc','setup','yDFap','gDOuu','ZlkDL','aXHWw','ulUzR','EJIVR','onStepBegin','JcZLj','mdlJe','4MExnrn','lMTFl','FOgUx','iKYqi','OnFWZ','xvUGY','TestRunStarted','epqNs','qPQMq','indexOf','onTestEnd','lFLLI','printsToStdio','BqJqh','XijTy','ciITY','XtwPT','_gitConfigured','test_run_uuid','TcNeh','1058785TrrMbV','APdXC','htyDF','UlkQu','startMonitoring','QcSWD','BWqsJ','mWOEQ','splice','getTime','cengW','dsfcv','jDEkc','reportLogs','JQgrZ','mmOZu','_testHooksMap','phfUH','iIqrx','_projectId','Sending\x20session\x20details\x20for\x20','ftBmx','urHtS','PLAYWRIGHT','VyrLJ','FUMsd','uMexq','sTrVi','xWOUX','../../../helpers/helper','lqkFk','MHDDC','pending','ikKRp','URQQZ','cwd','CyrmW','BGljg','JAXck','iCHPx','getTestUUID','kiHAa','UdCck','beforeAll\x20hook','hook','nfqFJ','fjMzx','ESECr','voqKp','options','ePWgf','getTestIdentifier','leraq','KSKjE','lttAd','vZNxM','failure','BEFORE_EACH','getHookType','rDrcN','getStepIdentifier','push','nAslm','XErBN','CVPGG','expectedStatus','jQSdI','jHiST','reverse','gAqSg','dRAkU','wSdCo','xFzOi','jDTYk','BWxuk','YLmfn','qWBMy','LvKkk','../../../helpers/test-observability/performance-tester','IqvCq','wLuzA','HWvxT','AqJfW','javascript','getScope','sendSessionDetails','NMVRg','tjCGb','hhhJm','bERXZ','wBwiQ','HookRunStarted','Hjxqc','YhoDr','backtrace','iwgHu','GTzmK','TEST_SCREENSHOT','bclaQ','getTestRunIdentifier','TQMQT','JPBUq','JPqPW','rOVyP','OPYWZ','CBTSessionCreated','cqODD','nDEdA','depth','flMGA','GJczN','relative','getStepsAndLogs','root','hooks','Filey','endSession','PHCSN','XOMQa','startsWith','sEKFo','FvehD','statSync','iswQk','Before\x20Hooks','OjAKC','yEEQA','passed','parent','jnnla','wjnRV','kHivs','3|0|5|4|2|1','kCWMW','NRbDr','icACG','PaVyf','stop','sSYgr','afterEach\x20hook','LTtwU','NZzty','oRvMh','XbtHO','mqCSB','dCoiE','vsnnC','725247BykiBi','BhIgd','kaIaQ','ZeuDG','location','qjZKd','UiFGj','eGtRF','BSiVr','MUZIj','lrDAD','CBtyU','configureGit','vuFkO','dGcXi','timedOut','readFileSync','eCYDr','message','path'];a27_0x2319=function(){return _0x12c1f7;};return a27_0x2319();}function a27_0x3d4d(_0x2c69e7,_0x5abc83){const _0x2319e5=a27_0x2319();return a27_0x3d4d=function(_0x3d4d9e,_0x1bc9df){_0x3d4d9e=_0x3d4d9e-0xed;let _0x5db73e=_0x2319e5[_0x3d4d9e];return _0x5db73e;},a27_0x3d4d(_0x2c69e7,_0x5abc83);}module[a27_0xab38(0x259)]=o11yClassErrorHandler(MyReporter,[a27_0xab38(0x245),'endSession','onTestBegin','onTestEnd',a27_0xab38(0x101),a27_0xab38(0x1c6),a27_0xab38(0x16d)]);
|
|
1
|
+
const a27_0x4c43e1=a27_0x4523;(function(_0x1eb3fd,_0x23bd16){const _0x512499=a27_0x4523,_0x16e0ad=_0x1eb3fd();while(!![]){try{const _0x536f08=parseInt(_0x512499(0x114))/0x1*(parseInt(_0x512499(0x24a))/0x2)+-parseInt(_0x512499(0x278))/0x3*(parseInt(_0x512499(0x131))/0x4)+-parseInt(_0x512499(0x23f))/0x5*(parseInt(_0x512499(0xe4))/0x6)+parseInt(_0x512499(0x106))/0x7*(parseInt(_0x512499(0xd5))/0x8)+-parseInt(_0x512499(0x157))/0x9*(parseInt(_0x512499(0xe5))/0xa)+-parseInt(_0x512499(0x147))/0xb+parseInt(_0x512499(0x22f))/0xc*(parseInt(_0x512499(0x14c))/0xd);if(_0x536f08===_0x23bd16)break;else _0x16e0ad['push'](_0x16e0ad['shift']());}catch(_0x4f9cfd){_0x16e0ad['push'](_0x16e0ad['shift']());}}}(a27_0x298e,0x26b6d));const RequestQueueHandler=require('../../../helpers/test-observability/requestQueueHandler'),{calculatePerformance,getTagsFromTitle,getFailureData}=require('./pwUtils'),{v4:uuidv4}=require('uuid'),path=require(a27_0x4c43e1(0xfc)),{debug,removeAnsiColors,printBuildLink,getFailureType,failureData}=require(a27_0x4c43e1(0x178)),{getGitMetaData}=require(a27_0x4c43e1(0x254)),TestDetails=require(a27_0x4c43e1(0x266)),fs=require('fs'),util=require(a27_0x4c43e1(0x25a)),{o11yClassErrorHandler}=require(a27_0x4c43e1(0x1b1)),PerformanceTester=require(a27_0x4c43e1(0x201)),{FRAMEWORKS}=require(a27_0x4c43e1(0x202)),SessionHandler=require(a27_0x4c43e1(0x1f2));function a27_0x4523(_0x46bf09,_0x290087){const _0x298eab=a27_0x298e();return a27_0x4523=function(_0x4523b9,_0x43b22b){_0x4523b9=_0x4523b9-0xd2;let _0x186e11=_0x298eab[_0x4523b9];return _0x186e11;},a27_0x4523(_0x46bf09,_0x290087);}class MyReporter{constructor(_0x2fed5f){const _0x5d45a7=a27_0x4c43e1,_0x29bf55={};_0x29bf55[_0x5d45a7(0xf2)]=function(_0x1ce1f7,_0x2e520a){return _0x1ce1f7!==_0x2e520a;},_0x29bf55[_0x5d45a7(0x166)]=_0x5d45a7(0x117),_0x29bf55['TcwBx']=_0x5d45a7(0x1ff),_0x29bf55[_0x5d45a7(0x180)]='performance-report-reporter.json';const _0xdaf797=_0x29bf55;process[_0x5d45a7(0x224)][_0x5d45a7(0x1c5)]&&(_0xdaf797[_0x5d45a7(0xf2)](_0xdaf797['cmqcr'],_0xdaf797[_0x5d45a7(0x1ba)])?(PerformanceTester[_0x5d45a7(0x220)](_0xdaf797[_0x5d45a7(0x180)]),process[_0x5d45a7(0x224)][_0x5d45a7(0x234)]=new Date()[_0x5d45a7(0xfd)]()):this['_testHooksMap'][_0x27cab1]=[]),this['_tests']={},this[_0x5d45a7(0x1f9)]={},this['options']=_0x2fed5f,this[_0x5d45a7(0x136)]=![],this[_0x5d45a7(0xfa)]=null;}async[a27_0x4c43e1(0xe9)](){const _0x257b9b=a27_0x4c43e1;TestDetails[_0x257b9b(0x26c)](),await this[_0x257b9b(0x15d)]();}async[a27_0x4c43e1(0x154)](_0x57118f,_0x282e1a){const _0x2022e4=a27_0x4c43e1,_0x2cea06={};_0x2cea06[_0x2022e4(0x104)]='TestRunStarted';const _0x5aea10=_0x2cea06,_0x46a89d=this[_0x2022e4(0x161)](_0x57118f);this[_0x2022e4(0x25f)][_0x46a89d]={'uuid':TestDetails[_0x2022e4(0x190)](this[_0x2022e4(0x11a)](_0x57118f,_0x282e1a['retry'])),'startedAt':_0x282e1a[_0x2022e4(0x1f4)]},await this[_0x2022e4(0x1e8)](_0x57118f,_0x5aea10[_0x2022e4(0x104)],_0x282e1a);}async[a27_0x4c43e1(0x128)](_0xb65b8d,_0x30c6bf,_0x390b37){const _0x4a0f08=a27_0x4c43e1,_0x27a15c={};_0x27a15c[_0x4a0f08(0x19f)]=function(_0x1574c1,_0xb68fe7){return _0x1574c1===_0xb68fe7;},_0x27a15c['dsyAR']='screenshot',_0x27a15c[_0x4a0f08(0x12d)]=_0x4a0f08(0xf3),_0x27a15c[_0x4a0f08(0x187)]=_0x4a0f08(0x1a6),_0x27a15c[_0x4a0f08(0x214)]=function(_0x4313b3,_0x5ccbae){return _0x4313b3===_0x5ccbae;},_0x27a15c[_0x4a0f08(0x26d)]=_0x4a0f08(0x1b0),_0x27a15c['UnNZn']=function(_0x347ac4,_0xd890a8){return _0x347ac4===_0xd890a8;},_0x27a15c[_0x4a0f08(0x1fe)]=_0x4a0f08(0x100),_0x27a15c['nlSNe']=function(_0x175d57,_0x315bd0){return _0x175d57===_0x315bd0;},_0x27a15c[_0x4a0f08(0x120)]=_0x4a0f08(0xea),_0x27a15c['cDZTi']=function(_0x41c046,_0x319200){return _0x41c046!==_0x319200;},_0x27a15c['pmvbp']=_0x4a0f08(0x1d2),_0x27a15c['IHvYW']=_0x4a0f08(0x203),_0x27a15c[_0x4a0f08(0x1c6)]=_0x4a0f08(0xef);const _0x3c1cc5=_0x27a15c;if(!this[_0x4a0f08(0x1fa)](_0x390b37,_0xb65b8d)){if(_0x3c1cc5[_0x4a0f08(0x1b2)](_0x3c1cc5['pmvbp'],_0x3c1cc5[_0x4a0f08(0x123)]))_0x5d187b['attachments']['map'](_0x4fbdac=>{const _0x56e5d9=_0x4a0f08;if(_0x3c1cc5[_0x56e5d9(0x19f)](_0x4fbdac['name'],_0x3c1cc5[_0x56e5d9(0x211)])){if(!_0x3b729f[_0x56e5d9(0x113)](_0x4fbdac[_0x56e5d9(0xfc)]))return;_0x27f7f4['push']({'test_run_uuid':_0x1280e7,'timestamp':_0x62f848['statSync'](_0x4fbdac[_0x56e5d9(0xfc)])[_0x56e5d9(0x270)],'kind':_0x3c1cc5[_0x56e5d9(0x12d)],'message':_0x43eb25[_0x56e5d9(0x198)](_0x4fbdac[_0x56e5d9(0xfc)],{'encoding':_0x3c1cc5[_0x56e5d9(0x187)]})});}});else return;}const _0x560048=this[_0x4a0f08(0x25e)](_0xb65b8d,_0x390b37);this[_0x4a0f08(0x25f)][_0x560048]={'uuid':TestDetails[_0x4a0f08(0x190)](_0x560048),'startedAt':_0x390b37[_0x4a0f08(0x1f4)][_0x4a0f08(0xfd)]()};const _0x2643e7=this['getTestRunIdentifier'](_0xb65b8d,_0x30c6bf[_0x4a0f08(0x1d0)]);if(!this[_0x4a0f08(0x1f9)][_0x2643e7]){if(_0x3c1cc5['gwFYv'](_0x3c1cc5[_0x4a0f08(0x15e)],_0x3c1cc5['IHvYW']))this['_testHooksMap'][_0x2643e7]=[];else{if(_0x3c1cc5[_0x4a0f08(0x214)](_0xfd1b1d[_0x4a0f08(0x13f)],_0x3c1cc5['aouMa'])&&(_0x3c1cc5['UnNZn'](_0x149b45[_0x4a0f08(0x250)],_0x3c1cc5[_0x4a0f08(0x1fe)])||_0x3c1cc5[_0x4a0f08(0x21f)](_0x3de791[_0x4a0f08(0x250)],_0x3c1cc5['jnIHJ'])))return![];return!![];}}this[_0x4a0f08(0x1f9)][_0x2643e7]['push'](this['_tests'][_0x560048]['uuid']),await this[_0x4a0f08(0x265)](_0xb65b8d,_0x390b37,_0x3c1cc5[_0x4a0f08(0x1c6)],_0x30c6bf);}async[a27_0x4c43e1(0x14d)](_0x50dbb1,_0x2b5b8e,_0x4f7990){const _0x1fcf19=a27_0x4c43e1,_0x42dada={};_0x42dada[_0x1fcf19(0x1f0)]=_0x1fcf19(0x243),_0x42dada[_0x1fcf19(0xf1)]=function(_0x2aefa5,_0x2f625b){return _0x2aefa5===_0x2f625b;},_0x42dada[_0x1fcf19(0x10f)]='pMKXh',_0x42dada[_0x1fcf19(0xed)]=function(_0x30cc8e,_0x8a6790){return _0x30cc8e+_0x8a6790;},_0x42dada[_0x1fcf19(0x24c)]=_0x1fcf19(0x22e);const _0x144733=_0x42dada;if(!this[_0x1fcf19(0x1fa)](_0x4f7990,_0x50dbb1)){if(_0x144733[_0x1fcf19(0xf1)](_0x144733[_0x1fcf19(0x10f)],_0x144733['itQUA']))return;else return _0x144733[_0x1fcf19(0x1f0)];}const _0x2193a9=this[_0x1fcf19(0x1cb)](_0x50dbb1,_0x4f7990);this[_0x1fcf19(0x25f)][_0x2193a9]={...this[_0x1fcf19(0x25f)][_0x2193a9]||{},'finishedAt':new Date(_0x144733[_0x1fcf19(0xed)](_0x4f7990[_0x1fcf19(0x1f4)][_0x1fcf19(0x244)](),_0x4f7990[_0x1fcf19(0x170)]))},await this[_0x1fcf19(0x265)](_0x50dbb1,_0x4f7990,_0x144733[_0x1fcf19(0x24c)],_0x2b5b8e);}async[a27_0x4c43e1(0x208)](_0x4c9bc8,_0x329b61){const _0x2b8ca5=a27_0x4c43e1,_0x34712b={'TJNFi':function(_0x3ca1eb,_0x1a4261){return _0x3ca1eb(_0x1a4261);},'usLvj':function(_0x3cbf77,_0x3060b0){return _0x3cbf77!==_0x3060b0;},'PUnvt':function(_0x2e04ff,_0x4e251a){return _0x2e04ff===_0x4e251a;},'kPZHh':_0x2b8ca5(0x1aa),'tkGDs':'xJQnW','AkuJb':_0x2b8ca5(0x17a),'ZJywb':_0x2b8ca5(0xd6),'yFITo':function(_0x450d8f,_0x37a04f){return _0x450d8f===_0x37a04f;},'NDYUJ':_0x2b8ca5(0x233),'qFqyx':'TEST_SCREENSHOT','Gmeyl':_0x2b8ca5(0x1a6),'koMPY':_0x2b8ca5(0x26f),'Svqdc':_0x2b8ca5(0x13d),'oUhLR':function(_0x480aa2,_0x528ba1){return _0x480aa2>_0x528ba1;}},_0x3c67b0=this['getTestIdentifier'](_0x4c9bc8),_0x3e67c5=TestDetails[_0x2b8ca5(0x190)](this[_0x2b8ca5(0x11a)](_0x4c9bc8,_0x329b61['retry']));this[_0x2b8ca5(0x25f)][_0x3c67b0]={...this[_0x2b8ca5(0x25f)][_0x3c67b0]||{},'finishedAt':new Date()[_0x2b8ca5(0xfd)]()},await this['sendTestRunEvent'](_0x4c9bc8,_0x34712b[_0x2b8ca5(0xf0)],_0x329b61);const _0x14374e=[];_0x329b61['attachments']&&(_0x34712b[_0x2b8ca5(0xdd)](_0x34712b['Svqdc'],_0x34712b['Svqdc'])?_0x34712b[_0x2b8ca5(0x162)](_0x39f962,_0x2b8ca5(0xf8)+_0x1fcfeb[_0x2b8ca5(0x1e6)]()):_0x329b61['attachments'][_0x2b8ca5(0x1a9)](_0x28f352=>{const _0x1f695f=_0x2b8ca5,_0x4f36e={'UkvSD':function(_0x3ee49f,_0x15e536){const _0x5a1dee=a27_0x4523;return _0x34712b[_0x5a1dee(0xdd)](_0x3ee49f,_0x15e536);}};if(_0x34712b[_0x1f695f(0x1a0)](_0x34712b[_0x1f695f(0x1d8)],_0x34712b[_0x1f695f(0x261)]))return;else{if(_0x34712b[_0x1f695f(0x1a0)](_0x28f352[_0x1f695f(0x241)],_0x34712b[_0x1f695f(0x1f6)])){if(_0x34712b[_0x1f695f(0xdd)](_0x34712b[_0x1f695f(0xf9)],_0x34712b[_0x1f695f(0xf9)]))return;else{if(!fs[_0x1f695f(0x113)](_0x28f352[_0x1f695f(0xfc)])){if(_0x34712b[_0x1f695f(0x19e)](_0x34712b[_0x1f695f(0x1a5)],_0x34712b[_0x1f695f(0x1a5)]))return;else{let _0x4f093e=_0x5b75e3['parent'];while(_0x4f093e&&_0x4f36e['UkvSD'](_0x4f093e['title'],'')){_0x4f7a35['push'](_0x4f093e['title']),_0x4f093e=_0x4f093e[_0x1f695f(0x194)];}}}_0x14374e[_0x1f695f(0x118)]({'test_run_uuid':_0x3e67c5,'timestamp':fs[_0x1f695f(0x1e9)](_0x28f352[_0x1f695f(0xfc)])[_0x1f695f(0x270)],'kind':_0x34712b[_0x1f695f(0xdf)],'message':fs[_0x1f695f(0x198)](_0x28f352[_0x1f695f(0xfc)],{'encoding':_0x34712b[_0x1f695f(0x115)]})});}}}}));if(_0x34712b[_0x2b8ca5(0x276)](_0x14374e[_0x2b8ca5(0x107)],0x0))await MyReporter[_0x2b8ca5(0x13a)](_0x14374e);}async[a27_0x4c43e1(0x1f1)](){const _0x220ca4=a27_0x4c43e1;await RequestQueueHandler[_0x220ca4(0xe0)]()['shutdown'](),await SessionHandler['stop'](),TestDetails[_0x220ca4(0x22b)]();}async[a27_0x4c43e1(0x262)](_0x3d72ca){const _0x3d036c=a27_0x4c43e1,_0x4b1c2e={'dfnQE':function(_0x7ccfb0){return _0x7ccfb0();},'lossA':function(_0x4120ea,_0x1704e0){return _0x4120ea===_0x1704e0;},'sOekb':_0x3d036c(0xe2),'ULjXg':function(_0x435752,_0x35e4ac){return _0x435752===_0x35e4ac;},'Lryhl':_0x3d036c(0x127),'SrdNR':_0x3d036c(0x230),'TByka':function(_0x3075ef,_0x3bc263){return _0x3075ef===_0x3bc263;},'sVJiy':_0x3d036c(0x227),'tIOgS':function(_0x45b72a,_0x3c9495){return _0x45b72a+_0x3c9495;},'weQIF':function(_0x398009){return _0x398009();},'sjLtf':function(_0x160e16,_0x1722e1){return _0x160e16!==_0x1722e1;},'ZuaTQ':_0x3d036c(0x1ae),'RgbVI':'DaMHq','oAwJx':_0x3d036c(0x215),'EjpzZ':_0x3d036c(0x105),'mLkuV':function(_0x55f34f){return _0x55f34f();},'DPSQC':function(_0x369b60,_0x186680){return _0x369b60!==_0x186680;},'ppSuH':_0x3d036c(0x255),'DXYfq':function(_0x296480,_0x2b3983){return _0x296480(_0x2b3983);}};await this[_0x3d036c(0x1f1)](),_0x4b1c2e['weQIF'](printBuildLink);try{if(_0x4b1c2e[_0x3d036c(0x144)](_0x4b1c2e[_0x3d036c(0x1fb)],_0x4b1c2e[_0x3d036c(0x17f)])){if(process['env']['BROWSERSTACK_O11Y_PERF_MEASUREMENT']){if(_0x4b1c2e[_0x3d036c(0x18d)](_0x4b1c2e['oAwJx'],_0x4b1c2e[_0x3d036c(0x1c7)])){let _0x42441c=_0x164d77['title']+_0x3d036c(0x16b)+this[_0x3d036c(0x161)](_0x5cd4b8);return this[_0x3d036c(0x25f)][_0x42441c]&&(_0x42441c=_0x42441c+_0x3d036c(0x19c)+_0x4b1c2e[_0x3d036c(0x13c)](_0x799c8a)),_0xa27700[_0x3d036c(0x189)]=_0x42441c,_0x42441c;}else await _0x4b1c2e[_0x3d036c(0x1eb)](calculatePerformance);}}else{(_0x4b1c2e['lossA'](_0x9443b3[_0x3d036c(0x219)],_0x4b1c2e[_0x3d036c(0xec)])||_0x4b1c2e['ULjXg'](_0x1856f3[_0x3d036c(0x219)],_0x4b1c2e[_0x3d036c(0x200)])||_0x4b1c2e['ULjXg'](_0x19dbee[_0x3d036c(0x219)],_0x4b1c2e['SrdNR']))&&(_0x4f6dae[_0x3d036c(0x219)]=_0x4b1c2e['Lryhl']);if(_0x4b1c2e['lossA'](_0x8d1025[_0x3d036c(0x126)],_0x4b1c2e[_0x3d036c(0xec)])&&_0x4b1c2e[_0x3d036c(0x18d)](_0x2482eb[_0x3d036c(0x1c0)],_0x4b1c2e[_0x3d036c(0x200)])){const _0x3dc5fc={};_0x3dc5fc['message']=_0x4b1c2e[_0x3d036c(0x148)],_0x3dc5fc['stack']=_0x4b1c2e[_0x3d036c(0x148)],_0x55e71a[_0x3d036c(0x259)]=_0x3dc5fc,_0x1cbef6['errors']=[_0x2a6b7d[_0x3d036c(0x259)]];}}}catch(_0x365eab){if(_0x4b1c2e[_0x3d036c(0x1a1)](_0x4b1c2e[_0x3d036c(0x116)],_0x4b1c2e[_0x3d036c(0x116)]))return _0x4b1c2e[_0x3d036c(0x1b4)](_0x4b1c2e[_0x3d036c(0x1b4)](_0x5e94a7[_0x3d036c(0x156)],'-'),_0x43e425['id']);else _0x4b1c2e[_0x3d036c(0x232)](debug,_0x3d036c(0xf8)+_0x365eab[_0x3d036c(0x1e6)]());}}static async[a27_0x4c43e1(0x159)](_0x42000b,_0x7e0789){const _0x21b89d=a27_0x4c43e1;_0x7e0789[_0x21b89d(0x150)]=TestDetails[_0x21b89d(0x190)](_0x42000b),await this['reportLogs']([_0x7e0789]);}static async[a27_0x4c43e1(0x13a)](_0x581f9b){const _0x4169f2=a27_0x4c43e1,_0x4f8b87={};_0x4f8b87[_0x4169f2(0x10e)]=_0x4169f2(0x18e);const _0x214cd4=_0x4f8b87,_0x16f85f={};_0x16f85f['event_type']=_0x214cd4[_0x4169f2(0x10e)],_0x16f85f[_0x4169f2(0x185)]=_0x581f9b,await SessionHandler[_0x4169f2(0x134)](_0x16f85f);}async['sendHookRunEvent'](_0x14ae0f,_0x227990,_0x3efc2c,_0x915b96){const _0x830f0b=a27_0x4c43e1,_0x21c9e2={'WGvAR':function(_0x45eee2,_0xaecbcf){return _0x45eee2===_0xaecbcf;},'tZZcI':_0x830f0b(0x229),'oqIJj':_0x830f0b(0x150),'hAyVy':_0x830f0b(0xff),'FgIFs':_0x830f0b(0x133),'kjhTH':_0x830f0b(0x127),'gRKwO':_0x830f0b(0xe2),'tJhmN':function(_0x2b974c,_0x245f71){return _0x2b974c(_0x245f71);},'eEgTD':function(_0x54f47b,_0x3a89dd){return _0x54f47b+_0x3a89dd;},'SLKVK':_0x830f0b(0x1b0),'nGhad':_0x830f0b(0x16d),'KyqSd':'pending','JGKGR':function(_0x121ce7,_0x6ee7ee){return _0x121ce7>=_0x6ee7ee;},'CloBi':_0x830f0b(0x22e),'XBGFo':function(_0xf5aaff,_0x3980e0){return _0xf5aaff===_0x3980e0;},'iMyhW':_0x830f0b(0x1a3),'ufWrS':_0x830f0b(0x236),'PWNfq':function(_0x3b583a,_0x2f392b){return _0x3b583a>_0x2f392b;},'VTvbC':function(_0x43cb3b,_0x116912){return _0x43cb3b!==_0x116912;},'mEwZY':'gqRbT','rPFvC':_0x830f0b(0x247),'gYHol':'ZQinJ','uzfgG':function(_0x1f2413,_0xa42e39){return _0x1f2413(_0xa42e39);},'beKhb':function(_0x3ea69e,_0x5ec1e4){return _0x3ea69e(_0x5ec1e4);},'KqLcj':function(_0x2e61b7,_0xb1d00b,_0x9e084c){return _0x2e61b7(_0xb1d00b,_0x9e084c);},'JZIsK':_0x830f0b(0x11d),'Osvwd':_0x830f0b(0x1de),'CvKIY':'tqktT','tlunG':_0x830f0b(0x1e1)},_0x1d1e39=this[_0x830f0b(0x1cb)](_0x14ae0f,_0x227990),_0xd03292=this[_0x830f0b(0x25f)][_0x1d1e39],_0x2231d7={'uuid':_0xd03292[_0x830f0b(0x1ec)],'type':_0x21c9e2[_0x830f0b(0x21a)],'hook_type':this[_0x830f0b(0x1e3)](_0x227990['title']),'name':_0x227990[_0x830f0b(0x250)],'scope':this[_0x830f0b(0x1ac)](_0x227990),'scopes':this[_0x830f0b(0x12f)](_0x14ae0f),'body':{'lang':_0x21c9e2[_0x830f0b(0x184)],'code':null},'identifier':_0x1d1e39,'file_name':path['relative'](process[_0x830f0b(0x111)](),_0x14ae0f[_0x830f0b(0x269)][_0x830f0b(0xd8)]),'location':path['relative'](process[_0x830f0b(0x111)](),_0x14ae0f[_0x830f0b(0x269)][_0x830f0b(0xd8)]),'result':_0x21c9e2[_0x830f0b(0x11e)],'duration_in_ms':_0x21c9e2[_0x830f0b(0x239)](_0x227990[_0x830f0b(0x170)],0x0)?_0x227990[_0x830f0b(0x170)]:undefined,'vc_filepath':this[_0x830f0b(0xfa)]&&_0x14ae0f[_0x830f0b(0x269)][_0x830f0b(0xd8)]?path[_0x830f0b(0x1dc)](this[_0x830f0b(0xfa)],_0x14ae0f[_0x830f0b(0x269)][_0x830f0b(0xd8)]):undefined,'started_at':_0xd03292['startedAt'],'finished_at':_0xd03292['finishedAt'],'framework':FRAMEWORKS['PLAYWRIGHT']};if(_0x21c9e2[_0x830f0b(0x16a)](_0x3efc2c,_0x21c9e2[_0x830f0b(0x231)])){if(_0x21c9e2[_0x830f0b(0x240)](_0x21c9e2['iMyhW'],_0x21c9e2[_0x830f0b(0xfe)]))this[_0x830f0b(0xfa)]=_0x33df9c[_0x830f0b(0x26b)];else{const {steps:_0xf1b800,logs:_0x328134}=this[_0x830f0b(0x192)](_0x227990[_0x830f0b(0x263)],_0xd03292[_0x830f0b(0x1ec)],_0x21c9e2[_0x830f0b(0x21a)]);if(_0x328134&&_0x21c9e2[_0x830f0b(0x279)](_0x328134[_0x830f0b(0x107)],0x0)){if(_0x21c9e2['VTvbC'](_0x21c9e2[_0x830f0b(0xf6)],_0x21c9e2[_0x830f0b(0xf6)])){const _0x4fe238={};_0x4fe238[_0x830f0b(0x221)]=[_0x2aa38e['failure_reason']],_0x4fe238['expanded']=[],_0x151594[_0x830f0b(0x118)](_0x4fe238);}else await MyReporter['reportLogs'](_0x328134);}const _0x3f7f0c={};_0x3f7f0c[_0x830f0b(0x263)]=_0xf1b800,_0x2231d7[_0x830f0b(0x108)]=_0x3f7f0c;if(_0x227990[_0x830f0b(0x259)]){if(_0x21c9e2['WGvAR'](_0x21c9e2[_0x830f0b(0x1be)],_0x21c9e2['gYHol'])){const _0x2145b7=_0x21c9e2[_0x830f0b(0x16a)](_0x546f44,_0x21c9e2[_0x830f0b(0x15b)])?_0x21c9e2[_0x830f0b(0xde)]:_0x21c9e2[_0x830f0b(0x252)];_0x3f3ba3[_0x830f0b(0x118)]({'kind':_0x21c9e2[_0x830f0b(0x1b7)],[_0x2145b7]:_0x1448e9,'message':_0x593250[_0x830f0b(0x250)],'timestamp':_0x49c3e7['startTime']['toISOString'](),'level':_0x3aa5c9[_0x830f0b(0x259)]?_0x21c9e2[_0x830f0b(0x25d)]:_0x21c9e2[_0x830f0b(0x210)],'duration':_0x3e97e4['duration'],'failure':_0x16460d['error']&&_0x1ae619[_0x830f0b(0x259)][_0x830f0b(0x183)]&&_0x21c9e2[_0x830f0b(0x18f)](_0x21feec,_0x57df7f[_0x830f0b(0x259)]['message']),'failure_type':_0x21c9e2['tJhmN'](_0x508b6a,_0x31b29f[_0x830f0b(0x259)]&&_0x31f273['error'][_0x830f0b(0x183)])});}else{_0x2231d7[_0x830f0b(0x219)]=_0x21c9e2['kjhTH'],_0x2231d7['failure_reason']=_0x21c9e2[_0x830f0b(0x20b)](removeAnsiColors,_0x227990[_0x830f0b(0x259)]['message']),_0x2231d7[_0x830f0b(0x1b8)]=_0x21c9e2[_0x830f0b(0x245)](getFailureType,_0x227990[_0x830f0b(0x259)]['message']);const _0xfbec58=_0x21c9e2[_0x830f0b(0x1cf)](failureData,_0x227990['error'],_0x21c9e2[_0x830f0b(0x228)]);if(_0xfbec58&&_0x21c9e2[_0x830f0b(0x240)](_0xfbec58[_0x830f0b(0x107)],0x0)){if(_0x21c9e2[_0x830f0b(0x16a)](_0x21c9e2[_0x830f0b(0x13b)],_0x21c9e2[_0x830f0b(0x179)]))return _0x21c9e2[_0x830f0b(0x109)](_0x21c9e2[_0x830f0b(0x109)](this[_0x830f0b(0x161)](_0x37c40c),'-'),_0x26cf37);else{const _0x1261fb={};_0x1261fb[_0x830f0b(0x221)]=[_0x2231d7[_0x830f0b(0xfb)]],_0x1261fb['expanded']=[],_0xfbec58['push'](_0x1261fb);}}_0x2231d7[_0x830f0b(0x171)]=_0xfbec58;}}else _0x21c9e2[_0x830f0b(0x16a)](_0x21c9e2['tlunG'],_0x21c9e2['tlunG'])?_0x2231d7['result']=_0x21c9e2['gRKwO']:_0x32bd2b[_0x830f0b(0x219)]=_0x21c9e2[_0x830f0b(0x25d)];}}const _0x4c27c2={};_0x4c27c2[_0x830f0b(0x1ce)]=_0x3efc2c,_0x4c27c2[_0x830f0b(0x20a)]=_0x2231d7;const _0x13430a=_0x4c27c2;await SessionHandler['uploadEventData'](_0x13430a);}[a27_0x4c43e1(0x192)](_0x468975,_0x3e2720,_0x1ab477){const _0x488e26=a27_0x4c43e1,_0x523544={'QxESk':function(_0x25f9a6,_0x2743d2){return _0x25f9a6===_0x2743d2;},'RSyRe':_0x488e26(0xd2),'goyYi':_0x488e26(0xe2),'pqFvC':_0x488e26(0x17a),'ulUQV':_0x488e26(0xf3),'mJWpj':_0x488e26(0x1a6),'uToQn':'COJQe','smSQz':function(_0x53b9a6,_0x24ee16){return _0x53b9a6===_0x24ee16;},'gelPL':_0x488e26(0x1b0),'mvIff':_0x488e26(0x100),'FPtEE':'Before\x20Hooks','qtWXA':function(_0x19a83f,_0x54b1db){return _0x19a83f!==_0x54b1db;},'LAAMz':_0x488e26(0x193),'NFEon':function(_0x499c09,_0x15ba44,_0x57c766){return _0x499c09(_0x15ba44,_0x57c766);},'UosYK':'BEFORE_EACH','MrPZP':_0x488e26(0x1d4),'ZFNkT':function(_0x73fd57,_0x57f4e2){return _0x73fd57===_0x57f4e2;},'gRKXP':_0x488e26(0x26e),'oZNZX':function(_0x2cf481,_0x48e403){return _0x2cf481===_0x48e403;},'TejWI':_0x488e26(0x229),'UsXzN':_0x488e26(0x150),'viuZX':_0x488e26(0xff),'oiXlT':_0x488e26(0x133),'dTATm':'failed','adDAR':function(_0x347b0f,_0x3f3d6a){return _0x347b0f(_0x3f3d6a);},'IulcZ':function(_0x40ecd5,_0x2f9456){return _0x40ecd5(_0x2f9456);},'QuITx':function(_0x4806a8,_0x133d5f){return _0x4806a8!==_0x133d5f;},'ExduH':_0x488e26(0x1df),'ToHlI':'uDQqq','iQJtA':function(_0x39b6a0,_0x3d0882){return _0x39b6a0===_0x3d0882;},'Nlcss':_0x488e26(0x1c4),'rfhRS':function(_0x1d539a){return _0x1d539a();},'TaPmN':function(_0x4b1e07,_0x54a165){return _0x4b1e07(_0x54a165);},'NHGAV':_0x488e26(0x141),'VDRne':'PPKtR','AXHXI':function(_0x13d933,_0x56d12c){return _0x13d933===_0x56d12c;},'yXKnF':_0x488e26(0x112),'IIJfr':_0x488e26(0x164)},_0x284f7e=[],_0x16cb9d=[],_0x401c3a=_0x468975[_0x488e26(0x14e)](_0xcc750=>{const _0x2c5b62=_0x488e26,_0x4daa1c={'qmiWC':function(_0x14854b,_0x492818){const _0x5b3fcd=a27_0x4523;return _0x523544[_0x5b3fcd(0xf5)](_0x14854b,_0x492818);},'HGpIv':_0x523544[_0x2c5b62(0x1bb)],'bgYsh':_0x523544[_0x2c5b62(0x121)],'vZYKr':_0x523544[_0x2c5b62(0x182)],'cOPOS':_0x523544[_0x2c5b62(0x27b)],'fQKCX':_0x523544['mJWpj']};if(_0x523544[_0x2c5b62(0xf5)](_0x523544[_0x2c5b62(0x16f)],_0x523544[_0x2c5b62(0x16f)])){if(_0x523544['smSQz'](_0xcc750[_0x2c5b62(0x13f)],_0x523544[_0x2c5b62(0x102)])&&(_0x523544[_0x2c5b62(0x204)](_0xcc750['title'],_0x523544[_0x2c5b62(0x1bd)])||_0x523544[_0x2c5b62(0xf5)](_0xcc750[_0x2c5b62(0x250)],_0x523544[_0x2c5b62(0x206)]))){if(_0x523544[_0x2c5b62(0x20c)](_0x523544[_0x2c5b62(0x12c)],_0x523544[_0x2c5b62(0x12c)]))_0x1a4ddc['result']=_0x4daa1c[_0x2c5b62(0x173)](_0x1c1422[_0x2c5b62(0x126)],_0x4daa1c['HGpIv'])?_0x4daa1c[_0x2c5b62(0x151)]:_0x4daa1c['bgYsh'];else return![];}return!![];}else{if(_0x4daa1c['qmiWC'](_0x40fa44[_0x2c5b62(0x241)],_0x4daa1c[_0x2c5b62(0x174)])){if(!_0x284275['existsSync'](_0x27aec3['path']))return;_0x67b945[_0x2c5b62(0x118)]({'test_run_uuid':_0x3d77db,'timestamp':_0x2810e6[_0x2c5b62(0x1e9)](_0x3279b5[_0x2c5b62(0xfc)])[_0x2c5b62(0x270)],'kind':_0x4daa1c[_0x2c5b62(0x177)],'message':_0x5ae483[_0x2c5b62(0x198)](_0x51a7ce['path'],{'encoding':_0x4daa1c[_0x2c5b62(0x14f)]})});}}}),_0x4d64f6=(_0xb97b52,_0x1f780d=![])=>{const _0xafb15b=_0x488e26,_0x2f8b24={'ORAzC':function(_0x4eb7eb,_0x33a638,_0x178bd0){const _0x2167f3=a27_0x4523;return _0x523544[_0x2167f3(0x1fd)](_0x4eb7eb,_0x33a638,_0x178bd0);}};if(_0x523544[_0xafb15b(0xf5)](_0x523544[_0xafb15b(0x15f)],_0x523544[_0xafb15b(0x15f)])){if(_0x523544[_0xafb15b(0x271)](_0xb97b52[_0xafb15b(0x263)][_0xafb15b(0x107)],0x0)){if(_0x523544[_0xafb15b(0x20c)](_0x523544[_0xafb15b(0x272)],_0x523544[_0xafb15b(0x272)]))_0x2f8b24[_0xafb15b(0x158)](_0x253872,_0x238748,![]);else{const _0x2f0039=_0x523544['oZNZX'](_0x1ab477,_0x523544[_0xafb15b(0x248)])?_0x523544[_0xafb15b(0x143)]:_0x523544[_0xafb15b(0x132)];_0x16cb9d[_0xafb15b(0x118)]({'kind':_0x523544[_0xafb15b(0x23b)],[_0x2f0039]:_0x3e2720,'message':_0xb97b52[_0xafb15b(0x250)],'timestamp':_0xb97b52['startTime'][_0xafb15b(0xfd)](),'level':_0xb97b52[_0xafb15b(0x259)]?_0x523544['dTATm']:_0x523544[_0xafb15b(0x121)],'duration':_0xb97b52[_0xafb15b(0x170)],'failure':_0xb97b52[_0xafb15b(0x259)]&&_0xb97b52['error'][_0xafb15b(0x183)]&&_0x523544[_0xafb15b(0x274)](removeAnsiColors,_0xb97b52[_0xafb15b(0x259)][_0xafb15b(0x183)]),'failure_type':_0x523544[_0xafb15b(0x218)](getFailureType,_0xb97b52[_0xafb15b(0x259)]&&_0xb97b52[_0xafb15b(0x259)][_0xafb15b(0x183)])});}}else{if(_0x523544[_0xafb15b(0x21d)](_0x523544['ExduH'],_0x523544[_0xafb15b(0x1f5)])){!_0x1f780d&&(_0x523544[_0xafb15b(0x153)](_0x523544[_0xafb15b(0x119)],_0x523544[_0xafb15b(0x119)])?_0x284f7e['push']({'id':_0x523544[_0xafb15b(0x1b6)](uuidv4),'text':_0xb97b52[_0xafb15b(0x250)],'keyword':undefined,'started_at':_0xb97b52[_0xafb15b(0x1f4)]['toISOString'](),'duration':_0xb97b52[_0xafb15b(0x170)],'result':_0xb97b52['error']?_0x523544['dTATm']:_0x523544['goyYi'],'failure':_0xb97b52[_0xafb15b(0x259)]&&_0xb97b52['error']['message']&&_0x523544['TaPmN'](removeAnsiColors,_0xb97b52[_0xafb15b(0x259)][_0xafb15b(0x183)]),'failure_type':_0x523544[_0xafb15b(0x10b)](getFailureType,_0xb97b52[_0xafb15b(0x259)]&&_0xb97b52[_0xafb15b(0x259)]['message'])}):_0x523544[_0xafb15b(0x1fd)](_0x2709fc,_0xdaa3de,!![]));for(const _0x370136 of _0xb97b52[_0xafb15b(0x263)]){if(_0x523544['ZFNkT'](_0x523544[_0xafb15b(0x256)],_0x523544[_0xafb15b(0x23d)]))return![];else _0x523544[_0xafb15b(0x1fd)](_0x4d64f6,_0x370136,!![]);}}else _0x155676[_0xafb15b(0x118)](_0x399df4[_0xafb15b(0x250)]),_0x1317ab=_0x1d5164[_0xafb15b(0x194)];}}else return _0x523544[_0xafb15b(0x142)];};for(const _0x1afece of _0x401c3a){if(_0x523544['AXHXI'](_0x523544[_0x488e26(0x191)],_0x523544[_0x488e26(0x1cd)]))return![];else _0x523544[_0x488e26(0x1fd)](_0x4d64f6,_0x1afece,![]);}const _0x5547a4={};return _0x5547a4['steps']=_0x284f7e,_0x5547a4[_0x488e26(0x185)]=_0x16cb9d,_0x5547a4;}async[a27_0x4c43e1(0x1e8)](_0xe58bd9,_0x530ae6,_0x37195e){const _0x3b1fdb=a27_0x4c43e1,_0x40a358={'dVBbc':function(_0x2debc9,_0x3e9a91){return _0x2debc9!==_0x3e9a91;},'gesKm':_0x3b1fdb(0x15a),'BxHpz':_0x3b1fdb(0xf3),'fcXfX':'base64','glzeB':'failed','XTrtJ':function(_0x57da89,_0x497918){return _0x57da89(_0x497918);},'MxIvQ':function(_0x53320a,_0x237f63){return _0x53320a(_0x237f63);},'oLFWW':function(_0x383a66,_0x3980a4,_0x290f7b){return _0x383a66(_0x3980a4,_0x290f7b);},'GFyhq':_0x3b1fdb(0x11d),'DtoQG':function(_0x5d599b,_0x2f87e4){return _0x5d599b===_0x2f87e4;},'wSMLJ':function(_0x523974,_0x365429){return _0x523974!==_0x365429;},'uHpMa':'hook','tulId':function(_0x5eda55,_0x4198af){return _0x5eda55===_0x4198af;},'sXqKz':_0x3b1fdb(0xe8),'IKgcc':_0x3b1fdb(0xe7),'ggVis':_0x3b1fdb(0x1c3),'JUVPE':_0x3b1fdb(0x11c),'HWTPj':_0x3b1fdb(0x229),'rjBie':_0x3b1fdb(0x16d),'Ziqdr':'pending','BMBRx':function(_0x529c88,_0x3bbcde){return _0x529c88>_0x3bbcde;},'WfhGU':_0x3b1fdb(0x273),'qhtWY':_0x3b1fdb(0x1f8),'CewdL':function(_0x1483dc,_0x261e16){return _0x1483dc-_0x261e16;},'OaJOo':function(_0x7cd048,_0x3ab796){return _0x7cd048===_0x3ab796;},'tUeTQ':_0x3b1fdb(0x26f),'hkqYK':_0x3b1fdb(0x1cc),'xScMo':_0x3b1fdb(0x1af),'botqx':function(_0x2c05c8,_0x3a163d){return _0x2c05c8===_0x3a163d;},'Oymua':_0x3b1fdb(0x146),'ZwdSh':'IUjsg','VyQfn':_0x3b1fdb(0xd2),'DddGB':_0x3b1fdb(0xe2),'IJDON':_0x3b1fdb(0x124),'SEnuG':function(_0x48f5f8,_0x23c525){return _0x48f5f8===_0x23c525;},'hVkHu':'timedOut','XbvDY':function(_0x270629,_0x3cf879){return _0x270629!==_0x3cf879;},'XAVWt':_0x3b1fdb(0x122),'bfraR':_0x3b1fdb(0x1b9),'yNmAq':function(_0x5e46bb,_0x149cdb){return _0x5e46bb===_0x149cdb;},'faZDM':function(_0x565a49,_0x5d3143){return _0x565a49===_0x5d3143;},'chjSa':function(_0x5edd08,_0x336c71){return _0x5edd08!==_0x336c71;},'Dqcav':_0x3b1fdb(0x181),'EYwcL':_0x3b1fdb(0x21b),'jeDUE':_0x3b1fdb(0x227),'EdKZS':function(_0x165110,_0x4116ab){return _0x165110===_0x4116ab;},'hjkrX':_0x3b1fdb(0x19d),'dWTdX':_0x3b1fdb(0x1b5),'YeNTp':function(_0x13d04b,_0x4d1d9e){return _0x13d04b(_0x4d1d9e);},'qwrlb':function(_0x18388f,_0x24ab01){return _0x18388f!==_0x24ab01;},'jjdJz':'PdPTc','mqnli':_0x3b1fdb(0xf4),'BEUKA':'uqaHv'},_0x58b746=this[_0x3b1fdb(0x161)](_0xe58bd9),_0x409181=this[_0x3b1fdb(0x1ac)](_0xe58bd9),_0x28af41=this['_tests'][_0x58b746],_0xfac072=path[_0x3b1fdb(0x1dc)](process[_0x3b1fdb(0x111)](),_0xe58bd9['location'][_0x3b1fdb(0xd8)]);await this[_0x3b1fdb(0x15d)]();const _0xa56e3d={'uuid':_0x28af41[_0x3b1fdb(0x1ec)],'type':_0x40a358[_0x3b1fdb(0x12a)],'name':_0xe58bd9[_0x3b1fdb(0x250)],'body':{'lang':_0x40a358[_0x3b1fdb(0xd3)],'code':_0xe58bd9['fn']['toString']()},'scope':_0x409181,'scopes':this[_0x3b1fdb(0x12f)](_0xe58bd9),'identifier':_0x58b746,'file_name':_0xfac072,'location':_0xfac072,'result':_0x40a358[_0x3b1fdb(0x1c9)],'duration_in_ms':_0x37195e&&_0x37195e[_0x3b1fdb(0x170)]?_0x37195e[_0x3b1fdb(0x170)]:null,'vc_filepath':this[_0x3b1fdb(0xfa)]&&_0xe58bd9[_0x3b1fdb(0x269)][_0x3b1fdb(0xd8)]?path['relative'](this['_gitConfigPath'],_0xe58bd9[_0x3b1fdb(0x269)][_0x3b1fdb(0xd8)]):undefined,'started_at':_0x28af41[_0x3b1fdb(0x207)],'finished_at':_0x28af41['finishedAt'],'framework':FRAMEWORKS['PLAYWRIGHT'],'customRerunParam':{'rerun_name':_0xe58bd9[_0x3b1fdb(0x222)]()['join']('\x20')},'tags':_0x40a358[_0x3b1fdb(0x25c)](getTagsFromTitle,_0xe58bd9[_0x3b1fdb(0x250)])};if(_0x37195e&&_0x40a358[_0x3b1fdb(0x101)](_0x37195e[_0x3b1fdb(0x1d0)],0x0)){if(_0x40a358['DtoQG'](_0x40a358[_0x3b1fdb(0x1f3)],_0x40a358['qhtWY']))return _0xc844ab;else _0xa56e3d[_0x3b1fdb(0x1ee)]=TestDetails[_0x3b1fdb(0x190)](this['getTestRunIdentifier'](_0xe58bd9,_0x40a358[_0x3b1fdb(0x23e)](_0x37195e[_0x3b1fdb(0x1d0)],0x1)));}if(_0x40a358['OaJOo'](_0x530ae6,_0x40a358[_0x3b1fdb(0xeb)])){if(_0x40a358['dVBbc'](_0x40a358[_0x3b1fdb(0x238)],_0x40a358[_0x3b1fdb(0xdb)])){_0xa56e3d[_0x3b1fdb(0x219)]=_0x37195e['status'];if(_0x40a358['botqx'](_0x37195e[_0x3b1fdb(0x126)],_0xe58bd9[_0x3b1fdb(0x1c0)])){if(_0x40a358[_0x3b1fdb(0x14b)](_0x40a358[_0x3b1fdb(0x1e7)],_0x40a358[_0x3b1fdb(0x11b)])){const _0xcdefa6=[];if(_0x42a305&&_0x3b23be[_0x3b1fdb(0x194)]){let _0x589055=_0x3f4aae[_0x3b1fdb(0x194)];while(_0x589055&&_0x40a358[_0x3b1fdb(0x1da)](_0x589055['title'],'')){_0xcdefa6[_0x3b1fdb(0x118)](_0x589055[_0x3b1fdb(0x250)]),_0x589055=_0x589055[_0x3b1fdb(0x194)];}}return _0xcdefa6[_0x3b1fdb(0x172)]()['splice'](0x0,0x2),_0xcdefa6;}else _0xa56e3d[_0x3b1fdb(0x219)]=_0x40a358[_0x3b1fdb(0x15c)](_0x37195e['status'],_0x40a358['VyQfn'])?_0x40a358[_0x3b1fdb(0x205)]:_0x40a358[_0x3b1fdb(0x21c)];}else{if(_0x40a358[_0x3b1fdb(0x1da)](_0x40a358['IJDON'],_0x40a358['IJDON']))_0x71f6a2=_0x2ed16e[_0x3b1fdb(0x250)];else{if(_0x40a358[_0x3b1fdb(0x25b)](_0xa56e3d[_0x3b1fdb(0x219)],_0x40a358[_0x3b1fdb(0x21c)])||_0x40a358[_0x3b1fdb(0x25b)](_0xa56e3d['result'],_0x40a358[_0x3b1fdb(0x1d7)])||_0x40a358['SEnuG'](_0xa56e3d[_0x3b1fdb(0x219)],_0x40a358[_0x3b1fdb(0x235)])){if(_0x40a358[_0x3b1fdb(0x169)](_0x40a358[_0x3b1fdb(0x186)],_0x40a358[_0x3b1fdb(0x1a8)]))_0xa56e3d[_0x3b1fdb(0x219)]=_0x40a358['glzeB'];else return _0x40a358[_0x3b1fdb(0x23a)];}if(_0x40a358[_0x3b1fdb(0xee)](_0x37195e[_0x3b1fdb(0x126)],_0x40a358[_0x3b1fdb(0x21c)])&&_0x40a358['faZDM'](_0xe58bd9[_0x3b1fdb(0x1c0)],_0x40a358['glzeB'])){if(_0x40a358[_0x3b1fdb(0x226)](_0x40a358[_0x3b1fdb(0x125)],_0x40a358['EYwcL'])){const _0x4d16d9={};_0x4d16d9[_0x3b1fdb(0x183)]=_0x40a358[_0x3b1fdb(0x275)],_0x4d16d9['stack']=_0x40a358[_0x3b1fdb(0x275)],_0x37195e[_0x3b1fdb(0x259)]=_0x4d16d9,_0x37195e['errors']=[_0x37195e[_0x3b1fdb(0x259)]];}else{if(!_0x3ceb6b[_0x3b1fdb(0x113)](_0x59fc2e[_0x3b1fdb(0xfc)]))return;_0xc9b803[_0x3b1fdb(0x118)]({'test_run_uuid':_0x46ede1,'timestamp':_0x39653e[_0x3b1fdb(0x1e9)](_0x2cc5a5['path'])[_0x3b1fdb(0x270)],'kind':_0x40a358[_0x3b1fdb(0x176)],'message':_0x456fa5[_0x3b1fdb(0x198)](_0x384c82[_0x3b1fdb(0xfc)],{'encoding':_0x40a358[_0x3b1fdb(0x167)]})});}}}}const _0x477de6=this['getTestRunIdentifier'](_0xe58bd9,_0x37195e[_0x3b1fdb(0x1d0)]);_0xa56e3d['hooks']=this[_0x3b1fdb(0x1f9)][_0x477de6];const {steps:_0x2fc32b,logs:_0x739335}=this['getStepsAndLogs'](_0x37195e[_0x3b1fdb(0x263)],_0x28af41[_0x3b1fdb(0x1ec)],_0x40a358[_0x3b1fdb(0x12a)]);await MyReporter['reportLogs'](_0x739335);const _0x28118={};_0x28118[_0x3b1fdb(0x263)]=_0x2fc32b,_0xa56e3d[_0x3b1fdb(0x108)]=_0x28118;if(_0x37195e[_0x3b1fdb(0x259)]){if(_0x40a358['EdKZS'](_0x40a358[_0x3b1fdb(0x1ea)],_0x40a358['dWTdX'])){const _0x5bc75e={};_0x5bc75e[_0x3b1fdb(0x221)]=[_0x11c213[_0x3b1fdb(0xfb)]],_0x5bc75e[_0x3b1fdb(0x10a)]=[],_0x370767[_0x3b1fdb(0x118)](_0x5bc75e);}else{_0xa56e3d[_0x3b1fdb(0xfb)]=_0x40a358['YeNTp'](removeAnsiColors,_0x37195e['error'][_0x3b1fdb(0x183)]),_0xa56e3d[_0x3b1fdb(0x1b8)]=_0x40a358[_0x3b1fdb(0x1dd)](getFailureType,_0x37195e[_0x3b1fdb(0x259)][_0x3b1fdb(0x183)]);const _0x2db798={};_0x2db798[_0x3b1fdb(0x150)]=_0x28af41[_0x3b1fdb(0x1ec)];const {failureData:_0x182782,logs:_0x9b0fb6}=_0x40a358[_0x3b1fdb(0x22a)](getFailureData,_0x37195e[_0x3b1fdb(0x19a)],_0x2db798);if(_0x182782&&_0x40a358[_0x3b1fdb(0x21e)](_0x182782[_0x3b1fdb(0x107)],0x0)){if(_0x40a358[_0x3b1fdb(0x24f)](_0x40a358[_0x3b1fdb(0x10d)],_0x40a358['mqnli'])){const _0x130c6a={};_0x130c6a[_0x3b1fdb(0x221)]=[_0xa56e3d[_0x3b1fdb(0xfb)]],_0x130c6a[_0x3b1fdb(0x10a)]=[],_0x182782[_0x3b1fdb(0x118)](_0x130c6a);}else{_0x3c8272['result']=_0x40a358[_0x3b1fdb(0x1d7)],_0x5c1fe3[_0x3b1fdb(0xfb)]=_0x40a358[_0x3b1fdb(0x25c)](_0x333c3b,_0x4e118b[_0x3b1fdb(0x259)][_0x3b1fdb(0x183)]),_0x5a291b[_0x3b1fdb(0x1b8)]=_0x40a358[_0x3b1fdb(0x251)](_0x242fe0,_0x2fa980[_0x3b1fdb(0x259)][_0x3b1fdb(0x183)]);const _0x20d180=_0x40a358['oLFWW'](_0x52b59c,_0x46f848['error'],_0x40a358[_0x3b1fdb(0x237)]);if(_0x20d180&&_0x40a358[_0x3b1fdb(0x103)](_0x20d180[_0x3b1fdb(0x107)],0x0)){const _0x2efadd={};_0x2efadd[_0x3b1fdb(0x221)]=[_0x4de7c8[_0x3b1fdb(0xfb)]],_0x2efadd[_0x3b1fdb(0x10a)]=[],_0x20d180['push'](_0x2efadd);}_0x26e80e[_0x3b1fdb(0x171)]=_0x20d180;}}_0xa56e3d[_0x3b1fdb(0x171)]=_0x182782;if(_0x9b0fb6&&_0x40a358['BMBRx'](_0x9b0fb6[_0x3b1fdb(0x107)],0x0)){if(_0x40a358[_0x3b1fdb(0x1f7)](_0x40a358['BEUKA'],_0x40a358[_0x3b1fdb(0x1a2)]))await MyReporter['reportLogs'](_0x9b0fb6);else{const _0x11c9bd=_0x7d384b[_0x3b1fdb(0x189)];if(_0x11c9bd)return _0x11c9bd;return _0x2aa321[_0x3b1fdb(0x250)]+_0x3b1fdb(0x16b)+this[_0x3b1fdb(0x161)](_0xac6a78);}}}}}else{if(_0x40a358[_0x3b1fdb(0x1ed)](_0x2a45db['category'],_0x40a358[_0x3b1fdb(0x1e0)]))return![];if(_0x40a358[_0x3b1fdb(0x15c)]([_0x40a358[_0x3b1fdb(0x155)],_0x40a358['IKgcc'],_0x40a358[_0x3b1fdb(0x258)],_0x40a358[_0x3b1fdb(0x165)]][_0x3b1fdb(0x22c)](_0x5a8e0c['title']),-0x1))return![];return!![];}}const _0x5a9530={};_0x5a9530[_0x3b1fdb(0x1ce)]=_0x530ae6,_0x5a9530[_0x3b1fdb(0x1db)]=_0xa56e3d;const _0x3970b9=_0x5a9530;await SessionHandler[_0x3b1fdb(0x134)](_0x3970b9);}static async[a27_0x4c43e1(0x216)](_0x442157,_0x343b9c){const _0x37d104=a27_0x4c43e1,_0x426709={'umtpw':function(_0x73fbe7,_0x3f1d31){return _0x73fbe7(_0x3f1d31);},'fGzkA':_0x37d104(0x1d1)};let _0x5cfc15={'uuid':TestDetails['getTestUUID'](_0x442157),'integrations':_0x343b9c};const _0x5b30a0={};_0x5b30a0[_0x37d104(0x257)]=null,_0x426709[_0x37d104(0xf7)](debug,_0x37d104(0x1b3)+_0x442157+',\x20'+util['inspect'](_0x343b9c,_0x5b30a0));const _0x45a422={};_0x45a422['event_type']=_0x426709[_0x37d104(0x1ef)],_0x45a422[_0x37d104(0x1db)]=_0x5cfc15,await SessionHandler[_0x37d104(0x134)](_0x45a422);}async[a27_0x4c43e1(0x15d)](){const _0x2c2d72=a27_0x4c43e1,_0x452c61={'pDhtF':_0x2c2d72(0x20f),'QTIwc':_0x2c2d72(0x242),'IQDDP':function(_0x1699cd,_0x51f887){return _0x1699cd===_0x51f887;},'JRdsb':_0x2c2d72(0x19b),'AcPlY':function(_0x3f3ce7){return _0x3f3ce7();},'bWVKv':function(_0x547629,_0x1dc584){return _0x547629!==_0x1dc584;},'naVBS':'pifTs','gRCMR':_0x2c2d72(0x27a)};if(this[_0x2c2d72(0x136)]){if(_0x452c61[_0x2c2d72(0x1ca)](_0x452c61['JRdsb'],_0x452c61[_0x2c2d72(0x18b)]))return;else return![];}const _0x4b1e0d=await _0x452c61['AcPlY'](getGitMetaData);if(_0x4b1e0d){if(_0x452c61[_0x2c2d72(0x196)](_0x452c61[_0x2c2d72(0x175)],_0x452c61[_0x2c2d72(0x1c8)]))this[_0x2c2d72(0xfa)]=_0x4b1e0d[_0x2c2d72(0x26b)];else{const _0x4ad198=_0x452c61['pDhtF'][_0x2c2d72(0x1a4)]('|');let _0x3e0ec8=0x0;while(!![]){switch(_0x4ad198[_0x3e0ec8++]){case'0':this[_0x2c2d72(0x25f)]={};continue;case'1':this['_gitConfigured']=![];continue;case'2':this[_0x2c2d72(0x223)]=_0xa11905;continue;case'3':_0x2084d4[_0x2c2d72(0x224)][_0x2c2d72(0x1c5)]&&(_0x5edc15['startMonitoring'](_0x452c61[_0x2c2d72(0x17b)]),_0x4b6e3d[_0x2c2d72(0x224)]['START_TIME']=new _0x471c6d()[_0x2c2d72(0xfd)]());continue;case'4':this[_0x2c2d72(0x1f9)]={};continue;case'5':this[_0x2c2d72(0xfa)]=null;continue;}break;}}}this[_0x2c2d72(0x136)]=!![];}['getHierarchy'](_0xf23ef6){const _0x174305=a27_0x4c43e1,_0x2ee763={'DSUwH':_0x174305(0x242),'QATyn':function(_0x3ef625){return _0x3ef625();},'DopYf':function(_0x21700d,_0x457d9e){return _0x21700d===_0x457d9e;},'BHkrY':_0x174305(0x17d),'ilwLC':function(_0x125073,_0x989992){return _0x125073!==_0x989992;},'uwcRn':'kamEp'},_0x20d836=[];if(_0xf23ef6&&_0xf23ef6[_0x174305(0x194)]){if(_0x2ee763[_0x174305(0x197)](_0x2ee763[_0x174305(0x217)],_0x2ee763[_0x174305(0x217)])){let _0x3a239b=_0xf23ef6[_0x174305(0x194)];while(_0x3a239b&&_0x2ee763[_0x174305(0x1bc)](_0x3a239b[_0x174305(0x250)],'')){_0x2ee763[_0x174305(0x1bc)](_0x2ee763[_0x174305(0x20e)],_0x2ee763['uwcRn'])?(_0x126998[_0x174305(0x220)](_0x2ee763[_0x174305(0x213)]),_0xe019b0['env'][_0x174305(0x234)]=new _0x3c6b3b()[_0x174305(0xfd)]()):(_0x20d836[_0x174305(0x118)](_0x3a239b[_0x174305(0x250)]),_0x3a239b=_0x3a239b[_0x174305(0x194)]);}}else _0x524acf=_0x3e2259+_0x174305(0x19c)+_0x2ee763['QATyn'](_0x16f071);}return _0x20d836['reverse']()[_0x174305(0x138)](0x0,0x2),_0x20d836;}['needToReportStep'](_0x2fb483){const _0x1e343f=a27_0x4c43e1,_0x3569cc={};_0x3569cc[_0x1e343f(0x1ad)]=function(_0x3b8a27,_0x2164e3){return _0x3b8a27-_0x2164e3;},_0x3569cc['ByUnV']=function(_0x26f3e5,_0x378461){return _0x26f3e5!==_0x378461;},_0x3569cc[_0x1e343f(0xdc)]=_0x1e343f(0x1b0),_0x3569cc['dsbwA']=function(_0x3f3da5,_0x110b5a){return _0x3f3da5===_0x110b5a;},_0x3569cc[_0x1e343f(0x163)]=_0x1e343f(0xe8),_0x3569cc['HpduA']=_0x1e343f(0xe7),_0x3569cc['FLehz']=_0x1e343f(0x1c3),_0x3569cc[_0x1e343f(0x1c1)]=_0x1e343f(0x11c),_0x3569cc[_0x1e343f(0x264)]=function(_0xc4550c,_0x4df9b5){return _0xc4550c===_0x4df9b5;},_0x3569cc[_0x1e343f(0x110)]=_0x1e343f(0x267),_0x3569cc[_0x1e343f(0xe3)]='fUUVW';const _0xb8fb51=_0x3569cc;if(_0xb8fb51[_0x1e343f(0x160)](_0x2fb483[_0x1e343f(0x13f)],_0xb8fb51['JOjuG']))return![];if(_0xb8fb51[_0x1e343f(0x1e5)]([_0xb8fb51[_0x1e343f(0x163)],_0xb8fb51[_0x1e343f(0x22d)],_0xb8fb51[_0x1e343f(0x17e)],_0xb8fb51['KKIwB']][_0x1e343f(0x22c)](_0x2fb483[_0x1e343f(0x250)]),-0x1)){if(_0xb8fb51[_0x1e343f(0x264)](_0xb8fb51[_0x1e343f(0x110)],_0xb8fb51['DRqvr']))_0xc439ad[_0x1e343f(0x1ee)]=_0x4bb0ad[_0x1e343f(0x190)](this[_0x1e343f(0x11a)](_0x3533ba,_0xb8fb51['wDPdF'](_0xfbdc9e[_0x1e343f(0x1d0)],0x1)));else return![];}return!![];}[a27_0x4c43e1(0x1cb)](_0x50202a,_0x313e7d){const _0x353366=a27_0x4c43e1,_0x5a4768={'vAuXS':function(_0x37766e){return _0x37766e();},'ZViAX':_0x353366(0x127),'daiIP':_0x353366(0xe2),'Nmpan':function(_0x3831cf,_0xc0690c){return _0x3831cf(_0xc0690c);},'KcdEq':function(_0x29d00a,_0x59c1e9){return _0x29d00a(_0x59c1e9);},'lBdHX':function(_0x175a36,_0x1f94d2,_0x2fd320){return _0x175a36(_0x1f94d2,_0x2fd320);},'KHNrW':function(_0x1f059c,_0x201434){return _0x1f059c!==_0x201434;},'YVaGb':_0x353366(0x225)},_0x107b0f=_0x313e7d[_0x353366(0x189)];if(_0x107b0f){if(_0x5a4768[_0x353366(0x1e4)](_0x5a4768[_0x353366(0x249)],_0x5a4768[_0x353366(0x249)])){!_0x204541&&_0x47c3c0[_0x353366(0x118)]({'id':_0x5a4768[_0x353366(0x268)](_0x5f12c4),'text':_0x209065[_0x353366(0x250)],'keyword':_0x18f675,'started_at':_0xc9e4be[_0x353366(0x1f4)][_0x353366(0xfd)](),'duration':_0x3a4d80[_0x353366(0x170)],'result':_0x433b1f['error']?_0x5a4768['ZViAX']:_0x5a4768[_0x353366(0x129)],'failure':_0x4bcbe6['error']&&_0x12aab9['error'][_0x353366(0x183)]&&_0x5a4768[_0x353366(0xe1)](_0x12356b,_0x23fb12['error'][_0x353366(0x183)]),'failure_type':_0x5a4768[_0x353366(0x246)](_0x243cc2,_0x423260['error']&&_0x472dc6[_0x353366(0x259)][_0x353366(0x183)])});for(const _0x3edbbc of _0x11ee86[_0x353366(0x263)]){_0x5a4768[_0x353366(0x20d)](_0x4149c3,_0x3edbbc,!![]);}}else return _0x107b0f;}return _0x313e7d[_0x353366(0x250)]+_0x353366(0x16b)+this['getTestIdentifier'](_0x50202a);}[a27_0x4c43e1(0x25e)](_0x52caad,_0x10495e){const _0x53a7df=a27_0x4c43e1,_0x27fa6a={'wAYjT':function(_0x4a5192,_0x4bd9de){return _0x4a5192!==_0x4bd9de;},'ZSmeO':_0x53a7df(0x13e),'Lwxvy':_0x53a7df(0x1d6),'UmNvR':function(_0xfa5cdf){return _0xfa5cdf();}};let _0x19b73d=_0x10495e[_0x53a7df(0x250)]+_0x53a7df(0x16b)+this[_0x53a7df(0x161)](_0x52caad);if(this[_0x53a7df(0x25f)][_0x19b73d]){if(_0x27fa6a[_0x53a7df(0x16c)](_0x27fa6a['ZSmeO'],_0x27fa6a[_0x53a7df(0xd9)]))_0x19b73d=_0x19b73d+_0x53a7df(0x19c)+_0x27fa6a[_0x53a7df(0x16e)](uuidv4);else return;}return _0x10495e[_0x53a7df(0x189)]=_0x19b73d,_0x19b73d;}[a27_0x4c43e1(0x161)]=_0x3eaa4f=>{const _0x44f4e4=a27_0x4c43e1,_0x57132c={};_0x57132c[_0x44f4e4(0x18c)]=function(_0x37e23b,_0x2f70cd){return _0x37e23b+_0x2f70cd;},_0x57132c[_0x44f4e4(0x1fc)]=function(_0x2a7b22,_0x4cdefe){return _0x2a7b22+_0x4cdefe;};const _0x276ea7=_0x57132c;return _0x276ea7[_0x44f4e4(0x18c)](_0x276ea7[_0x44f4e4(0x1fc)](_0x3eaa4f[_0x44f4e4(0x156)],'-'),_0x3eaa4f['id']);};[a27_0x4c43e1(0x11a)]=(_0x5c5081,_0x5c20ea)=>{const _0x4e8b01=a27_0x4c43e1,_0x51bcac={};_0x51bcac['GjoUu']=function(_0x291b00,_0x3eb510){return _0x291b00+_0x3eb510;};const _0x3cfe6b=_0x51bcac;return _0x3cfe6b[_0x4e8b01(0x10c)](_0x3cfe6b[_0x4e8b01(0x10c)](this[_0x4e8b01(0x161)](_0x5c5081),'-'),_0x5c20ea);};['getHookType']=_0x411d9b=>{const _0x24e562=a27_0x4c43e1,_0x5ba77a={};_0x5ba77a[_0x24e562(0x130)]=_0x24e562(0x227),_0x5ba77a['dyAph']=_0x24e562(0x137),_0x5ba77a[_0x24e562(0x277)]='passed',_0x5ba77a['mYNTO']=_0x24e562(0xe8),_0x5ba77a[_0x24e562(0xda)]=function(_0x318944,_0x3e2b3e){return _0x318944!==_0x3e2b3e;},_0x5ba77a[_0x24e562(0x168)]=_0x24e562(0x135),_0x5ba77a['iJert']=_0x24e562(0x260),_0x5ba77a[_0x24e562(0x149)]=_0x24e562(0x1ab),_0x5ba77a[_0x24e562(0x17c)]=_0x24e562(0xe7),_0x5ba77a['SCoMA']='KyDUg',_0x5ba77a[_0x24e562(0x212)]=_0x24e562(0x253),_0x5ba77a[_0x24e562(0x1e2)]=_0x24e562(0x243),_0x5ba77a[_0x24e562(0x24b)]=_0x24e562(0x11c),_0x5ba77a[_0x24e562(0x188)]=function(_0xb78aa7,_0x446306){return _0xb78aa7===_0x446306;},_0x5ba77a[_0x24e562(0xd4)]=_0x24e562(0x1bf),_0x5ba77a['euLQK']='AFTER_EACH',_0x5ba77a['ihWLE']='afterAll\x20hook',_0x5ba77a['GYJhL']=_0x24e562(0x26a),_0x5ba77a[_0x24e562(0x140)]='ABuAD',_0x5ba77a['DKfaS']=_0x24e562(0x1c2);const _0x428c42=_0x5ba77a;if(_0x411d9b[_0x24e562(0x199)](_0x428c42[_0x24e562(0x14a)])){if(_0x428c42['YazrW'](_0x428c42['JiwuF'],_0x428c42[_0x24e562(0x195)]))return _0x428c42[_0x24e562(0x149)];else{const _0x21e470={};_0x21e470[_0x24e562(0x183)]=_0x428c42[_0x24e562(0x130)],_0x21e470[_0x24e562(0x23c)]=_0x428c42[_0x24e562(0x130)],_0x3b94a1[_0x24e562(0x259)]=_0x21e470,_0x15044d['errors']=[_0x2fde93[_0x24e562(0x259)]];}}else{if(_0x411d9b[_0x24e562(0x199)](_0x428c42[_0x24e562(0x17c)]))return _0x428c42[_0x24e562(0xda)](_0x428c42[_0x24e562(0x145)],_0x428c42[_0x24e562(0x212)])?_0x428c42['RZSNg']:_0x428c42[_0x24e562(0xd7)];else{if(_0x411d9b[_0x24e562(0x199)](_0x428c42[_0x24e562(0x24b)])){if(_0x428c42[_0x24e562(0x188)](_0x428c42['DqxTo'],_0x428c42[_0x24e562(0xd4)]))return _0x428c42['euLQK'];else _0xb83eaa[_0x24e562(0x219)]=_0x428c42['jjmeX'];}else{if(_0x411d9b['startsWith'](_0x428c42[_0x24e562(0x12b)])){if(_0x428c42['YazrW'](_0x428c42[_0x24e562(0x152)],_0x428c42[_0x24e562(0x140)]))return _0x428c42[_0x24e562(0xd7)];else return;}}}}return _0x428c42['DKfaS'];};[a27_0x4c43e1(0x1ac)]=_0x3c3069=>{const _0x34a9aa=a27_0x4c43e1,_0x19c7d9={'gaDKk':function(_0x2777ea){return _0x2777ea();},'QtcGl':_0x34a9aa(0x127),'UkGUs':_0x34a9aa(0xe2),'qJNIu':function(_0x872ed3,_0x3cb26d){return _0x872ed3(_0x3cb26d);},'ieVUS':function(_0x9c8822,_0xa1a047){return _0x9c8822(_0xa1a047);},'QmYMH':function(_0x189725,_0x5cfc86){return _0x189725===_0x5cfc86;},'GccTm':_0x34a9aa(0x11f),'CcdzT':function(_0xfbe09,_0x26251e){return _0xfbe09!==_0x26251e;},'cNiFa':_0x34a9aa(0x1d9)};let _0x437176=_0x3c3069[_0x34a9aa(0x194)];return _0x19c7d9[_0x34a9aa(0xe6)](typeof _0x3c3069[_0x34a9aa(0x194)],_0x19c7d9[_0x34a9aa(0x24d)])&&(_0x19c7d9[_0x34a9aa(0x18a)](_0x19c7d9['cNiFa'],_0x19c7d9[_0x34a9aa(0x1d3)])?_0xaea288[_0x34a9aa(0x118)]({'id':_0x19c7d9[_0x34a9aa(0x1a7)](_0xe13fe0),'text':_0xbde6a0[_0x34a9aa(0x250)],'keyword':_0x5ebf1e,'started_at':_0x3fb036[_0x34a9aa(0x1f4)][_0x34a9aa(0xfd)](),'duration':_0x439ce3[_0x34a9aa(0x170)],'result':_0x5e134f[_0x34a9aa(0x259)]?_0x19c7d9[_0x34a9aa(0x12e)]:_0x19c7d9['UkGUs'],'failure':_0x496355[_0x34a9aa(0x259)]&&_0x1f053b[_0x34a9aa(0x259)][_0x34a9aa(0x183)]&&_0x19c7d9[_0x34a9aa(0x209)](_0x32c66b,_0x34d0e7['error'][_0x34a9aa(0x183)]),'failure_type':_0x19c7d9[_0x34a9aa(0x24e)](_0x473ce2,_0x3db0a5[_0x34a9aa(0x259)]&&_0x27ef8d[_0x34a9aa(0x259)][_0x34a9aa(0x183)])}):_0x437176=_0x437176[_0x34a9aa(0x250)]),_0x437176+'\x20-\x20'+_0x3c3069[_0x34a9aa(0x250)];};[a27_0x4c43e1(0x139)](){return![];}}module[a27_0x4c43e1(0x1d5)]=o11yClassErrorHandler(MyReporter,['onBegin',a27_0x4c43e1(0x1f1),a27_0x4c43e1(0x154),a27_0x4c43e1(0x208),a27_0x4c43e1(0x128),a27_0x4c43e1(0x14d),a27_0x4c43e1(0x216)]);function a27_0x298e(){const _0x2b1ee8=['jHUWb','push','Nlcss','getTestRunIdentifier','ZwdSh','afterEach\x20hook','err','KyqSd','object','jnIHJ','goyYi','WiMSJ','pmvbp','ZTgnw','Dqcav','status','failed','onStepBegin','daiIP','HWTPj','ihWLE','LAAMz','nIQSH','QtcGl','getHierarchy','hDYdf','2092VYtErx','viuZX','TEST_STEP','uploadEventData','zOFgD','_gitConfigured','AFTER_ALL','splice','printsToStdio','reportLogs','Osvwd','dfnQE','QVUGr','dXZNO','category','FwTml','bGyhN','UosYK','UsXzN','sjLtf','SCoMA','EwSjZ','94754kIlYCV','sVJiy','pGnUA','mYNTO','botqx','1018433AEYisK','onStepEnd','filter','fQKCX','test_run_uuid','HGpIv','GYJhL','iQJtA','onTestBegin','sXqKz','_projectId','2414385GAczRy','ORAzC','addTestUIDAndReportLog','AFTER_EACH','tZZcI','tulId','configureGit','IHvYW','MrPZP','ByUnV','getTestIdentifier','TJNFi','rcNMH','UWpsp','JUVPE','cmqcr','fcXfX','JiwuF','XbvDY','WGvAR','\x20for\x20','wAYjT','javascript','UmNvR','uToQn','duration','failure','reverse','qmiWC','vZYKr','naVBS','BxHpz','cOPOS','../../../helpers/test-observability/utils','CvKIY','screenshot','QTIwc','tDfrN','KEOdM','FLehz','RgbVI','JEOkh','qiuZB','pqFvC','message','nGhad','logs','XAVWt','NNGyR','SkZnb','_bs_hookIdentifier','CcdzT','JRdsb','rStgZ','TByka','LogCreated','tJhmN','getTestUUID','yXKnF','getStepsAndLogs','fpjAK','parent','iJert','bWVKv','DopYf','readFileSync','startsWith','errors','xdLRx','\x20-\x20','XJcQw','yFITo','gwFYv','PUnvt','DPSQC','BEUKA','mSMZc','split','NDYUJ','base64','gaDKk','bfraR','map','yNcQN','BEFORE_EACH','getScope','wDPdF','HOERC','kXujw','hook','../../../helpers/test-observability/error-handler','cDZTi','Sending\x20session\x20details\x20for\x20','tIOgS','PMvsa','rfhRS','FgIFs','failure_type','jXPOH','TcwBx','RSyRe','ilwLC','mvIff','rPFvC','LxMOp','expectedStatus','KKIwB','unknown','afterAll\x20hook','zQaCo','BROWSERSTACK_O11Y_PERF_MEASUREMENT','JeKYk','EjpzZ','gRCMR','Ziqdr','IQDDP','getStepIdentifier','mitLz','IIJfr','event_type','KqLcj','retry','CBTSessionCreated','mjUBS','cNiFa','AfQge','exports','GabQr','glzeB','kPZHh','iHqFI','dVBbc','test_run','relative','YeNTp','DRjno','gNfEY','uHpMa','kmEiH','RZSNg','getHookType','KHNrW','dsbwA','toString','Oymua','sendTestRunEvent','statSync','hjkrX','mLkuV','uuid','wSMLJ','retry_of','fGzkA','rydXC','endSession','../../../helpers/test-observability/sessionHandler','WfhGU','startTime','ToHlI','AkuJb','SEnuG','rDByI','_testHooksMap','needToReportStep','ZuaTQ','YEHhj','NFEon','KEkLP','jodeE','Lryhl','../../../helpers/test-observability/performance-tester','../../../helpers/test-observability/constants','Wqyto','smSQz','VyQfn','FPtEE','startedAt','onTestEnd','qJNIu','hook_run','uzfgG','qtWXA','lBdHX','uwcRn','3|0|4|2|1|5','gRKwO','dsyAR','zEnsR','DSUwH','humnK','fxRVC','sendSessionDetails','BHkrY','IulcZ','result','SLKVK','SYbCZ','DddGB','QuITx','EdKZS','nlSNe','startMonitoring','backtrace','titlePath','options','env','jsrwY','chjSa','Expected\x20to\x20fail,\x20but\x20passed.','JZIsK','test','oLFWW','shutdown','indexOf','HpduA','HookRunFinished','60avTmWP','timedOut','CloBi','DXYfq','YyYhB','START_TIME','hVkHu','KkDlg','GFyhq','hkqYK','JGKGR','gesKm','oiXlT','stack','VDRne','CewdL','9745CqOAeC','XBGFo','name','performance-report-reporter.json','BEFORE_ALL','getTime','beKhb','KcdEq','zqfmK','TejWI','YVaGb','74nhsXJk','ZJvJz','GrayS','GccTm','ieVUS','qwrlb','title','MxIvQ','hAyVy','FrngA','../../../helpers/helper','qJFBB','NHGAV','depth','ggVis','error','util','OaJOo','XTrtJ','kjhTH','setStepIdentifier','_tests','WWoTb','tkGDs','onEnd','steps','pGmci','sendHookRunEvent','./test-details','vnpPA','vAuXS','location','zhxSn','root','setup','aouMa','SWbCK','TestRunFinished','mtime','ZFNkT','gRKXP','AqkIZ','adDAR','jeDUE','oUhLR','jjmeX','1104PcBRcU','PWNfq','vBZlf','ulUQV','skipped','rjBie','DqxTo','8JJOBip','pbSCy','dyAph','file','Lwxvy','YazrW','xScMo','JOjuG','usLvj','oqIJj','qFqyx','getInstance','Nmpan','passed','DRqvr','618CRsNjs','10rNLnOc','QmYMH','beforeAll\x20hook','beforeEach\x20hook','onBegin','Before\x20Hooks','tUeTQ','sOekb','DBjRC','yNmAq','HookRunStarted','koMPY','vZpsg','dBQmv','TEST_SCREENSHOT','gMNIs','QxESk','mEwZY','umtpw','Error\x20in\x20calculating\x20performance:\x20','ZJywb','_gitConfigPath','failure_reason','path','toISOString','ufWrS','hook_run_uuid','After\x20Hooks','BMBRx','gelPL','DtoQG','rWhlm','cFdBx','1268498vyXHkf','length','meta','eEgTD','expanded','TaPmN','GjoUu','jjdJz','nOKfT','itQUA','kKsPh','cwd','RolTY','existsSync','6912ieHGiy','Gmeyl','ppSuH'];a27_0x298e=function(){return _0x2b1ee8;};return a27_0x298e();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a28_0x411880=a28_0x3984;(function(_0x9bc237,_0x48c7f4){const _0x286129=a28_0x3984,_0x52bda0=_0x9bc237();while(!![]){try{const _0xfdb216=-parseInt(_0x286129(0xf4))/0x1*(parseInt(_0x286129(0x10c))/0x2)+parseInt(_0x286129(0xd6))/0x3*(parseInt(_0x286129(0xd7))/0x4)+-parseInt(_0x286129(0x10a))/0x5*(parseInt(_0x286129(0x100))/0x6)+parseInt(_0x286129(0xfd))/0x7+parseInt(_0x286129(0xcd))/0x8*(-parseInt(_0x286129(0xea))/0x9)+parseInt(_0x286129(0xec))/0xa+parseInt(_0x286129(0xeb))/0xb;if(_0xfdb216===_0x48c7f4)break;else _0x52bda0['push'](_0x52bda0['shift']());}catch(_0x20fd95){_0x52bda0['push'](_0x52bda0['shift']());}}}(a28_0x58c4,0x1f775));function a28_0x3984(_0x37a187,_0x614dd0){const _0x58c43e=a28_0x58c4();return a28_0x3984=function(_0x39846a,_0x20c3f1){_0x39846a=_0x39846a-0xc7;let _0x342612=_0x58c43e[_0x39846a];return _0x342612;},a28_0x3984(_0x37a187,_0x614dd0);}function a28_0x58c4(){const _0x2472c2=['ukSBQ','LwsNi','oBcqi','exports','AxGSx','upnJu','YGhKk','string','../../../helpers/test-observability/constants','existsSync','force','1582398UZDHnn','278443NahBFN','1933740ppzHqI','.json','VBCUi','qIFAE','fCDuE','_test','join','gAATa','43tfLfbo','writeFileSync','RlQUT','omTsa','getTestDetails','GJwIj','getFilePath','aJPrH','retry','1205526eIIXGr','shutdown','toString','186ECpXAs','cwd','tests','SYGlF','parse','recursive','rcdqd','readFileSync','XYeNv','HcrFn','12005IOAVCy','FDmDa','9004xosMEX','LfWjO','JjnUA','getStoreDirName','tUoyM','YzRsX','CVwcw','8aCkMUE','goaXn','uuid','stringify','hUrLd','CYTiQ','sJXAN','fAGwX','rmSync','33DwEgYj','66116lvqLgW','Nmhvk','UICWP','eKWND','heBoT','TzEAS','ygZGp','dirPath'];a28_0x58c4=function(){return _0x2472c2;};return a28_0x58c4();}const fs=require('fs'),path=require('path'),{v4:uuidv4}=require('uuid'),{TEMP_STORE_DIR_NAME}=require(a28_0x411880(0xe7));class TestDetails{static [a28_0x411880(0x102)]={};static ['dirPath']=path['join'](process[a28_0x411880(0x101)](),TestDetails[a28_0x411880(0xc9)]());static['setup'](){const _0x40b9d6=a28_0x411880;this['shutdown']();const _0x283c7e={};_0x283c7e[_0x40b9d6(0x105)]=!![],fs['mkdirSync'](this[_0x40b9d6(0xde)],_0x283c7e);}static[a28_0x411880(0xc9)](){const _0x2f4a83=a28_0x411880,_0x41bb4b={};_0x41bb4b[_0x2f4a83(0xc7)]=function(_0x27610d,_0x45d589){return _0x27610d+_0x45d589;};const _0x326577=_0x41bb4b;return _0x326577[_0x2f4a83(0xc7)](_0x326577[_0x2f4a83(0xc7)](TEMP_STORE_DIR_NAME,'-'),process['env']['BS_TESTOPS_BUILD_HASHED_ID']);}static[a28_0x411880(0xfa)](_0x26b2c8){const _0x54f571=a28_0x411880,_0xc10d5b={};_0xc10d5b[_0x54f571(0xf7)]=function(_0x574e73,_0x286907){return _0x574e73+_0x286907;},_0xc10d5b[_0x54f571(0xf0)]=_0x54f571(0xed);const _0x13d79d=_0xc10d5b;return path[_0x54f571(0xf2)](this['dirPath'],_0x13d79d[_0x54f571(0xf7)](_0x26b2c8,_0x13d79d[_0x54f571(0xf0)]));}static['getTestRunIdFromTestInfo'](_0x5a3096){const _0x158536=a28_0x411880,_0x26b91c={};_0x26b91c[_0x158536(0xdb)]=function(_0xf48995,_0x3e7be9){return _0xf48995+_0x3e7be9;},_0x26b91c[_0x158536(0xce)]=function(_0x5aae7b,_0x53a191){return _0x5aae7b+_0x53a191;},_0x26b91c[_0x158536(0xd1)]=function(_0x46ceb5,_0x243c1a){return _0x46ceb5+_0x243c1a;};const _0x5d4014=_0x26b91c;return _0x5d4014[_0x158536(0xdb)](_0x5d4014[_0x158536(0xce)](_0x5d4014[_0x158536(0xd1)](_0x5d4014['heBoT'](_0x5a3096[_0x158536(0xf1)]['_projectId'],'-'),_0x5a3096[_0x158536(0xf1)]['id']),'-'),_0x5a3096[_0x158536(0xfc)]);}static['getTestUUID'](_0x2e64b2){const _0x21e5ef=a28_0x411880,_0x500760={'TzEAS':function(_0x30e4fc,_0x4434e8){return _0x30e4fc===_0x4434e8;},'FDmDa':_0x21e5ef(0xe6),'LvezM':function(_0x403343,_0x4d7cae){return _0x403343!==_0x4d7cae;},'HcrFn':_0x21e5ef(0xd4),'Nmhvk':'dbeSX','ygZGp':function(_0x9fb380,_0x2ab69d){return _0x9fb380!==_0x2ab69d;},'JjnUA':_0x21e5ef(0x103),'aJPrH':_0x21e5ef(0xdf),'YGhKk':function(_0x26fc9a){return _0x26fc9a();}};if(this[_0x21e5ef(0x102)][_0x2e64b2]&&_0x500760[_0x21e5ef(0xdc)](typeof this[_0x21e5ef(0x102)][_0x2e64b2]['uuid'],_0x500760[_0x21e5ef(0x10b)])){if(_0x500760['LvezM'](_0x500760[_0x21e5ef(0x109)],_0x500760[_0x21e5ef(0xd8)]))return this[_0x21e5ef(0x102)][_0x2e64b2][_0x21e5ef(0xcf)];else{if(this['tests'][_0x5cbb7f])return this[_0x21e5ef(0x102)][_0x53b1fd];const _0x50ea90=this[_0x21e5ef(0xfa)](_0x4d6b4b);if(_0x2188fa['existsSync'](_0x50ea90)){const _0x34de60=_0x1d755e['parse'](_0x3e7155[_0x21e5ef(0x107)](_0x50ea90)[_0x21e5ef(0xff)]());return this['tests'][_0x3b910b]=_0x34de60,_0x34de60;}return{};}}const _0x36bc06=this[_0x21e5ef(0xfa)](_0x2e64b2);if(fs[_0x21e5ef(0xe8)](_0x36bc06)){if(_0x500760[_0x21e5ef(0xdd)](_0x500760[_0x21e5ef(0xc8)],_0x500760[_0x21e5ef(0xfb)])){const _0x521ea3=JSON[_0x21e5ef(0x104)](fs[_0x21e5ef(0x107)](_0x36bc06)['toString']());return this[_0x21e5ef(0x102)][_0x2e64b2]=_0x521ea3,this[_0x21e5ef(0x102)][_0x2e64b2][_0x21e5ef(0xcf)];}else{const _0x5e45e8={};_0x5e45e8[_0x21e5ef(0x105)]=!![],_0x5e45e8[_0x21e5ef(0xe9)]=!![],_0x3aec3f['rmSync'](this[_0x21e5ef(0xde)],_0x5e45e8);}}return this['tests'][_0x2e64b2]={'uuid':_0x500760[_0x21e5ef(0xe5)](uuidv4)},fs[_0x21e5ef(0xf5)](_0x36bc06,JSON[_0x21e5ef(0xd0)](this[_0x21e5ef(0x102)][_0x2e64b2])),this[_0x21e5ef(0x102)][_0x2e64b2][_0x21e5ef(0xcf)];}static[a28_0x411880(0xfe)](){const _0x401c78=a28_0x411880,_0x5015f9={};_0x5015f9[_0x401c78(0x105)]=!![],_0x5015f9[_0x401c78(0xe9)]=!![],fs[_0x401c78(0xd5)](this[_0x401c78(0xde)],_0x5015f9);}static[a28_0x411880(0xf8)](_0x1dec2b){const _0x286dce=a28_0x411880,_0x13dcc7={};_0x13dcc7[_0x286dce(0xca)]=function(_0x14a4e4,_0xb2ec22){return _0x14a4e4===_0xb2ec22;},_0x13dcc7[_0x286dce(0xe3)]=_0x286dce(0xf3),_0x13dcc7[_0x286dce(0x108)]=function(_0x1a3fc1,_0x2839a0){return _0x1a3fc1!==_0x2839a0;},_0x13dcc7[_0x286dce(0xcb)]=_0x286dce(0xd2),_0x13dcc7[_0x286dce(0xcc)]=_0x286dce(0xe0);const _0x5a4995=_0x13dcc7;if(this[_0x286dce(0x102)][_0x1dec2b]){if(_0x5a4995['tUoyM'](_0x5a4995[_0x286dce(0xe3)],_0x5a4995['AxGSx']))return this['tests'][_0x1dec2b];else{const _0x259ce1=_0x1d790a[_0x286dce(0x104)](_0x4584bf[_0x286dce(0x107)](_0x2006e8)[_0x286dce(0xff)]());return this[_0x286dce(0x102)][_0x5bdea4]=_0x259ce1,_0x259ce1;}}const _0xb76707=this['getFilePath'](_0x1dec2b);if(fs[_0x286dce(0xe8)](_0xb76707)){if(_0x5a4995['XYeNv'](_0x5a4995['YzRsX'],_0x5a4995[_0x286dce(0xcc)])){const _0x23b8a6=JSON[_0x286dce(0x104)](fs['readFileSync'](_0xb76707)[_0x286dce(0xff)]());return this['tests'][_0x1dec2b]=_0x23b8a6,_0x23b8a6;}else{const _0x148532=this[_0x286dce(0xfa)](_0x513b8f);if(_0x3fac13['existsSync'](_0x148532)){const _0x2533bb=_0x2e0765[_0x286dce(0x104)](_0xb51440['readFileSync'](_0x148532)[_0x286dce(0xff)]()),_0x155436={..._0x2533bb,..._0x4f9836};this[_0x286dce(0x102)][_0x22b1d8]=_0x155436;}else this[_0x286dce(0x102)][_0x30f3dc]=_0x998554;_0x2e5d2f['writeFileSync'](_0x148532,this[_0x286dce(0x102)][_0x4556b5]);}}return{};}static['setTestDetails'](_0xc3ba03,_0x3399d9){const _0x687910=a28_0x411880,_0x232082={'GJwIj':function(_0x507822,_0x6d7a6c){return _0x507822===_0x6d7a6c;},'VBCUi':_0x687910(0xe6),'qIFAE':function(_0x443f80){return _0x443f80();},'pyefA':function(_0x311ced,_0x1c2ece){return _0x311ced===_0x1c2ece;},'sJXAN':_0x687910(0xd9),'RlQUT':function(_0x16e377,_0x4322c6){return _0x16e377!==_0x4322c6;},'upnJu':_0x687910(0x106),'eKWND':_0x687910(0xe1)},_0x3d828a=this[_0x687910(0xfa)](_0xc3ba03);if(fs[_0x687910(0xe8)](_0x3d828a)){if(_0x232082['pyefA'](_0x232082[_0x687910(0xd3)],_0x232082['sJXAN'])){const _0x1fda72=JSON['parse'](fs[_0x687910(0x107)](_0x3d828a)[_0x687910(0xff)]()),_0x25d943={..._0x1fda72,..._0x3399d9};this[_0x687910(0x102)][_0xc3ba03]=_0x25d943;}else{if(this[_0x687910(0x102)][_0x4f4b51]&&_0x232082[_0x687910(0xf9)](typeof this[_0x687910(0x102)][_0x2d8a79][_0x687910(0xcf)],_0x232082[_0x687910(0xee)]))return this[_0x687910(0x102)][_0x55e676]['uuid'];const _0x29a867=this['getFilePath'](_0x239364);if(_0x4d660c[_0x687910(0xe8)](_0x29a867)){const _0x34c03f=_0x3e8d9b[_0x687910(0x104)](_0x3077c0[_0x687910(0x107)](_0x29a867)[_0x687910(0xff)]());return this['tests'][_0x1dc951]=_0x34c03f,this[_0x687910(0x102)][_0x3681b1]['uuid'];}return this['tests'][_0x1e421f]={'uuid':_0x232082[_0x687910(0xef)](_0x5aee94)},_0x51b7c1['writeFileSync'](_0x29a867,_0x4dd1b0['stringify'](this['tests'][_0x4aa0d3])),this['tests'][_0x55cc50]['uuid'];}}else _0x232082[_0x687910(0xf6)](_0x232082[_0x687910(0xe4)],_0x232082[_0x687910(0xda)])?this['tests'][_0xc3ba03]=_0x3399d9:this[_0x687910(0x102)][_0x1b7948]=_0x547dda;fs['writeFileSync'](_0x3d828a,this['tests'][_0xc3ba03]);}}module[a28_0x411880(0xe2)]=TestDetails;
|
package/src/bin/runner.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a29_0x21205a=a29_0x3317;function a29_0x3317(_0x51b418,_0x355aa4){const _0x36cc84=a29_0x36cc();return a29_0x3317=function(_0x331710,_0x566d65){_0x331710=_0x331710-0x70;let _0x310adb=_0x36cc84[_0x331710];return _0x310adb;},a29_0x3317(_0x51b418,_0x355aa4);}(function(_0x3f0bd4,_0x25e7cd){const _0x4c65c4=a29_0x3317,_0x1a5769=_0x3f0bd4();while(!![]){try{const _0x21c702=-parseInt(_0x4c65c4(0x95))/0x1+-parseInt(_0x4c65c4(0x7f))/0x2+parseInt(_0x4c65c4(0xc3))/0x3*(-parseInt(_0x4c65c4(0xd1))/0x4)+parseInt(_0x4c65c4(0xf4))/0x5*(-parseInt(_0x4c65c4(0xf2))/0x6)+-parseInt(_0x4c65c4(0xb1))/0x7*(parseInt(_0x4c65c4(0x89))/0x8)+-parseInt(_0x4c65c4(0x86))/0x9*(parseInt(_0x4c65c4(0xc6))/0xa)+-parseInt(_0x4c65c4(0xe4))/0xb*(-parseInt(_0x4c65c4(0xb7))/0xc);if(_0x21c702===_0x25e7cd)break;else _0x1a5769['push'](_0x1a5769['shift']());}catch(_0x4c0415){_0x1a5769['push'](_0x1a5769['shift']());}}}(a29_0x36cc,0x6e2b1));const fs=require('fs'),path=require(a29_0x21205a(0xa5)),util=require(a29_0x21205a(0xcb)),{requireModule}=require('../helpers/helper'),helper=require(a29_0x21205a(0xe1)),captureError=async(_0x7eb5c5,_0x31b3fd,_0x16da51=null)=>{const _0x1b4c54=a29_0x21205a,_0x79e630={'zgIPV':'--opts','EYZuL':'--config','wNHWy':_0x1b4c54(0xa4),'uxqSj':_0x1b4c54(0x8e),'OHAln':_0x1b4c54(0xde),'jHTBi':function(_0x4ce2c2,_0x12ac02,_0x200af1,_0x323714){return _0x4ce2c2(_0x12ac02,_0x200af1,_0x323714);},'djLZr':function(_0x3085cf,_0x248462){return _0x3085cf(_0x248462);},'hsDaI':_0x1b4c54(0xe7),'nVsgH':function(_0x133855,_0x5b1c4b){return _0x133855(_0x5b1c4b);},'CpgjK':'./playwright/command','RnorK':function(_0x564142,_0x2dddfe){return _0x564142!==_0x2dddfe;},'LTDYW':_0x1b4c54(0x70),'WZHFB':_0x1b4c54(0x7c),'WnOEu':function(_0x59aa91,_0x4cfb13,_0x2cdb13){return _0x59aa91(_0x4cfb13,_0x2cdb13);},'fKAZD':function(_0x37ff89,_0x404aea){return _0x37ff89===_0x404aea;},'AuLma':_0x1b4c54(0xef),'iccXP':_0x1b4c54(0xf0),'ScivU':_0x1b4c54(0xe9),'YgvhF':_0x1b4c54(0xb0),'KNWbv':_0x1b4c54(0x71),'xeOVF':_0x1b4c54(0x79)};try{if(_0x79e630['RnorK'](_0x79e630[_0x1b4c54(0x8a)],_0x79e630[_0x1b4c54(0xc5)]))await _0x79e630[_0x1b4c54(0x73)](_0x7eb5c5,_0x31b3fd,_0x16da51);else{if(!_0xa73b9a[_0x1b4c54(0xc1)]['includes'](_0x79e630[_0x1b4c54(0xd0)]))_0x56eacc[_0x1b4c54(0xc1)]['push'](_0x1b4c54(0x78));if(!_0x2560e5[_0x1b4c54(0xc1)]['includes'](_0x79e630['EYZuL']))_0x5e41b6[_0x1b4c54(0xc1)][_0x1b4c54(0xcc)](_0x79e630[_0x1b4c54(0xd9)]);if(!_0x1e7972['argv'][_0x1b4c54(0xd6)](_0x79e630[_0x1b4c54(0x9f)]))_0x404a44['argv']['push'](_0x79e630[_0x1b4c54(0xba)]);}}catch(_0x4e2fc7){if(_0x79e630[_0x1b4c54(0xed)](_0x79e630[_0x1b4c54(0x8d)],_0x79e630[_0x1b4c54(0xeb)])){const _0x3f1fb7=_0x52d631[_0x1b4c54(0xc1)][_0x1b4c54(0xdd)](0x2);return _0x79e630['jHTBi'](_0x545110,_0x79e630[_0x1b4c54(0x98)](_0x58ab4f,_0x79e630[_0x1b4c54(0xc2)]),_0x4e8995[_0x1b4c54(0xc1)],_0x3f1fb7);}else{process['exitCode']=0x1,logger['error'](util[_0x1b4c54(0x93)](_0x4e2fc7));const _0xd9033a={};_0xd9033a[_0x1b4c54(0xe8)]=_0x4e2fc7['message'];const _0x402d6c=_0xd9033a;if(helper[_0x1b4c54(0xb3)](global[_0x1b4c54(0xdc)])&&helper[_0x1b4c54(0xb3)](global[_0x1b4c54(0x83)]))return;try{_0x79e630[_0x1b4c54(0xd2)](_0x79e630[_0x1b4c54(0xc0)],_0x79e630[_0x1b4c54(0xc0)])?_0x422d35['debug'](_0x1b4c54(0x77)+_0xd520d0[_0x1b4c54(0xd8)]):helper[_0x1b4c54(0xb6)](_0x79e630[_0x1b4c54(0xad)],_0x402d6c,global['config'],global[_0x1b4c54(0x83)]);}catch(_0x40b85f){if(_0x79e630['fKAZD'](_0x79e630[_0x1b4c54(0x8c)],_0x79e630[_0x1b4c54(0x76)])){const _0x35ba37=_0x40cd0b[_0x1b4c54(0xc1)][_0x1b4c54(0xdd)](0x2);return _0x79e630[_0x1b4c54(0xda)](_0xabac5a,_0x79e630[_0x1b4c54(0x9d)](_0x34a4fd,_0x79e630[_0x1b4c54(0xa1)]),_0x489b3f[_0x1b4c54(0xc1)],_0x35ba37);}else logger[_0x1b4c54(0xa7)](_0x1b4c54(0xb9)+_0x40b85f);}}}};function a29_0x36cc(){const _0x38cf99=['config','slice','--no-package','jest','INFO','../helpers/helper','gEfmk','POSjR','11ODUWkf','EiBGi','join','./jest/command','error','vKful','HST','iccXP','Gwopt','fKAZD','ats','FBuNX','acexz','MgMnv','144pssvLB','help','138910hNYJCI','NhZUy','yhFeG','HWksF','./nightwatch/command','WnOEu','GmMVM','.local-not-set.json','xeOVF','Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20','--no-opts','FvYDQ','usage','winstonLogger','RjVuu','mocha','kYOGt','1214866KXBfjy','ZEeBk','AYqLL','cucumber-js','framework','mXGZY','VANILLA','3563901RaUAHx','existsSync','dot-notation','16vdQvjj','LTDYW','./cucumber-js/command','KNWbv','AuLma','--package','usage:\x20$0\x20<command>\x20[args]','OHNGN','./vanilla-js/command','codeceptjs','format','neXdX','495914ICPisX','./mocha/command','npvUN','djLZr','ugZut','dbFhx','alias','playwright','nVsgH','ShvUF','uxqSj','--opts','CpgjK','describe','yargs','--no-config','path','JEST','debug','HELP','CUCUMBER','dPpZE','Jeuif','.browserstack','YgvhF','MOCHA','MYgdb','SDKTestSuccessful','2589209Jgnioe','node','isUndefined','./utils/constants','wrap','fireFunnelTestEvent','47035452vwULRD','unlinkSync','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','OHAln','./playwright/command','glgHH','WqZwh','DWMrR','parserConfiguration','ScivU','argv','hsDaI','1687482MgskqF','homedir','WZHFB','10anXyRO','WNyzc','command','CODECEPTJS','Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','util','push','mocha/lib/cli/cli.js','showHelpOnFail','PLAYWRIGHT','zgIPV','4JXiUlv','RnorK','ZTzUJ','../helpers/logger','handler','includes','Xpnkt','message','wNHWy','jHTBi','run'];a29_0x36cc=function(){return _0x38cf99;};return a29_0x36cc();}try{let browserstackFolderPath=path['join'](helper[a29_0x21205a(0xc4)](),a29_0x21205a(0xac));if(fs[a29_0x21205a(0x87)](browserstackFolderPath)){const filePath=path[a29_0x21205a(0xe6)](browserstackFolderPath,a29_0x21205a(0x75));fs[a29_0x21205a(0x87)](filePath)&&fs[a29_0x21205a(0xb8)](filePath);}}catch(a29_0x50388b){logger[a29_0x21205a(0xa7)](a29_0x21205a(0x77)+a29_0x50388b[a29_0x21205a(0xd8)]);}if(process[a29_0x21205a(0xc1)][a29_0x21205a(0xd6)](a29_0x21205a(0x7d))){if(!process[a29_0x21205a(0xc1)][a29_0x21205a(0xd6)](a29_0x21205a(0xa0)))process[a29_0x21205a(0xc1)][a29_0x21205a(0xcc)](a29_0x21205a(0x78));if(!process['argv'][a29_0x21205a(0xd6)]('--config'))process['argv'][a29_0x21205a(0xcc)](a29_0x21205a(0xa4));if(!process['argv'][a29_0x21205a(0xd6)](a29_0x21205a(0x8e)))process['argv'][a29_0x21205a(0xcc)](a29_0x21205a(0xde));}const yargs=require(a29_0x21205a(0xa3)),Constants=require(a29_0x21205a(0xb4)),logger=require(a29_0x21205a(0xd4))[a29_0x21205a(0x7b)],a29_0x7e31cf={};a29_0x7e31cf[a29_0x21205a(0x88)]=![];const argv=yargs[a29_0x21205a(0xbf)](a29_0x7e31cf)[a29_0x21205a(0x7a)](a29_0x21205a(0x8f))[a29_0x21205a(0x9b)]('v','version')[a29_0x21205a(0xa2)]('v')[a29_0x21205a(0x9b)]('h',a29_0x21205a(0xf3))['help'](a29_0x21205a(0xf3))[a29_0x21205a(0xce)](!![],Constants['VERSION'][a29_0x21205a(0xa8)])['command'](a29_0x21205a(0xdf),Constants[a29_0x21205a(0xa6)]['INFO'],function(_0x14627c){const _0x580c91=a29_0x21205a,_0x4f47dd={'RVjLs':function(_0x4e9424,_0x12e119,_0x409033,_0x265593){return _0x4e9424(_0x12e119,_0x409033,_0x265593);},'ZEeBk':function(_0x38b5f1,_0x38f788){return _0x38b5f1(_0x38f788);},'ecqpz':_0x580c91(0xe7)},_0x348614=process[_0x580c91(0xc1)]['slice'](0x2);return _0x4f47dd['RVjLs'](captureError,_0x4f47dd[_0x580c91(0x80)](require,_0x4f47dd['ecqpz']),_0x14627c[_0x580c91(0xc1)],_0x348614);})[a29_0x21205a(0xc8)](a29_0x21205a(0x7d),Constants[a29_0x21205a(0xae)][a29_0x21205a(0xe0)],_0x3f8e6b=>{const _0x49cdf5=a29_0x21205a,_0x18707e={'kYOGt':_0x49cdf5(0xca),'Xpnkt':function(_0x3de8f8,_0x1104a9){return _0x3de8f8!==_0x1104a9;},'ugZut':'TMgJu','YHtaA':function(_0x3ca26c,_0x30c3d7,_0x20c46e){return _0x3ca26c(_0x30c3d7,_0x20c46e);},'Jeuif':function(_0x42e72f,_0x150b03){return _0x42e72f(_0x150b03);},'JeePF':_0x49cdf5(0x96),'GmMVM':'Parsing\x20command\x20line\x20arguements','ZTzUJ':function(_0x306c0f,_0x2b42e1){return _0x306c0f(_0x2b42e1);},'WNyzc':'mocha/lib/cli/run.js','mXGZY':function(_0x2868b9,_0x4f4f8a){return _0x2868b9(_0x4f4f8a);},'gEfmk':'mocha/lib/cli/commands.js','AYqLL':_0x49cdf5(0xcd),'MgMnv':function(_0x5811cc){return _0x5811cc();}};logger[_0x49cdf5(0xa7)](_0x18707e[_0x49cdf5(0x74)]);const _0x303741=_0x18707e[_0x49cdf5(0xd3)](requireModule,_0x18707e[_0x49cdf5(0xc7)]),_0x415c69=_0x18707e[_0x49cdf5(0x84)](requireModule,_0x18707e[_0x49cdf5(0xe2)]);process[_0x49cdf5(0xc1)]=process[_0x49cdf5(0xc1)][_0x49cdf5(0xdd)](0x1),delete _0x303741[_0x49cdf5(0xd5)],_0x303741['handler']=function(_0x583fbd){const _0x3ed894=_0x49cdf5,_0xf5ccd3={};_0xf5ccd3[_0x3ed894(0xe5)]=_0x18707e[_0x3ed894(0x7e)];const _0x12ea31=_0xf5ccd3;if(_0x18707e[_0x3ed894(0xd7)](_0x18707e[_0x3ed894(0x99)],_0x18707e[_0x3ed894(0x99)]))_0x185c76[_0x3ed894(0xe8)](_0x12ea31[_0x3ed894(0xe5)]);else return _0x18707e['YHtaA'](captureError,_0x18707e[_0x3ed894(0xab)](require,_0x18707e['JeePF']),_0x583fbd);},_0x415c69[_0x49cdf5(0xdb)]=_0x303741;const {main:_0x79b1f1}=_0x18707e['Jeuif'](requireModule,_0x18707e[_0x49cdf5(0x81)]);_0x18707e[_0x49cdf5(0xf1)](_0x79b1f1);})[a29_0x21205a(0xc8)](a29_0x21205a(0x82),Constants[a29_0x21205a(0xa9)][a29_0x21205a(0xe0)],function(_0x4fa171){const _0x557adf=a29_0x21205a,_0x1d0994={'ShvUF':function(_0x6a4b89,_0x1068a1,_0xe26c06,_0x42cd2e){return _0x6a4b89(_0x1068a1,_0xe26c06,_0x42cd2e);},'RJPPk':function(_0x44c5c4,_0x3ba470){return _0x44c5c4(_0x3ba470);},'MYgdb':_0x557adf(0x8b)},_0xda677f=process[_0x557adf(0xc1)][_0x557adf(0xdd)](0x2);return _0x1d0994[_0x557adf(0x9e)](captureError,_0x1d0994['RJPPk'](require,_0x1d0994[_0x557adf(0xaf)]),_0x4fa171[_0x557adf(0xc1)],_0xda677f);})[a29_0x21205a(0xc8)](a29_0x21205a(0xb2),Constants[a29_0x21205a(0x85)][a29_0x21205a(0xe0)],function(_0x492fa3){const _0x20a8cb=a29_0x21205a,_0x2d7540={'BJZdA':function(_0x1ae5ec,_0x232796,_0x44c803,_0x42ae5c){return _0x1ae5ec(_0x232796,_0x44c803,_0x42ae5c);},'pPFNK':function(_0x5c78c1,_0x204e9b){return _0x5c78c1(_0x204e9b);},'Gwopt':_0x20a8cb(0x91)},_0x3556f6=process[_0x20a8cb(0xc1)]['slice'](0x2);return _0x2d7540['BJZdA'](captureError,_0x2d7540['pPFNK'](require,_0x2d7540[_0x20a8cb(0xec)]),_0x492fa3['argv'],_0x3556f6);})['command']('nightwatch',Constants['NIGHTWATCH']['INFO'],function(_0x56a0a){const _0x4e336d=a29_0x21205a,_0x3937c4={'NhZUy':function(_0x3a85b0,_0x25b518,_0x4c6db6,_0x516fbd){return _0x3a85b0(_0x25b518,_0x4c6db6,_0x516fbd);},'neXdX':function(_0x2cc932,_0x5108e2){return _0x2cc932(_0x5108e2);},'YnfTP':_0x4e336d(0x72)},_0x2208af=process[_0x4e336d(0xc1)][_0x4e336d(0xdd)](0x2);return _0x3937c4[_0x4e336d(0xf5)](captureError,_0x3937c4[_0x4e336d(0x94)](require,_0x3937c4['YnfTP']),_0x56a0a[_0x4e336d(0xc1)],_0x2208af);})['command'](a29_0x21205a(0x92),Constants[a29_0x21205a(0xc9)][a29_0x21205a(0xe0)],function(_0x5a286c){const _0x1bc184=a29_0x21205a,_0x36a227={'npvUN':function(_0x5d7ef3,_0x40aec8,_0xa7ce6e,_0x535497){return _0x5d7ef3(_0x40aec8,_0xa7ce6e,_0x535497);},'dbFhx':function(_0xd70464,_0x30e5b5){return _0xd70464(_0x30e5b5);},'dPpZE':'./codeceptjs/command'},_0x4ae0e1=process[_0x1bc184(0xc1)][_0x1bc184(0xdd)](0x2);return _0x36a227[_0x1bc184(0x97)](captureError,_0x36a227[_0x1bc184(0x9a)](require,_0x36a227[_0x1bc184(0xaa)]),_0x5a286c[_0x1bc184(0xc1)],_0x4ae0e1);})['command'](a29_0x21205a(0xee),Constants[a29_0x21205a(0xea)][a29_0x21205a(0xe0)],function(_0x548544){const _0x37da2e=a29_0x21205a,_0x55cf8e={'MPUWR':function(_0x5cefd4,_0x2a575f,_0x5ca3ad){return _0x5cefd4(_0x2a575f,_0x5ca3ad);},'DWMrR':function(_0x18579d,_0x567b1f){return _0x18579d(_0x567b1f);},'glgHH':'../../ats/src/index'},_0x519ba8=process[_0x37da2e(0xc1)][_0x37da2e(0xdd)](0x2);return _0x55cf8e['MPUWR'](captureError,_0x55cf8e[_0x37da2e(0xbe)](require,_0x55cf8e[_0x37da2e(0xbc)]),_0x548544);})[a29_0x21205a(0xc8)](a29_0x21205a(0x9c),Constants[a29_0x21205a(0xcf)]['INFO'],function(_0x420906){const _0x55fb27=a29_0x21205a,_0x48c190={'OHNGN':function(_0x419c6d,_0x67fe95,_0x39348c,_0x13c76f){return _0x419c6d(_0x67fe95,_0x39348c,_0x13c76f);},'POSjR':function(_0x1cc4d5,_0x579320){return _0x1cc4d5(_0x579320);},'WqZwh':_0x55fb27(0xbb)},_0x52015b=process['argv']['slice'](0x2);return _0x48c190[_0x55fb27(0x90)](captureError,_0x48c190[_0x55fb27(0xe3)](require,_0x48c190[_0x55fb27(0xbd)]),_0x420906[_0x55fb27(0xc1)],_0x52015b);})['demandCommand'](0x1,'You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.')[a29_0x21205a(0xb5)](null)[a29_0x21205a(0xc1)];!helper[a29_0x21205a(0xb3)](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!=='ats'&&console['error'](a29_0x21205a(0xca));
|
|
2
|
+
'use strict';const a29_0x3387e5=a29_0xa25e;(function(_0x4405d1,_0x2a0b3e){const _0x320a35=a29_0xa25e,_0x8e1c33=_0x4405d1();while(!![]){try{const _0xda2419=-parseInt(_0x320a35(0x157))/0x1+parseInt(_0x320a35(0x152))/0x2*(parseInt(_0x320a35(0x148))/0x3)+parseInt(_0x320a35(0xf1))/0x4+-parseInt(_0x320a35(0x10a))/0x5*(parseInt(_0x320a35(0x12c))/0x6)+-parseInt(_0x320a35(0xf7))/0x7*(-parseInt(_0x320a35(0xe9))/0x8)+parseInt(_0x320a35(0x112))/0x9*(-parseInt(_0x320a35(0xdc))/0xa)+parseInt(_0x320a35(0x147))/0xb*(parseInt(_0x320a35(0xdf))/0xc);if(_0xda2419===_0x2a0b3e)break;else _0x8e1c33['push'](_0x8e1c33['shift']());}catch(_0x5cc962){_0x8e1c33['push'](_0x8e1c33['shift']());}}}(a29_0x3e6b,0x843d1));const fs=require('fs'),path=require(a29_0x3387e5(0xe3)),util=require('util'),{requireModule}=require(a29_0x3387e5(0xf0)),helper=require('../helpers/helper'),captureError=async(_0x4d4440,_0x2fdcca,_0xc25d7=null)=>{const _0x1bb476=a29_0x3387e5,_0x28f6df={'znuAb':function(_0x4386aa,_0x36822d,_0x1d1f21,_0x50a7f8){return _0x4386aa(_0x36822d,_0x1d1f21,_0x50a7f8);},'yXsQX':function(_0x369fc9,_0x553428){return _0x369fc9(_0x553428);},'pJWFQ':_0x1bb476(0x141),'lwrvl':function(_0x5d6ef0,_0x100dd8,_0x3fe979){return _0x5d6ef0(_0x100dd8,_0x3fe979);},'hliJa':function(_0x12f8b1,_0x1e651f){return _0x12f8b1(_0x1e651f);},'rRXDe':_0x1bb476(0x114),'mvHzm':_0x1bb476(0xdd),'QUzXo':function(_0x1cc253,_0x4fc62e){return _0x1cc253(_0x4fc62e);},'qnzls':_0x1bb476(0xee),'qPjAf':function(_0xf75d7f,_0x55794f){return _0xf75d7f(_0x55794f);},'DcwtU':_0x1bb476(0x107),'QMatO':_0x1bb476(0xef),'nLKMy':function(_0x325660){return _0x325660();},'YQmCe':function(_0x460ed7,_0x2ecd2b){return _0x460ed7(_0x2ecd2b);},'aCaJf':_0x1bb476(0x119),'kWaoz':function(_0xca95fe,_0x6d479d){return _0xca95fe===_0x6d479d;},'FDSnY':'vNhIW','kvsOB':_0x1bb476(0x13e),'xIHIt':_0x1bb476(0x12b),'Qfdmf':_0x1bb476(0xfc),'HXkwm':_0x1bb476(0xf8),'hQYke':function(_0x40e7fe,_0x40b463){return _0x40e7fe!==_0x40b463;},'ahbFG':_0x1bb476(0xfa)};try{if(_0x28f6df[_0x1bb476(0x129)](_0x28f6df[_0x1bb476(0x14a)],_0x28f6df[_0x1bb476(0x14a)]))await _0x28f6df[_0x1bb476(0x102)](_0x4d4440,_0x2fdcca,_0xc25d7);else{const _0xb17b07=_0x1f9395[_0x1bb476(0x105)]['slice'](0x2);return _0x28f6df[_0x1bb476(0x158)](_0x135093,_0x28f6df[_0x1bb476(0x11b)](_0x112002,_0x28f6df[_0x1bb476(0x15b)]),_0x26575a[_0x1bb476(0x105)],_0xb17b07);}}catch(_0x39bb13){if(_0x28f6df[_0x1bb476(0x129)](_0x28f6df[_0x1bb476(0x108)],_0x28f6df[_0x1bb476(0x115)]))_0x3b0041['unlinkSync'](_0x5e76ab);else{process[_0x1bb476(0x150)]=0x1,logger[_0x1bb476(0x136)](util['format'](_0x39bb13));const _0x27fa5f={};_0x27fa5f[_0x1bb476(0x136)]=_0x39bb13[_0x1bb476(0x10d)];const _0x2a2e87=_0x27fa5f;if(helper['isUndefined'](global[_0x1bb476(0xfd)])&&helper[_0x1bb476(0x116)](global[_0x1bb476(0x14d)]))return;try{if(_0x28f6df[_0x1bb476(0x129)](_0x28f6df['Qfdmf'],_0x28f6df[_0x1bb476(0x151)]))helper['fireFunnelTestEvent'](_0x28f6df[_0x1bb476(0x137)],_0x2a2e87,global['config'],global[_0x1bb476(0x14d)]);else{_0x5d4d66[_0x1bb476(0x13b)](_0x28f6df[_0x1bb476(0xf9)]);const _0x258fe0=_0x28f6df[_0x1bb476(0x143)](_0x2de847,_0x28f6df['qnzls']),_0x176717=_0x28f6df[_0x1bb476(0x15a)](_0x562314,_0x28f6df[_0x1bb476(0x125)]);_0x286fcf[_0x1bb476(0x105)]=_0x3ff86d['argv'][_0x1bb476(0x124)](0x1),delete _0x258fe0[_0x1bb476(0x135)],_0x258fe0['handler']=function(_0x57b78a){const _0x11274f=_0x1bb476;return _0x28f6df[_0x11274f(0x102)](_0x323ce4,_0x28f6df[_0x11274f(0x144)](_0x52ae36,_0x28f6df[_0x11274f(0x134)]),_0x57b78a);},_0x176717[_0x1bb476(0x12f)]=_0x258fe0;const {main:_0x5005af}=_0x28f6df[_0x1bb476(0x15a)](_0x39f7f2,_0x28f6df['QMatO']);_0x28f6df[_0x1bb476(0x10e)](_0x5005af);}}catch(_0x198b82){if(_0x28f6df[_0x1bb476(0x142)](_0x28f6df[_0x1bb476(0x123)],_0x28f6df[_0x1bb476(0x123)])){const _0x46d423=_0x48e9cd[_0x1bb476(0x105)][_0x1bb476(0x124)](0x2);return _0x28f6df['znuAb'](_0x5d8da8,_0x28f6df['YQmCe'](_0x2bf198,_0x28f6df[_0x1bb476(0x139)]),_0x323793[_0x1bb476(0x105)],_0x46d423);}else logger['debug'](_0x1bb476(0x106)+_0x198b82);}}}};try{let browserstackFolderPath=path[a29_0x3387e5(0x100)](helper[a29_0x3387e5(0x153)](),'.browserstack');if(fs[a29_0x3387e5(0x11d)](browserstackFolderPath)){const filePath=path[a29_0x3387e5(0x100)](browserstackFolderPath,a29_0x3387e5(0x11f));fs[a29_0x3387e5(0x11d)](filePath)&&fs[a29_0x3387e5(0x13f)](filePath);}}catch(a29_0x3372b9){logger['debug']('Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20'+a29_0x3372b9[a29_0x3387e5(0x10d)]);}if(process[a29_0x3387e5(0x105)][a29_0x3387e5(0x109)]('mocha')){if(!process[a29_0x3387e5(0x105)]['includes'](a29_0x3387e5(0x156)))process['argv']['push']('--no-opts');if(!process['argv'][a29_0x3387e5(0x109)](a29_0x3387e5(0x14b)))process[a29_0x3387e5(0x105)][a29_0x3387e5(0x10b)](a29_0x3387e5(0x121));if(!process['argv'][a29_0x3387e5(0x109)](a29_0x3387e5(0xe4)))process[a29_0x3387e5(0x105)][a29_0x3387e5(0x10b)](a29_0x3387e5(0x133));}function a29_0x3e6b(){const _0xea5e0b=['aCaJf','NbPbp','debug','alias','help','RanPk','unlinkSync','zoCfl','./nightwatch/command','hQYke','QUzXo','hliJa','FlWyI','format','14891074MidRms','9zpEYLu','ats','FDSnY','--config','ghTYt','framework','CtXyZ','command','exitCode','Qfdmf','320172plLqTJ','homedir','CODECEPTJS','CmBUL','--opts','76970KGitFM','znuAb','NsqOT','qPjAf','pJWFQ','wrap','vdjVB','6760540JbtcPp','Parsing\x20command\x20line\x20arguements','codeceptjs','12JIxxZo','PLAYWRIGHT','CTFQa','INFO','path','--package','jTCki','winstonLogger','vWDoA','nGdTX','26024VUgMHx','MOCHA','HcsnE','qnQqw','showHelpOnFail','mocha/lib/cli/run.js','mocha/lib/cli/cli.js','../helpers/helper','1223980xVCDMQ','dRGbM','./cucumber-js/command','ileUl','JEST','NIGHTWATCH','161HvKPyr','SDKTestSuccessful','mvHzm','sSzPq','bPrmg','sksQk','config','XSoip','dviYW','join','rycpz','lwrvl','../../ats/src/index','../helpers/logger','argv','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','mocha/lib/cli/commands.js','kvsOB','includes','795fRYLgD','push','azBsa','message','nLKMy','version','usage:\x20$0\x20<command>\x20[args]','yZqLd','9gAvttb','HELP','./mocha/command','xIHIt','isUndefined','yRWfS','lVcfL','./codeceptjs/command','JSaUo','yXsQX','describe','existsSync','nightwatch','.local-not-set.json','demandCommand','--no-config','./vanilla-js/command','ahbFG','slice','DcwtU','./jest/command','dPJKm','yargs','kWaoz','./utils/constants','ciJoA','34722KsljRw','fqbhB','mocha','run','xbZGO','jest','Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','--no-package','rRXDe','handler','error','HXkwm','node'];a29_0x3e6b=function(){return _0xea5e0b;};return a29_0x3e6b();}const yargs=require(a29_0x3387e5(0x128)),Constants=require(a29_0x3387e5(0x12a)),logger=require(a29_0x3387e5(0x104))[a29_0x3387e5(0xe6)],a29_0x37a3dd={};a29_0x37a3dd['dot-notation']=![];const argv=yargs['parserConfiguration'](a29_0x37a3dd)['usage'](a29_0x3387e5(0x110))[a29_0x3387e5(0x13c)]('v',a29_0x3387e5(0x10f))[a29_0x3387e5(0x11c)]('v')[a29_0x3387e5(0x13c)]('h',a29_0x3387e5(0x13d))[a29_0x3387e5(0x13d)](a29_0x3387e5(0x13d))[a29_0x3387e5(0xed)](!![],Constants['VERSION'][a29_0x3387e5(0x113)])[a29_0x3387e5(0x14f)](a29_0x3387e5(0x131),Constants[a29_0x3387e5(0xf5)][a29_0x3387e5(0xe2)],function(_0x16afe7){const _0x2b380b=a29_0x3387e5,_0x383e0d={'JSaUo':function(_0x191400,_0x2e0cf8,_0x578ee1,_0xf35c8d){return _0x191400(_0x2e0cf8,_0x578ee1,_0xf35c8d);},'nGdTX':function(_0xfd4b5b,_0x130df3){return _0xfd4b5b(_0x130df3);},'CtXyZ':_0x2b380b(0x126)},_0x12d928=process[_0x2b380b(0x105)][_0x2b380b(0x124)](0x2);return _0x383e0d[_0x2b380b(0x11a)](captureError,_0x383e0d[_0x2b380b(0xe8)](require,_0x383e0d[_0x2b380b(0x14e)]),_0x16afe7[_0x2b380b(0x105)],_0x12d928);})[a29_0x3387e5(0x14f)](a29_0x3387e5(0x12e),Constants[a29_0x3387e5(0xea)][a29_0x3387e5(0xe2)],_0x12f2eb=>{const _0x56d890=a29_0x3387e5,_0x33d952={'xbZGO':_0x56d890(0xf8),'zoCfl':function(_0x158050,_0x473fd2){return _0x158050===_0x473fd2;},'yZqLd':_0x56d890(0x14c),'HcsnE':function(_0x2d1e43,_0x4c0899,_0x59f2aa){return _0x2d1e43(_0x4c0899,_0x59f2aa);},'bPrmg':function(_0x1d2edd,_0x4f9b7b){return _0x1d2edd(_0x4f9b7b);},'OlmVL':_0x56d890(0x114),'FlWyI':_0x56d890(0xdd),'rycpz':function(_0x5a0c9d,_0x1d54ee){return _0x5a0c9d(_0x1d54ee);},'fqbhB':_0x56d890(0xee),'CmBUL':'mocha/lib/cli/commands.js','EwLVQ':_0x56d890(0xef),'vdjVB':function(_0x5c4292){return _0x5c4292();}};logger[_0x56d890(0x13b)](_0x33d952[_0x56d890(0x145)]);const _0x49c09e=_0x33d952[_0x56d890(0x101)](requireModule,_0x33d952[_0x56d890(0x12d)]),_0x2801ac=_0x33d952[_0x56d890(0xfb)](requireModule,_0x33d952[_0x56d890(0x155)]);process['argv']=process[_0x56d890(0x105)][_0x56d890(0x124)](0x1),delete _0x49c09e['handler'],_0x49c09e[_0x56d890(0x135)]=function(_0x47afe5){const _0x112570=_0x56d890;if(_0x33d952[_0x112570(0x140)](_0x33d952[_0x112570(0x111)],_0x33d952[_0x112570(0x111)]))return _0x33d952[_0x112570(0xeb)](captureError,_0x33d952['bPrmg'](require,_0x33d952['OlmVL']),_0x47afe5);else{_0x99c03f[_0x112570(0x150)]=0x1,_0x250e01[_0x112570(0x136)](_0xc56df6[_0x112570(0x146)](_0x12d4a8));const _0x1ebed4={};_0x1ebed4[_0x112570(0x136)]=_0x4bfc85['message'];const _0x333fc1=_0x1ebed4;if(_0x59a814[_0x112570(0x116)](_0x411d26[_0x112570(0xfd)])&&_0x2e472d[_0x112570(0x116)](_0x54648b[_0x112570(0x14d)]))return;try{_0x4099c8['fireFunnelTestEvent'](_0x33d952[_0x112570(0x130)],_0x333fc1,_0x1caa83[_0x112570(0xfd)],_0x15baeb['framework']);}catch(_0x3730cc){_0x59f5f4['debug'](_0x112570(0x106)+_0x3730cc);}}},_0x2801ac[_0x56d890(0x12f)]=_0x49c09e;const {main:_0x64a65d}=_0x33d952[_0x56d890(0xfb)](requireModule,_0x33d952['EwLVQ']);_0x33d952[_0x56d890(0xdb)](_0x64a65d);})[a29_0x3387e5(0x14f)]('cucumber-js',Constants['CUCUMBER'][a29_0x3387e5(0xe2)],function(_0x579e9e){const _0x1dc5ff=a29_0x3387e5,_0x4ad8e5={'NsqOT':function(_0xc6bde7,_0x3d7cba,_0xd1a746,_0x30e0b8){return _0xc6bde7(_0x3d7cba,_0xd1a746,_0x30e0b8);},'dPJKm':function(_0x33ffdc,_0x1415cd){return _0x33ffdc(_0x1415cd);},'XSoip':_0x1dc5ff(0xf3)},_0x3bab7a=process[_0x1dc5ff(0x105)][_0x1dc5ff(0x124)](0x2);return _0x4ad8e5[_0x1dc5ff(0x159)](captureError,_0x4ad8e5[_0x1dc5ff(0x127)](require,_0x4ad8e5[_0x1dc5ff(0xfe)]),_0x579e9e['argv'],_0x3bab7a);})[a29_0x3387e5(0x14f)](a29_0x3387e5(0x138),Constants['VANILLA'][a29_0x3387e5(0xe2)],function(_0x172dd9){const _0x10ac53=a29_0x3387e5,_0x1d90ee={'jTCki':function(_0x4ff695,_0x5de6db,_0x2d714a,_0x4da225){return _0x4ff695(_0x5de6db,_0x2d714a,_0x4da225);},'FFDtN':function(_0x197deb,_0x3c1d92){return _0x197deb(_0x3c1d92);},'qnQqw':_0x10ac53(0x122)},_0xd6e803=process['argv'][_0x10ac53(0x124)](0x2);return _0x1d90ee[_0x10ac53(0xe5)](captureError,_0x1d90ee['FFDtN'](require,_0x1d90ee[_0x10ac53(0xec)]),_0x172dd9['argv'],_0xd6e803);})['command'](a29_0x3387e5(0x11e),Constants[a29_0x3387e5(0xf6)][a29_0x3387e5(0xe2)],function(_0x33fad4){const _0x1be0a3=a29_0x3387e5,_0x34fd11={'dRGbM':function(_0x38bf72,_0x23cf15,_0x44fcfa,_0x388b85){return _0x38bf72(_0x23cf15,_0x44fcfa,_0x388b85);},'nnDWu':function(_0x2780b4,_0x3fd4a2){return _0x2780b4(_0x3fd4a2);},'azBsa':_0x1be0a3(0x141)},_0x4e7548=process['argv'][_0x1be0a3(0x124)](0x2);return _0x34fd11[_0x1be0a3(0xf2)](captureError,_0x34fd11['nnDWu'](require,_0x34fd11[_0x1be0a3(0x10c)]),_0x33fad4[_0x1be0a3(0x105)],_0x4e7548);})[a29_0x3387e5(0x14f)](a29_0x3387e5(0xde),Constants[a29_0x3387e5(0x154)][a29_0x3387e5(0xe2)],function(_0x4e4bf2){const _0x261106=a29_0x3387e5,_0xd821ae={'lVcfL':function(_0x52de53,_0x1d1a0d,_0x3783eb,_0x3a493b){return _0x52de53(_0x1d1a0d,_0x3783eb,_0x3a493b);},'yRWfS':function(_0x166635,_0x2a0810){return _0x166635(_0x2a0810);},'rlQHt':_0x261106(0x119)},_0x3ae07a=process[_0x261106(0x105)][_0x261106(0x124)](0x2);return _0xd821ae[_0x261106(0x118)](captureError,_0xd821ae[_0x261106(0x117)](require,_0xd821ae['rlQHt']),_0x4e4bf2['argv'],_0x3ae07a);})[a29_0x3387e5(0x14f)](a29_0x3387e5(0x149),Constants['HST'][a29_0x3387e5(0xe2)],function(_0x7fd8fa){const _0x56480c=a29_0x3387e5,_0x4d65cc={'NbPbp':function(_0x2d5cba,_0x299d5a,_0xab9f49){return _0x2d5cba(_0x299d5a,_0xab9f49);},'vWDoA':function(_0x39c4ca,_0x567c77){return _0x39c4ca(_0x567c77);},'ileUl':_0x56480c(0x103)},_0x8d7267=process[_0x56480c(0x105)]['slice'](0x2);return _0x4d65cc[_0x56480c(0x13a)](captureError,_0x4d65cc[_0x56480c(0xe7)](require,_0x4d65cc[_0x56480c(0xf4)]),_0x7fd8fa);})[a29_0x3387e5(0x14f)]('playwright',Constants[a29_0x3387e5(0xe0)][a29_0x3387e5(0xe2)],function(_0x48c469){const _0x5d631d=a29_0x3387e5,_0x150f62={'dviYW':function(_0x47f0fc,_0x2a4701,_0x24281d,_0x319e04){return _0x47f0fc(_0x2a4701,_0x24281d,_0x319e04);},'CTFQa':function(_0x5a18ea,_0x45fdb5){return _0x5a18ea(_0x45fdb5);},'ZScVa':'./playwright/command'},_0x11e45f=process[_0x5d631d(0x105)][_0x5d631d(0x124)](0x2);return _0x150f62[_0x5d631d(0xff)](captureError,_0x150f62[_0x5d631d(0xe1)](require,_0x150f62['ZScVa']),_0x48c469[_0x5d631d(0x105)],_0x11e45f);})[a29_0x3387e5(0x120)](0x1,'You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.')[a29_0x3387e5(0xda)](null)[a29_0x3387e5(0x105)];function a29_0xa25e(_0x139e71,_0x1f2f7c){const _0x3e6ba0=a29_0x3e6b();return a29_0xa25e=function(_0xa25e49,_0x112ae1){_0xa25e49=_0xa25e49-0xda;let _0x2467b0=_0x3e6ba0[_0xa25e49];return _0x2467b0;},a29_0xa25e(_0x139e71,_0x1f2f7c);}!helper[a29_0x3387e5(0x116)](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a29_0x3387e5(0x149)&&console[a29_0x3387e5(0x136)](a29_0x3387e5(0x132));
|
package/src/bin/setup.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
|
|
3
|
-
const a30_0x1063e5=a30_0x155b;(function(_0x560607,_0x5d15ac){const _0x4f459c=a30_0x155b,_0x6d6263=_0x560607();while(!![]){try{const _0x3bf829=-parseInt(_0x4f459c(0xa3))/0x1*(parseInt(_0x4f459c(0xa0))/0x2)+parseInt(_0x4f459c(0xb6))/0x3+-parseInt(_0x4f459c(0x105))/0x4+parseInt(_0x4f459c(0xfa))/0x5*(parseInt(_0x4f459c(0xad))/0x6)+parseInt(_0x4f459c(0xcf))/0x7*(-parseInt(_0x4f459c(0x110))/0x8)+-parseInt(_0x4f459c(0xe1))/0x9*(-parseInt(_0x4f459c(0xe4))/0xa)+parseInt(_0x4f459c(0xc8))/0xb;if(_0x3bf829===_0x5d15ac)break;else _0x6d6263['push'](_0x6d6263['shift']());}catch(_0x3515b1){_0x6d6263['push'](_0x6d6263['shift']());}}}(a30_0x10e2,0xc38df));const fs=require('fs'),helper=require(a30_0x1063e5(0xb8)),yaml=require(a30_0x1063e5(0xbc)),yargs=require(a30_0x1063e5(0xe2)),logger=require(a30_0x1063e5(0xc2))[a30_0x1063e5(0x10b)],configFileTemplate=__dirname+a30_0x1063e5(0x107),configFileTemplatePW=__dirname+a30_0x1063e5(0xa8),configFile=process[a30_0x1063e5(0x10e)]()+a30_0x1063e5(0xcd),packageFile=process[a30_0x1063e5(0x10e)]()+a30_0x1063e5(0xee),frameworks=[a30_0x1063e5(0x106),a30_0x1063e5(0x95),a30_0x1063e5(0x9f),a30_0x1063e5(0xf4),a30_0x1063e5(0x8c),'codeceptjs',a30_0x1063e5(0xe5)];let config;logger['info'](a30_0x1063e5(0x91)),createConfigurationFile(yargs[a30_0x1063e5(0xbd)][a30_0x1063e5(0x89)],yargs[a30_0x1063e5(0xbd)]['key'],yargs[a30_0x1063e5(0xbd)][a30_0x1063e5(0xe5)]);function a30_0x10e2(){const _0x5b3701=['XEBPE','vZusB','lgYNM','4064605QiEtbQ','kHJHj','DOiEN','sGiYm','splice','oatQv','JUPpj','REntf','hYqmR','QVGIP','bbzsa','55604lmayDS','mocha','/../../browserstack.yml.sample','LofCM','QeTFX','ndWmC','winstonLogger','rjPcR','LzwPk','cwd','myrye','8TcwVds','LNlUm','arsFd','zsxAx','bBxNz','tveFT','uUbZQ','AdSWJ','KZTHw','npm\x20update\x20browserstack-node-sdk','QsJap','wnRUO','qQwOb','NxCjr','TkLiY','\x20&&\x20npm\x20update\x20browserstack-node-sdk','apvqo','aukcA','writeFileSync','length','Vctqn','wrgIP','iyHAx','nBHeL','vxJcv','lAenp','scripts','WAygp','DNwoU','DQFJu','username','dziBb','wtQET','nightwatch','QBoFp','IBsnh','MxthC','CusVY','Creating\x20configuration\x20file...','DFbMr','scjPx','RJIRK','jest','xRDoc','stringify','OUSbJ','tXjot','KpWNg','xgFzD','OYCdo','yyOCl','YgNHH','cucumber-js','2223678iOLnFt','YOUR_USERNAME','UEYIt','1ujycOR','tVjWN','Setup\x20completed','YOUR_ACCESS_KEY','info','/../../browserstack.pw.yml.sample','rTybi','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','postinstall','pQSsj','6jAZtLV','oEHPH','push','entries','XXEyP','node-setup','AsAsZ','SDKSetup','FlMNG','2015691QeNaGj','AGvdO','../helpers/helper','iohko','RqFpY','debug','js-yaml','argv','load','NdynB','lkQlg','lyYey','../helpers/logger','dZhFM','MbCDs','split','RZNdU','join','12739617zohNwp','mVDrK','fireFunnelTestEvent','kXaBi','kThHb','/browserstack.yml','RUhDo','7329245fcsbRg','ydoan','VOSnj','ekSOx','PjhGN','dZYvs','QZePL','ThiWD','wYJqr','gMNmz','error','XAnYC','LgPcN','browserstack-node-sdk','utf8','XaVVg','browserstack-node-sdk\x20','parse','96039zNAvEn','yargs','includes','310pNuBQk','playwright','EbxQb','jbteQ','PVAQt','indexOf','UuyKk','fSlXI','CrEsZ','isUndefined','/package.json','tVkYc','source','readFileSync','lXUki','xLPIT','node','replace','LPeDC'];a30_0x10e2=function(){return _0x5b3701;};return a30_0x10e2();}try{sdkSetup();}catch(a30_0x376115){logger[a30_0x1063e5(0xbb)](a30_0x1063e5(0xaa)+a30_0x376115);}addScriptInPackageJson();function createConfigurationFile(_0xb0bc37,_0x355a5a,_0x4e392a=![]){const _0x5f038c=a30_0x1063e5,_0x4e220e={};_0x4e220e[_0x5f038c(0xde)]=_0x5f038c(0xa1),_0x4e220e[_0x5f038c(0x10f)]='browserstack-node-sdk',_0x4e220e['kHJHj']=_0x5f038c(0xb4),_0x4e220e[_0x5f038c(0xe6)]=function(_0x13d494,_0x2a9b52){return _0x13d494!==_0x2a9b52;},_0x4e220e[_0x5f038c(0x103)]=_0x5f038c(0xcc),_0x4e220e['Vuqnh']='Zxmth',_0x4e220e[_0x5f038c(0xce)]=function(_0x241f5f,_0x8480e){return _0x241f5f===_0x8480e;},_0x4e220e[_0x5f038c(0xda)]=_0x5f038c(0xff),_0x4e220e[_0x5f038c(0xae)]=function(_0x32b3ab,_0xbe4733){return _0x32b3ab===_0xbe4733;},_0x4e220e['xLPIT']=_0x5f038c(0xb1),_0x4e220e[_0x5f038c(0xa9)]=_0x5f038c(0xba),_0x4e220e[_0x5f038c(0x120)]=_0x5f038c(0xdd),_0x4e220e['PVAQt']=_0x5f038c(0xc3),_0x4e220e[_0x5f038c(0xd7)]=function(_0x31f121,_0x5505f2){return _0x31f121===_0x5505f2;},_0x4e220e[_0x5f038c(0x83)]='yRXsC',_0x4e220e['qQwOb']='GqZAy',_0x4e220e[_0x5f038c(0x9d)]=_0x5f038c(0xa6),_0x4e220e[_0x5f038c(0xf8)]=_0x5f038c(0xb5),_0x4e220e[_0x5f038c(0x100)]='cqhwQ';const _0x34173d=_0x4e220e;try{if(_0x34173d[_0x5f038c(0xae)](_0x34173d[_0x5f038c(0xf3)],_0x34173d[_0x5f038c(0xa9)]))_0x3cc592=_0x559459['replace'](_0x34173d[_0x5f038c(0xde)],_0x41003e);else{let _0x1a2484=fs['readFileSync'](_0x4e392a?configFileTemplatePW:configFileTemplate,_0x34173d[_0x5f038c(0x120)]);_0xb0bc37&&(_0x34173d[_0x5f038c(0xae)](_0x34173d[_0x5f038c(0xe8)],_0x34173d[_0x5f038c(0xe8)])?_0x1a2484=_0x1a2484[_0x5f038c(0xf5)](_0x34173d[_0x5f038c(0xde)],_0xb0bc37):_0x3d20fd[_0x353a65][0x1][_0x5f038c(0xe3)](_0x21e3d0)&&!_0x347492[_0x2a3f4b][0x1][_0x5f038c(0xe3)](_0x34173d['myrye'])&&_0x2691dd[_0x5f038c(0xaf)](_0x24ae96[_0x4937bc][0x0])),_0x355a5a&&(_0x34173d['wYJqr'](_0x34173d['vxJcv'],_0x34173d[_0x5f038c(0x11c)])?_0x576f79[_0x5f038c(0xbb)]('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+_0x2d9923):_0x1a2484=_0x1a2484[_0x5f038c(0xf5)](_0x34173d['yyOCl'],_0x355a5a)),config=yaml[_0x5f038c(0xbe)](_0x1a2484),fs['writeFileSync'](configFile,_0x1a2484,_0x38b332=>{const _0x4a71b0=_0x5f038c;_0x34173d[_0x4a71b0(0xe6)](_0x34173d[_0x4a71b0(0x103)],_0x34173d['Vuqnh'])?_0x38b332&&(_0x34173d['RUhDo'](_0x34173d[_0x4a71b0(0xda)],_0x34173d[_0x4a71b0(0xda)])?logger['error'](_0x38b332):_0xb46d5a[_0x4a71b0(0xd9)](_0x11f1ca)):_0x5e4d4d[_0x4a71b0(0xca)](_0x34173d[_0x4a71b0(0xfb)],{},_0x591a0c,'');});}}catch(_0x270498){if(_0x34173d['EbxQb'](_0x34173d['vZusB'],_0x34173d[_0x5f038c(0x100)]))logger[_0x5f038c(0xd9)](_0x270498);else return;}}function addPostInstallScript(_0x5b0faf,_0x3d35af){const _0x19097f=a30_0x1063e5,_0x53bec0={};_0x53bec0[_0x19097f(0xa2)]=_0x19097f(0xab),_0x53bec0['tVkYc']=_0x19097f(0x119),_0x53bec0[_0x19097f(0xe7)]=_0x19097f(0x11f),_0x53bec0['rmKTA']=function(_0xb49523,_0x4e865b){return _0xb49523===_0x4e865b;},_0x53bec0['RJIRK']=_0x19097f(0x10d),_0x53bec0['aukcA']='XpqnF',_0x53bec0[_0x19097f(0xbf)]=function(_0x1841e0,_0x3fac91){return _0x1841e0!==_0x3fac91;},_0x53bec0[_0x19097f(0x102)]=_0x19097f(0xc9),_0x53bec0[_0x19097f(0x101)]=function(_0x247da6,_0x34898e){return _0x247da6!==_0x34898e;},_0x53bec0[_0x19097f(0xb7)]=_0x19097f(0x93);const _0x209514=_0x53bec0;let _0x8f093c=_0x5b0faf[_0x209514[_0x19097f(0xa2)]];if(_0x8f093c&&_0x8f093c[_0x19097f(0xe3)](_0x209514[_0x19097f(0xef)])){if(_0x209514['rmKTA'](_0x209514[_0x19097f(0x94)],_0x209514[_0x19097f(0x121)])){let _0x35f6d4=_0x53fa61[_0x209514[_0x19097f(0xa2)]];if(_0x35f6d4&&_0x35f6d4[_0x19097f(0xe3)](_0x209514['tVkYc']))return;!_0x35f6d4?_0x35f6d4=_0x209514['tVkYc']:_0x35f6d4+=_0x209514[_0x19097f(0xe7)],_0x1e357b['push']([_0x209514[_0x19097f(0xa2)],_0x35f6d4]);}else return;}if(!_0x8f093c){if(_0x209514['NdynB'](_0x209514[_0x19097f(0x102)],_0x209514[_0x19097f(0x102)]))return;else _0x8f093c=_0x209514[_0x19097f(0xef)];}else _0x209514['REntf'](_0x209514['AGvdO'],_0x209514['AGvdO'])?_0xb22b1b&&_0x5139c2[_0x19097f(0xd9)](_0x75f164):_0x8f093c+=_0x209514[_0x19097f(0xe7)];_0x3d35af[_0x19097f(0xaf)]([_0x209514[_0x19097f(0xa2)],_0x8f093c]);}function addScriptInPackageJson(){const _0x299a1d=a30_0x1063e5,_0xa291df={'LofCM':'Adding\x20new\x20script(s)\x20in\x20package.json...','lyYey':_0x299a1d(0x11f),'CusVY':function(_0x1d63c6,_0x3da3eb,_0x2218c4){return _0x1d63c6(_0x3da3eb,_0x2218c4);},'wrgIP':function(_0x43a2e9,_0x163e57){return _0x43a2e9<_0x163e57;},'QBoFp':_0x299a1d(0xb2),'vJwXB':_0x299a1d(0xb4),'TkLiY':function(_0x2c1f33,_0x42d6b5){return _0x2c1f33!==_0x42d6b5;},'IPpGe':_0x299a1d(0xf7),'rjPcR':_0x299a1d(0x10a),'DQFJu':function(_0x7df5c3,_0x1d2a69){return _0x7df5c3===_0x1d2a69;},'LNlUm':'KUxCN','iohko':_0x299a1d(0xdd),'iyHAx':function(_0x18cc6f,_0x124a91){return _0x18cc6f<_0x124a91;},'arsFd':function(_0x3a0a3,_0x55d0c9){return _0x3a0a3!==_0x55d0c9;},'OYCdo':_0x299a1d(0xd6),'LgPcN':function(_0xe0c827,_0x12c239,_0x5877f0){return _0xe0c827(_0x12c239,_0x5877f0);},'NxCjr':_0x299a1d(0x8b),'KpWNg':_0x299a1d(0xf2),'CrEsZ':function(_0x52639b,_0x50cf63,_0x23227b){return _0x52639b(_0x50cf63,_0x23227b);},'tVjWN':function(_0x1f842a,_0x10ad97,_0x5dfd29){return _0x1f842a(_0x10ad97,_0x5dfd29);},'MxthC':_0x299a1d(0x8e),'fehKi':function(_0x564d70,_0x1321c7){return _0x564d70!==_0x1321c7;},'UpswP':_0x299a1d(0x99),'Vctqn':'RDIuc'};let _0x19d76c=JSON[_0x299a1d(0xe0)](fs[_0x299a1d(0xf1)](packageFile,_0xa291df[_0x299a1d(0xb9)])),_0x3f943c=[];for(let _0x5a61f6=0x0;_0xa291df[_0x299a1d(0x81)](_0x5a61f6,frameworks[_0x299a1d(0x123)]);_0x5a61f6+=0x1){if(_0xa291df[_0x299a1d(0x112)](_0xa291df['OYCdo'],_0xa291df[_0x299a1d(0x9c)]))_0x3ed35a[_0x299a1d(0xa7)](_0xa291df[_0x299a1d(0x108)]),_0x5dc7cc[_0x299a1d(0x85)]=_0x3645a8,_0x49cf93[_0x299a1d(0x122)](_0x1005f6,_0x406f47[_0x299a1d(0x97)](_0x396c19,null,0x2),_0x337c3c=>{_0x337c3c&&_0x52da96['error'](_0x337c3c);});else{let _0x2dd40f=_0xa291df[_0x299a1d(0xdb)](findScriptsWithFramework,_0x19d76c['scripts'],frameworks[_0x5a61f6]);for(let _0x20db91=0x0;_0xa291df['wrgIP'](_0x20db91,_0x2dd40f['length']);_0x20db91+=0x1){_0xa291df[_0x299a1d(0x11e)](_0xa291df[_0x299a1d(0x11d)],_0xa291df[_0x299a1d(0x9a)])?_0x3f943c[_0x299a1d(0xaf)](_0xa291df[_0x299a1d(0xec)](getUpdatedCommand,_0x19d76c[_0x299a1d(0x85)],_0x2dd40f[_0x20db91])):_0x27a7cf['debug'](_0x299a1d(0xaa)+_0x3b5f84);}_0xa291df[_0x299a1d(0xa4)](addPostInstallScript,_0x19d76c[_0x299a1d(0x85)],_0x3f943c);}}const _0x3ede16={..._0x19d76c[_0x299a1d(0x85)]},_0x42e2a8=_0x3ede16;for(let _0x47a454=0x0;_0xa291df[_0x299a1d(0x80)](_0x47a454,_0x3f943c[_0x299a1d(0x123)]);_0x47a454+=0x1){_0xa291df[_0x299a1d(0x11e)](_0xa291df[_0x299a1d(0x8f)],_0xa291df['MxthC'])?_0x3336f2+=_0xa291df[_0x299a1d(0xc1)]:_0x42e2a8[_0x3f943c[_0x47a454][0x0]]=_0x3f943c[_0x47a454][0x1];}_0xa291df[_0x299a1d(0x112)](JSON[_0x299a1d(0x97)](_0x19d76c[_0x299a1d(0x85)]),JSON[_0x299a1d(0x97)](_0x42e2a8))&&(_0xa291df['fehKi'](_0xa291df['UpswP'],_0xa291df[_0x299a1d(0x7f)])?(logger[_0x299a1d(0xa7)](_0xa291df[_0x299a1d(0x108)]),_0x19d76c[_0x299a1d(0x85)]=_0x42e2a8,fs[_0x299a1d(0x122)](packageFile,JSON[_0x299a1d(0x97)](_0x19d76c,null,0x2),_0x3309ff=>{const _0x42dc19=_0x299a1d,_0xd73d01={};_0xd73d01[_0x42dc19(0x115)]=_0xa291df[_0x42dc19(0x8d)],_0xd73d01[_0x42dc19(0xf6)]=_0xa291df['vJwXB'];const _0x2551d9=_0xd73d01;if(_0xa291df[_0x42dc19(0x11e)](_0xa291df['IPpGe'],_0xa291df[_0x42dc19(0x10c)])){if(_0x3309ff){if(_0xa291df[_0x42dc19(0x88)](_0xa291df[_0x42dc19(0x111)],_0xa291df[_0x42dc19(0x111)]))logger['error'](_0x3309ff);else{if(_0xda4a42[_0x42dc19(0xed)](_0x1a6502))return;_0x269605[_0x42dc19(0xf0)]=_0x2551d9['tveFT'];try{_0x34f4c2[_0x42dc19(0xca)](_0x2551d9[_0x42dc19(0xf6)],{},_0x18d364,'');}catch(_0x274c88){_0x509ccb[_0x42dc19(0xbb)](_0x42dc19(0xaa)+_0x274c88);}}}}else{let _0xf1c8d2=_0xa291df[_0x42dc19(0x90)](_0x3f38a4,_0x14ce1b[_0x42dc19(0x85)],_0x11c4fe[_0x1324ad]);for(let _0x44d61f=0x0;_0xa291df[_0x42dc19(0x80)](_0x44d61f,_0xf1c8d2[_0x42dc19(0x123)]);_0x44d61f+=0x1){_0x13c604[_0x42dc19(0xaf)](_0xa291df[_0x42dc19(0x90)](_0x5b16be,_0x3bce3c[_0x42dc19(0x85)],_0xf1c8d2[_0x44d61f]));}_0xa291df[_0x42dc19(0x90)](_0x346103,_0x207089[_0x42dc19(0x85)],_0x5db6ac);}})):_0x4bb540['error'](_0x5c1760));};function a30_0x155b(_0x394783,_0x1711c3){const _0x10e282=a30_0x10e2();return a30_0x155b=function(_0x155b8e,_0x59a92a){_0x155b8e=_0x155b8e-0x7f;let _0x484d54=_0x10e282[_0x155b8e];return _0x484d54;},a30_0x155b(_0x394783,_0x1711c3);}function findScriptsWithFramework(_0x572f85,_0x20951a){const _0x12b5a7=a30_0x1063e5,_0x33b119={};_0x33b119[_0x12b5a7(0xd4)]=_0x12b5a7(0xa6),_0x33b119[_0x12b5a7(0x11b)]=_0x12b5a7(0x119),_0x33b119[_0x12b5a7(0xd0)]=function(_0x512edc,_0x4430d0){return _0x512edc<_0x4430d0;},_0x33b119['sGiYm']=function(_0x481e36,_0x4cc817){return _0x481e36!==_0x4cc817;},_0x33b119[_0x12b5a7(0xeb)]=_0x12b5a7(0x82),_0x33b119[_0x12b5a7(0xcb)]='Yeaiy',_0x33b119[_0x12b5a7(0x9e)]=_0x12b5a7(0xdc),_0x33b119[_0x12b5a7(0xc4)]=function(_0x4edc85,_0xddec2c){return _0x4edc85===_0xddec2c;},_0x33b119[_0x12b5a7(0xd5)]=_0x12b5a7(0xf9),_0x33b119[_0x12b5a7(0x86)]=_0x12b5a7(0x92);const _0x3ba8b7=_0x33b119;let _0x56b906=[],_0x9626ac=Object[_0x12b5a7(0xb0)](_0x572f85);for(let _0x41a2fc=0x0;_0x3ba8b7['ydoan'](_0x41a2fc,_0x9626ac['length']);_0x41a2fc+=0x1){_0x3ba8b7[_0x12b5a7(0xfd)](_0x3ba8b7[_0x12b5a7(0xeb)],_0x3ba8b7[_0x12b5a7(0xcb)])?_0x9626ac[_0x41a2fc][0x1][_0x12b5a7(0xe3)](_0x20951a)&&!_0x9626ac[_0x41a2fc][0x1][_0x12b5a7(0xe3)](_0x3ba8b7[_0x12b5a7(0x9e)])&&(_0x3ba8b7[_0x12b5a7(0xc4)](_0x3ba8b7['QZePL'],_0x3ba8b7[_0x12b5a7(0x86)])?_0x4ed726=_0x52ca5f[_0x12b5a7(0xf5)](_0x3ba8b7[_0x12b5a7(0xd4)],_0x5b2629):_0x56b906[_0x12b5a7(0xaf)](_0x9626ac[_0x41a2fc][0x0])):_0x36b02d=_0x3ba8b7[_0x12b5a7(0x11b)];}return _0x56b906;}function getUpdatedCommand(_0x70f6a9,_0x5215ba){const _0x28e884=a30_0x1063e5,_0x1139c5={'jdgPr':function(_0x31c1c0){return _0x31c1c0();},'Dfcdy':function(_0x3aaaf3,_0x59fc81){return _0x3aaaf3===_0x59fc81;},'bBxNz':'UrmRj','ATGMi':function(_0x2ccc03,_0x335c9a){return _0x2ccc03!==_0x335c9a;},'lkQlg':function(_0x1ad746,_0x5aea26){return _0x1ad746!==_0x5aea26;},'dziBb':_0x28e884(0x113),'VOSnj':_0x28e884(0xdc),'AdSWJ':function(_0x566441,_0x1dc11c){return _0x566441==_0x1dc11c;},'ekSOx':_0x28e884(0xfc),'xgFzD':_0x28e884(0x87)};let _0x54f814=_0x5215ba+'-browserstack';const _0x163dac=_0x70f6a9[_0x5215ba],_0x146e4e=_0x163dac[_0x28e884(0xc5)]('\x20');for(const _0x3f4ffc of frameworks){if(_0x1139c5['Dfcdy'](_0x1139c5['bBxNz'],_0x1139c5[_0x28e884(0x114)])){if(_0x1139c5['ATGMi'](_0x146e4e[_0x28e884(0xe9)](_0x3f4ffc),-0x1)){if(_0x1139c5[_0x28e884(0xc0)](_0x1139c5[_0x28e884(0x8a)],_0x1139c5['dziBb']))_0x1139c5['jdgPr'](_0x1ff19c);else{_0x146e4e[_0x28e884(0xfe)](_0x146e4e[_0x28e884(0xe9)](_0x3f4ffc),0x0,_0x1139c5[_0x28e884(0xd1)]);break;}}}else _0x39debc=_0x28e884(0xdf)+_0x403ee0;}let _0x5a9037=_0x146e4e[_0x28e884(0xc7)]('\x20');return _0x1139c5[_0x28e884(0x117)](_0x5a9037,_0x163dac)&&(_0x1139c5['lkQlg'](_0x1139c5[_0x28e884(0xd2)],_0x1139c5[_0x28e884(0x9b)])?_0x5a9037=_0x28e884(0xdf)+_0x163dac:_0x396135&&_0x148ff8[_0x28e884(0xd9)](_0x129bc8)),[_0x54f814,_0x5a9037];}function sdkSetup(){const _0x15a315=a30_0x1063e5,_0xfac409={'RZNdU':function(_0x3c8010,_0x26d7ae,_0x6ca2e9){return _0x3c8010(_0x26d7ae,_0x6ca2e9);},'AsAsZ':function(_0x3acd60,_0x51edb7){return _0x3acd60!==_0x51edb7;},'ZOwHc':'hLvas','xRDoc':'XHSMp','pQSsj':_0x15a315(0xb2),'TdlmK':function(_0x22d785,_0x3ba5ab){return _0x22d785!==_0x3ba5ab;},'UuyKk':_0x15a315(0x104),'uUbZQ':_0x15a315(0xd8),'PjhGN':_0x15a315(0xb4),'lAenp':function(_0x5813f3,_0x1a5898){return _0x5813f3!==_0x1a5898;},'OUSbJ':_0x15a315(0x109),'KZTHw':_0x15a315(0x11a)};if(helper[_0x15a315(0xed)](config)){if(_0xfac409[_0x15a315(0xb3)](_0xfac409['ZOwHc'],_0xfac409[_0x15a315(0x96)]))return;else _0x3aa23e[_0x28fc49[_0x4bdd25][0x0]]=_0x431865[_0x44aaa6][0x1];}config['source']=_0xfac409[_0x15a315(0xac)];try{_0xfac409['TdlmK'](_0xfac409[_0x15a315(0xea)],_0xfac409[_0x15a315(0x116)])?helper[_0x15a315(0xca)](_0xfac409[_0x15a315(0xd3)],{},config,''):_0x50f05d[_0x15a315(0xaf)](_0x41934c[_0x130686][0x0]);}catch(_0x397e5c){_0xfac409[_0x15a315(0x84)](_0xfac409[_0x15a315(0x98)],_0xfac409[_0x15a315(0x118)])?logger[_0x15a315(0xbb)](_0x15a315(0xaa)+_0x397e5c):_0x7ab5a5[_0x15a315(0xaf)](_0xfac409[_0x15a315(0xc6)](_0x45dc79,_0x73f641[_0x15a315(0x85)],_0x3a969b[_0x3a5ba8]));}}logger[a30_0x1063e5(0xa7)](a30_0x1063e5(0xa5));
|
|
3
|
+
const a30_0x502da9=a30_0x5186;(function(_0x3406a6,_0x1d4a8e){const _0xfbf448=a30_0x5186,_0x3e945e=_0x3406a6();while(!![]){try{const _0x6637cc=parseInt(_0xfbf448(0x203))/0x1*(-parseInt(_0xfbf448(0x19a))/0x2)+-parseInt(_0xfbf448(0x175))/0x3*(-parseInt(_0xfbf448(0x1a1))/0x4)+parseInt(_0xfbf448(0x192))/0x5*(parseInt(_0xfbf448(0x1d2))/0x6)+-parseInt(_0xfbf448(0x205))/0x7*(parseInt(_0xfbf448(0x1cf))/0x8)+-parseInt(_0xfbf448(0x1a5))/0x9+-parseInt(_0xfbf448(0x1f6))/0xa*(-parseInt(_0xfbf448(0x1e9))/0xb)+parseInt(_0xfbf448(0x186))/0xc;if(_0x6637cc===_0x1d4a8e)break;else _0x3e945e['push'](_0x3e945e['shift']());}catch(_0x4dde10){_0x3e945e['push'](_0x3e945e['shift']());}}}(a30_0x2c51,0x2fc8e));const fs=require('fs'),helper=require(a30_0x502da9(0x167)),yaml=require('js-yaml'),yargs=require(a30_0x502da9(0x196)),logger=require(a30_0x502da9(0x1ce))[a30_0x502da9(0x183)],configFileTemplate=__dirname+a30_0x502da9(0x1f2),configFileTemplatePW=__dirname+a30_0x502da9(0x176),configFile=process[a30_0x502da9(0x18c)]()+a30_0x502da9(0x189),packageFile=process['cwd']()+a30_0x502da9(0x18f),frameworks=[a30_0x502da9(0x1a8),a30_0x502da9(0x16f),a30_0x502da9(0x1dc),a30_0x502da9(0x1a7),'nightwatch',a30_0x502da9(0x1be),'playwright'];let config;logger[a30_0x502da9(0x1d7)](a30_0x502da9(0x1ae)),createConfigurationFile(yargs[a30_0x502da9(0x1e1)][a30_0x502da9(0x18b)],yargs[a30_0x502da9(0x1e1)]['key'],yargs[a30_0x502da9(0x1e1)][a30_0x502da9(0x1b1)]);try{sdkSetup();}catch(a30_0x520ea5){logger[a30_0x502da9(0x19b)](a30_0x502da9(0x1ac)+a30_0x520ea5);}addScriptInPackageJson();function createConfigurationFile(_0x345b6b,_0xf5bb9e,_0x12c4f2=![]){const _0x1391b1=a30_0x502da9,_0x2f72ac={'Qcqqe':function(_0x5be100){return _0x5be100();},'uCbza':_0x1391b1(0x164),'KGaKN':_0x1391b1(0x1de),'uuIMG':function(_0xce1e91,_0x546b91,_0x155963){return _0xce1e91(_0x546b91,_0x155963);},'eScne':function(_0x4c1839,_0x144c03){return _0x4c1839===_0x144c03;},'IjofZ':_0x1391b1(0x1f5),'XjIPb':_0x1391b1(0x1c2),'sVjOh':_0x1391b1(0x1f7),'FsGji':_0x1391b1(0x1d9),'rpNUd':function(_0x17a1a7,_0x31e15c){return _0x17a1a7===_0x31e15c;},'MpxXh':_0x1391b1(0x177),'RYZNk':_0x1391b1(0x15d),'AUloe':function(_0x214325,_0x51e2f3){return _0x214325===_0x51e2f3;},'cNrHa':'bGRaf','ISexm':_0x1391b1(0x1a9),'IAsFi':_0x1391b1(0x1da),'kzPbW':_0x1391b1(0x17f),'DaTrG':_0x1391b1(0x16b),'JFPqs':function(_0x15e8bd,_0x4a3163){return _0x15e8bd!==_0x4a3163;},'ZiqmM':'WqsrB'};try{if(_0x2f72ac[_0x1391b1(0x1a6)](_0x2f72ac['MpxXh'],_0x2f72ac['MpxXh'])){let _0x476750=fs[_0x1391b1(0x201)](_0x12c4f2?configFileTemplatePW:configFileTemplate,_0x2f72ac['RYZNk']);_0x345b6b&&(_0x2f72ac['AUloe'](_0x2f72ac[_0x1391b1(0x1ab)],_0x2f72ac[_0x1391b1(0x174)])?_0x2f72ac[_0x1391b1(0x173)](_0x24539e):_0x476750=_0x476750[_0x1391b1(0x1b4)](_0x2f72ac[_0x1391b1(0x19e)],_0x345b6b)),_0xf5bb9e&&(_0x2f72ac[_0x1391b1(0x1a6)](_0x2f72ac['IAsFi'],_0x2f72ac[_0x1391b1(0x198)])?_0x4ab7c8[_0x5eb3b7][0x1][_0x1391b1(0x1f0)](_0x39cbb3)&&!_0x5cfbae[_0x428d7a][0x1][_0x1391b1(0x1f0)](_0x2f72ac[_0x1391b1(0x1ed)])&&_0x5871b1[_0x1391b1(0x1f3)](_0xdac635[_0x5217c4][0x0]):_0x476750=_0x476750[_0x1391b1(0x1b4)](_0x2f72ac[_0x1391b1(0x1e6)],_0xf5bb9e)),config=yaml[_0x1391b1(0x1b8)](_0x476750),fs[_0x1391b1(0x1a2)](configFile,_0x476750,_0x3691dd=>{const _0x3d0990=_0x1391b1,_0x4f0fa7={'rpXIq':function(_0x2c487b,_0x28b493,_0xfda0c3){return _0x2f72ac['uuIMG'](_0x2c487b,_0x28b493,_0xfda0c3);}};_0x2f72ac[_0x3d0990(0x1ee)](_0x2f72ac[_0x3d0990(0x1c0)],_0x2f72ac['XjIPb'])?_0x414589['push'](_0x4f0fa7[_0x3d0990(0x18d)](_0x984b74,_0x4e2f71[_0x3d0990(0x1a4)],_0x1acf93[_0xca3a3d])):_0x3691dd&&(_0x2f72ac[_0x3d0990(0x1ee)](_0x2f72ac[_0x3d0990(0x197)],_0x2f72ac[_0x3d0990(0x160)])?_0x48f486=_0x523227[_0x3d0990(0x1b4)](_0x2f72ac[_0x3d0990(0x19e)],_0x5e2f5d):logger[_0x3d0990(0x1bc)](_0x3691dd));});}else return;}catch(_0x3bb76f){_0x2f72ac[_0x1391b1(0x1e3)](_0x2f72ac[_0x1391b1(0x188)],_0x2f72ac[_0x1391b1(0x188)])?_0x5246a2&&_0x33e8fd[_0x1391b1(0x1bc)](_0x1e20d1):logger[_0x1391b1(0x1bc)](_0x3bb76f);}}function addPostInstallScript(_0x19af26,_0x35852d){const _0x35c671=a30_0x502da9,_0x2cba12={};_0x2cba12[_0x35c671(0x1cd)]=_0x35c671(0x1c1),_0x2cba12[_0x35c671(0x1c5)]='postinstall',_0x2cba12['NGLyc']=_0x35c671(0x16a),_0x2cba12[_0x35c671(0x1ad)]=function(_0x1e0008,_0xaf589c){return _0x1e0008===_0xaf589c;},_0x2cba12[_0x35c671(0x1f1)]='Pqmkb',_0x2cba12[_0x35c671(0x170)]=_0x35c671(0x1b3),_0x2cba12[_0x35c671(0x1fb)]=function(_0x1ebd41,_0x5f4a7e){return _0x1ebd41!==_0x5f4a7e;},_0x2cba12[_0x35c671(0x169)]=_0x35c671(0x1d4),_0x2cba12[_0x35c671(0x179)]=function(_0x19390e,_0x428192){return _0x19390e===_0x428192;},_0x2cba12[_0x35c671(0x204)]=_0x35c671(0x16c),_0x2cba12[_0x35c671(0x15e)]='HTiYi',_0x2cba12[_0x35c671(0x1e7)]=_0x35c671(0x1c4);const _0x3de51d=_0x2cba12;let _0x33971=_0x19af26[_0x3de51d[_0x35c671(0x1c5)]];if(_0x33971&&_0x33971[_0x35c671(0x1f0)](_0x3de51d[_0x35c671(0x165)])){if(_0x3de51d['MqJOY'](_0x3de51d['DpOdn'],_0x3de51d[_0x35c671(0x170)]))_0x9254ab[_0x35c671(0x1bc)](_0x5aa012);else return;}if(!_0x33971)_0x3de51d[_0x35c671(0x1fb)](_0x3de51d['nIfME'],_0x3de51d[_0x35c671(0x169)])?(_0x37fc9a[_0x35c671(0x1d7)](_0x3de51d['zutXD']),_0x40a0d3[_0x35c671(0x1a4)]=_0x32ce28,_0x3e0860[_0x35c671(0x1a2)](_0x49bfa5,_0x2036de['stringify'](_0x17ff17,null,0x2),_0x6a2d78=>{const _0x52cf6b=_0x35c671;_0x6a2d78&&_0x8ab303[_0x52cf6b(0x1bc)](_0x6a2d78);})):_0x33971=_0x3de51d['NGLyc'];else{if(_0x3de51d['uWAou'](_0x3de51d[_0x35c671(0x204)],_0x3de51d[_0x35c671(0x15e)]))return;else _0x33971+=_0x3de51d[_0x35c671(0x1e7)];}_0x35852d['push']([_0x3de51d[_0x35c671(0x1c5)],_0x33971]);}function addScriptInPackageJson(){const _0x3ede01=a30_0x502da9,_0x27f4b6={'Luflk':_0x3ede01(0x1c4),'fLRIu':_0x3ede01(0x16b),'TaIZF':_0x3ede01(0x1ea),'JKtJC':_0x3ede01(0x16d),'jzrYb':function(_0x59fd6c,_0xc66113){return _0x59fd6c!==_0xc66113;},'PoMwN':_0x3ede01(0x1ca),'qGiPZ':_0x3ede01(0x181),'sqDbS':_0x3ede01(0x1db),'Bivac':_0x3ede01(0x15d),'lyYxr':function(_0x15341b,_0xdbc9bd){return _0x15341b<_0xdbc9bd;},'PPEgb':function(_0x1eed86,_0x539a6d){return _0x1eed86!==_0x539a6d;},'lckxM':_0x3ede01(0x1bb),'iFHNC':'Amtrb','xmJoN':function(_0x291850,_0x594877,_0x248de7){return _0x291850(_0x594877,_0x248de7);},'mcvxR':function(_0x3b1e7e,_0x3df3d6){return _0x3b1e7e===_0x3df3d6;},'BdjOp':_0x3ede01(0x19f),'zdrvf':_0x3ede01(0x193),'QqiEe':function(_0x221d76,_0x45a094,_0x4365ee){return _0x221d76(_0x45a094,_0x4365ee);},'wuAPF':function(_0x5e2391,_0x453e00){return _0x5e2391<_0x453e00;},'UxUEK':_0x3ede01(0x1e0),'QszEb':_0x3ede01(0x1f8),'aMrSg':function(_0x1243ac,_0x2082fc){return _0x1243ac!==_0x2082fc;},'gRAPh':_0x3ede01(0x1b0),'KTCaD':_0x3ede01(0x161),'hWGXa':_0x3ede01(0x1c1)};let _0x125ad0=JSON[_0x3ede01(0x1d5)](fs[_0x3ede01(0x201)](packageFile,_0x27f4b6['Bivac'])),_0x50bf08=[];for(let _0x1a5251=0x0;_0x27f4b6[_0x3ede01(0x200)](_0x1a5251,frameworks[_0x3ede01(0x17b)]);_0x1a5251+=0x1){if(_0x27f4b6[_0x3ede01(0x1c7)](_0x27f4b6['lckxM'],_0x27f4b6['iFHNC'])){let _0x31d282=_0x27f4b6[_0x3ede01(0x1ef)](findScriptsWithFramework,_0x125ad0[_0x3ede01(0x1a4)],frameworks[_0x1a5251]);for(let _0x153ccd=0x0;_0x27f4b6['lyYxr'](_0x153ccd,_0x31d282[_0x3ede01(0x17b)]);_0x153ccd+=0x1){_0x27f4b6[_0x3ede01(0x1e4)](_0x27f4b6[_0x3ede01(0x195)],_0x27f4b6[_0x3ede01(0x1c8)])?_0x1242f6+=_0x27f4b6[_0x3ede01(0x1b2)]:_0x50bf08[_0x3ede01(0x1f3)](_0x27f4b6[_0x3ede01(0x1ef)](getUpdatedCommand,_0x125ad0[_0x3ede01(0x1a4)],_0x31d282[_0x153ccd]));}_0x27f4b6[_0x3ede01(0x1b6)](addPostInstallScript,_0x125ad0[_0x3ede01(0x1a4)],_0x50bf08);}else _0x46a6ae=_0x585dfc[_0x3ede01(0x1b4)](_0x27f4b6['fLRIu'],_0x23d44b);}const _0xecad1c={..._0x125ad0[_0x3ede01(0x1a4)]},_0xef2b53=_0xecad1c;for(let _0x35ce1d=0x0;_0x27f4b6[_0x3ede01(0x1ba)](_0x35ce1d,_0x50bf08[_0x3ede01(0x17b)]);_0x35ce1d+=0x1){_0x27f4b6[_0x3ede01(0x1e4)](_0x27f4b6[_0x3ede01(0x1e2)],_0x27f4b6['QszEb'])?_0x1ad228[_0x3ede01(0x1f3)](_0x38b8cb[_0x14f693][0x0]):_0xef2b53[_0x50bf08[_0x35ce1d][0x0]]=_0x50bf08[_0x35ce1d][0x1];}_0x27f4b6['aMrSg'](JSON['stringify'](_0x125ad0['scripts']),JSON[_0x3ede01(0x1b9)](_0xef2b53))&&(_0x27f4b6[_0x3ede01(0x1c7)](_0x27f4b6[_0x3ede01(0x17c)],_0x27f4b6[_0x3ede01(0x1f4)])?(logger[_0x3ede01(0x1d7)](_0x27f4b6[_0x3ede01(0x1bf)]),_0x125ad0[_0x3ede01(0x1a4)]=_0xef2b53,fs[_0x3ede01(0x1a2)](packageFile,JSON['stringify'](_0x125ad0,null,0x2),_0x386a78=>{const _0x5a3295=_0x3ede01;if(_0x27f4b6[_0x5a3295(0x184)](_0x27f4b6[_0x5a3295(0x1d8)],_0x27f4b6[_0x5a3295(0x1d8)])){if(_0x4c65c1['isUndefined'](_0x358473))return;_0x194c02[_0x5a3295(0x1cc)]=_0x27f4b6[_0x5a3295(0x18e)];try{_0x187947['fireFunnelTestEvent'](_0x27f4b6[_0x5a3295(0x1df)],{},_0x119a79,'');}catch(_0x26a573){_0x16aeb6[_0x5a3295(0x19b)](_0x5a3295(0x1ac)+_0x26a573);}}else _0x386a78&&(_0x27f4b6[_0x5a3295(0x184)](_0x27f4b6[_0x5a3295(0x1b7)],_0x27f4b6['sqDbS'])?logger['error'](_0x386a78):_0x2545a3[_0x5a3295(0x19b)](_0x5a3295(0x1ac)+_0x4a2bff));})):_0x27c1a4[_0x51ec0b[_0x4f5481][0x0]]=_0x5a35c9[_0xf55679][0x1]);};function findScriptsWithFramework(_0x542b4e,_0x15dd3e){const _0x17f389=a30_0x502da9,_0xbd1930={};_0xbd1930[_0x17f389(0x163)]=_0x17f389(0x16a),_0xbd1930['DODae']=function(_0x9db323,_0x1f67aa){return _0x9db323<_0x1f67aa;},_0xbd1930[_0x17f389(0x1d3)]=function(_0x32e83a,_0x52da0d){return _0x32e83a===_0x52da0d;},_0xbd1930[_0x17f389(0x16e)]='novrd',_0xbd1930['uumsx']='browserstack-node-sdk',_0xbd1930['rqnky']=function(_0x3371bd,_0x29f567){return _0x3371bd===_0x29f567;},_0xbd1930['uuMFo']=_0x17f389(0x19d),_0xbd1930[_0x17f389(0x180)]=_0x17f389(0x1aa);const _0x134764=_0xbd1930;let _0x3d85ca=[],_0xdf0aa1=Object[_0x17f389(0x1e8)](_0x542b4e);for(let _0x4fdaad=0x0;_0x134764[_0x17f389(0x1fe)](_0x4fdaad,_0xdf0aa1[_0x17f389(0x17b)]);_0x4fdaad+=0x1){_0x134764[_0x17f389(0x1d3)](_0x134764[_0x17f389(0x16e)],_0x134764[_0x17f389(0x16e)])?_0xdf0aa1[_0x4fdaad][0x1][_0x17f389(0x1f0)](_0x15dd3e)&&!_0xdf0aa1[_0x4fdaad][0x1]['includes'](_0x134764[_0x17f389(0x1f9)])&&(_0x134764['rqnky'](_0x134764['uuMFo'],_0x134764[_0x17f389(0x180)])?_0x5aae86=_0x134764['DjwJs']:_0x3d85ca[_0x17f389(0x1f3)](_0xdf0aa1[_0x4fdaad][0x0])):_0x36204a&&_0x5a561f[_0x17f389(0x1bc)](_0x5c9d5b);}return _0x3d85ca;}function a30_0x2c51(){const _0xe4e04=['JYlbj','nhdMI','source','zutXD','../helpers/logger','240zAoDlj','indexOf','splice','6OCKdQa','VgalR','YHrnE','parse','UttOZ','info','PoMwN','RaFhc','PZxgS','pdYox','cucumber-js','Hahll','YOUR_USERNAME','JKtJC','OcTgl','argv','UxUEK','JFPqs','mcvxR','Zeucd','DaTrG','MtstU','entries','3026837NQTAcP','node-setup','YgJxH','browserstack-node-sdk\x20','uCbza','eScne','xmJoN','includes','DpOdn','/../../browserstack.yml.sample','push','KTCaD','WFPdb','10bPqBSg','zpdzU','SVjGu','uumsx','utQWW','mTtUF','PzzAx','uwMCg','DODae','kuOvD','lyYxr','readFileSync','rpYjA','2faMhBU','uaVzD','20573NrNIjX','utf8','ypfMa','PuuTs','FsGji','ULbqW','wsubQ','DjwJs','browserstack-node-sdk','NGLyc','NmJvW','../helpers/helper','UyoSB','nIfME','npm\x20update\x20browserstack-node-sdk','YOUR_ACCESS_KEY','POHHY','SDKSetup','AxljD','jest','Vlfrl','ejRbl','fireFunnelTestEvent','Qcqqe','ISexm','205539NHAALp','/../../browserstack.pw.yml.sample','GQZAh','mpAjw','uWAou','OXsAm','length','gRAPh','isUndefined','gJxtY','YxupH','NHgom','mtKga','hlEVH','winstonLogger','jzrYb','TqfOY','3154776pGprcB','czWuq','ZiqmM','/browserstack.yml','HlbQi','username','cwd','rpXIq','TaIZF','/package.json','NDmae','irkip','679015LgpPDS','xwndI','THEbh','BdjOp','yargs','sVjOh','kzPbW','AWmNV','330764VfXeph','debug','jzlCl','JCfUj','KGaKN','UQSMr','jqYln','12HDTecQ','writeFileSync','FhmSB','scripts','2382723YgdQWU','rpNUd','node','mocha','DgATC','XEmkW','cNrHa','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','MqJOY','Creating\x20configuration\x20file...','iIiAk','eYuRd','playwright','Luflk','LYFal','replace','split','QqiEe','qGiPZ','load','stringify','wuAPF','JjYEh','error','hXwTa','codeceptjs','hWGXa','IjofZ','Adding\x20new\x20script(s)\x20in\x20package.json...','kiIcl','-browserstack','\x20&&\x20npm\x20update\x20browserstack-node-sdk','qShxh','qzJis','PPEgb','zdrvf','Setup\x20completed'];a30_0x2c51=function(){return _0xe4e04;};return a30_0x2c51();}function getUpdatedCommand(_0x4dbb87,_0x1b7a34){const _0x4b8d0a=a30_0x502da9,_0x29a0ed={'czWuq':'postinstall','iIiAk':_0x4b8d0a(0x16a),'TqfOY':_0x4b8d0a(0x1c4),'FOatg':'SDKSetup','qzJis':function(_0x1c4bcf,_0x2b9f8a,_0x41c481){return _0x1c4bcf(_0x2b9f8a,_0x41c481);},'FhmSB':function(_0x518faf,_0x46801c){return _0x518faf<_0x46801c;},'wsubQ':function(_0x171335,_0x383a39,_0x337f1a){return _0x171335(_0x383a39,_0x337f1a);},'PzzAx':function(_0x7ea064,_0xd74070){return _0x7ea064===_0xd74070;},'Zeucd':_0x4b8d0a(0x18a),'hXwTa':_0x4b8d0a(0x1ff),'NDmae':function(_0x21b58c,_0x51e220){return _0x21b58c!==_0x51e220;},'utQWW':function(_0x33a1b5,_0x504390){return _0x33a1b5===_0x504390;},'ejRbl':_0x4b8d0a(0x17e),'UyoSB':'HZZvY','AGCre':_0x4b8d0a(0x164),'jzlCl':function(_0x569746,_0x371a8d){return _0x569746==_0x371a8d;},'uwMCg':_0x4b8d0a(0x17a)};let _0x1c8b5d=_0x1b7a34+_0x4b8d0a(0x1c3);const _0x4dd91d=_0x4dbb87[_0x1b7a34],_0x1eddf0=_0x4dd91d[_0x4b8d0a(0x1b5)]('\x20');for(const _0x5f1d2e of frameworks){if(_0x29a0ed[_0x4b8d0a(0x1fc)](_0x29a0ed[_0x4b8d0a(0x1e5)],_0x29a0ed[_0x4b8d0a(0x1bd)])){let _0x3e0bfa=_0x52d549[_0x29a0ed[_0x4b8d0a(0x187)]];if(_0x3e0bfa&&_0x3e0bfa[_0x4b8d0a(0x1f0)](_0x29a0ed[_0x4b8d0a(0x1af)]))return;!_0x3e0bfa?_0x3e0bfa=_0x29a0ed[_0x4b8d0a(0x1af)]:_0x3e0bfa+=_0x29a0ed[_0x4b8d0a(0x185)],_0x44afc9[_0x4b8d0a(0x1f3)]([_0x29a0ed[_0x4b8d0a(0x187)],_0x3e0bfa]);}else{if(_0x29a0ed[_0x4b8d0a(0x190)](_0x1eddf0['indexOf'](_0x5f1d2e),-0x1)){if(_0x29a0ed[_0x4b8d0a(0x1fa)](_0x29a0ed[_0x4b8d0a(0x171)],_0x29a0ed[_0x4b8d0a(0x168)]))_0x2fdb7c[_0x4b8d0a(0x172)](_0x29a0ed['FOatg'],{},_0x1bc8bb,'');else{_0x1eddf0[_0x4b8d0a(0x1d1)](_0x1eddf0[_0x4b8d0a(0x1d0)](_0x5f1d2e),0x0,_0x29a0ed['AGCre']);break;}}}}let _0x39997e=_0x1eddf0['join']('\x20');if(_0x29a0ed[_0x4b8d0a(0x19c)](_0x39997e,_0x4dd91d)){if(_0x29a0ed['NDmae'](_0x29a0ed[_0x4b8d0a(0x1fd)],_0x29a0ed[_0x4b8d0a(0x1fd)])){let _0x42e863=_0x29a0ed[_0x4b8d0a(0x1c6)](_0x331549,_0x1363e2['scripts'],_0x379570[_0x38884f]);for(let _0x435882=0x0;_0x29a0ed[_0x4b8d0a(0x1a3)](_0x435882,_0x42e863[_0x4b8d0a(0x17b)]);_0x435882+=0x1){_0x51ce97[_0x4b8d0a(0x1f3)](_0x29a0ed[_0x4b8d0a(0x1c6)](_0x27e530,_0x55f4da[_0x4b8d0a(0x1a4)],_0x42e863[_0x435882]));}_0x29a0ed[_0x4b8d0a(0x162)](_0x20c881,_0x1a28e9[_0x4b8d0a(0x1a4)],_0x2f6e8f);}else _0x39997e='browserstack-node-sdk\x20'+_0x4dd91d;}return[_0x1c8b5d,_0x39997e];}function a30_0x5186(_0x14619c,_0x4c8232){const _0x2c513d=a30_0x2c51();return a30_0x5186=function(_0x5186ad,_0x10d3f6){_0x5186ad=_0x5186ad-0x15d;let _0x782825=_0x2c513d[_0x5186ad];return _0x782825;},a30_0x5186(_0x14619c,_0x4c8232);}function sdkSetup(){const _0x38f821=a30_0x502da9,_0x2bfb8c={};_0x2bfb8c[_0x38f821(0x1eb)]=function(_0x4e2de5,_0x13fbb6){return _0x4e2de5<_0x13fbb6;},_0x2bfb8c[_0x38f821(0x1cb)]=_0x38f821(0x164),_0x2bfb8c[_0x38f821(0x182)]=function(_0x425512,_0x2ca25c){return _0x425512!==_0x2ca25c;},_0x2bfb8c[_0x38f821(0x202)]=_0x38f821(0x1a0),_0x2bfb8c['AWmNV']=_0x38f821(0x178),_0x2bfb8c[_0x38f821(0x1d6)]=_0x38f821(0x1ea),_0x2bfb8c[_0x38f821(0x1dd)]=_0x38f821(0x166),_0x2bfb8c['klcZj']='SDKSetup',_0x2bfb8c[_0x38f821(0x191)]=function(_0x24dc22,_0x4cfc0c){return _0x24dc22===_0x4cfc0c;},_0x2bfb8c[_0x38f821(0x194)]=_0x38f821(0x15f);const _0x11c4f5=_0x2bfb8c;if(helper[_0x38f821(0x17d)](config)){if(_0x11c4f5['hlEVH'](_0x11c4f5['rpYjA'],_0x11c4f5[_0x38f821(0x199)]))return;else _0x7fad5d=_0x38f821(0x1ec)+_0x52fb60;}config[_0x38f821(0x1cc)]=_0x11c4f5['UttOZ'];try{if(_0x11c4f5['hlEVH'](_0x11c4f5[_0x38f821(0x1dd)],_0x11c4f5[_0x38f821(0x1dd)])){let _0x226cf0=[],_0x2415f2=_0x3995ac[_0x38f821(0x1e8)](_0x299a7b);for(let _0x31cba8=0x0;_0x11c4f5[_0x38f821(0x1eb)](_0x31cba8,_0x2415f2[_0x38f821(0x17b)]);_0x31cba8+=0x1){_0x2415f2[_0x31cba8][0x1][_0x38f821(0x1f0)](_0x5eba79)&&!_0x2415f2[_0x31cba8][0x1][_0x38f821(0x1f0)](_0x11c4f5[_0x38f821(0x1cb)])&&_0x226cf0[_0x38f821(0x1f3)](_0x2415f2[_0x31cba8][0x0]);}return _0x226cf0;}else helper[_0x38f821(0x172)](_0x11c4f5['klcZj'],{},config,'');}catch(_0x5ca8be){_0x11c4f5[_0x38f821(0x191)](_0x11c4f5['THEbh'],_0x11c4f5[_0x38f821(0x194)])?logger[_0x38f821(0x19b)](_0x38f821(0x1ac)+_0x5ca8be):_0x12aea5[_0x38f821(0x1bc)](_0x342ebe);}}logger[a30_0x502da9(0x1d7)](a30_0x502da9(0x1c9));
|