browserstack-node-sdk 1.24.2 → 1.25.0
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/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/templates/hub-deployment.yaml +3 -1
- package/ats/src/templates/metrics-server/api-service.yaml +16 -0
- package/ats/src/templates/metrics-server/cluster-role-aggregated-reader.yaml +20 -0
- package/ats/src/templates/metrics-server/cluster-role-binding-auth-delegator.yaml +15 -0
- package/ats/src/templates/metrics-server/cluster-role-binding.yaml +15 -0
- package/ats/src/templates/metrics-server/cluster-role.yaml +23 -0
- package/ats/src/templates/metrics-server/deployment.yaml +68 -0
- package/ats/src/templates/metrics-server/role-binding.yaml +16 -0
- package/ats/src/templates/metrics-server/service-account.yaml +7 -0
- package/ats/src/templates/metrics-server/service.yaml +16 -0
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/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/constants.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/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/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/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
|
-
function a3_0x4c00(_0x22f4c8,_0x11fe85){const _0x197400=a3_0x1974();return a3_0x4c00=function(_0x4c00ce,_0xa9b40d){_0x4c00ce=_0x4c00ce-0x187;let _0x276e77=_0x197400[_0x4c00ce];return _0x276e77;},a3_0x4c00(_0x22f4c8,_0x11fe85);}const a3_0x261b71=a3_0x4c00;(function(_0x35d216,_0x4ddc28){const _0x5ee134=a3_0x4c00,_0x5f2abc=_0x35d216();while(!![]){try{const _0x552eda=parseInt(_0x5ee134(0x20c))/0x1+-parseInt(_0x5ee134(0x1e6))/0x2*(parseInt(_0x5ee134(0x1d2))/0x3)+-parseInt(_0x5ee134(0x1cd))/0x4+-parseInt(_0x5ee134(0x1da))/0x5+-parseInt(_0x5ee134(0x1fe))/0x6+parseInt(_0x5ee134(0x199))/0x7+-parseInt(_0x5ee134(0x1f6))/0x8*(-parseInt(_0x5ee134(0x21c))/0x9);if(_0x552eda===_0x4ddc28)break;else _0x5f2abc['push'](_0x5f2abc['shift']());}catch(_0x1b7c88){_0x5f2abc['push'](_0x5f2abc['shift']());}}}(a3_0x1974,0x29102));const {requireModule,getPlatformName,nestedKeyValue}=require(a3_0x261b71(0x19d)),{Formatter,formatterHelpers,Status}=requireModule('@cucumber/cucumber');class BrowserstackFormatter extends Formatter{constructor(_0x6343b4){const _0x368b2e=a3_0x261b71,_0x18fc3c={'TUKEp':function(_0x252f3f,_0x47f7be){return _0x252f3f+_0x47f7be;},'EugAM':function(_0x467ce3,_0x560d0e){return _0x467ce3+_0x560d0e;},'zophS':_0x368b2e(0x18b),'xDzpT':_0x368b2e(0x1dc),'xRMBP':function(_0x30d342,_0x198fba){return _0x30d342==_0x198fba;},'vPDsb':_0x368b2e(0x1c5),'BRZAd':function(_0x38a3f9,_0x162440,_0x343048){return _0x38a3f9(_0x162440,_0x343048);},'pvKWw':_0x368b2e(0x1f2),'zDjlH':_0x368b2e(0x1c9),'hgIAN':function(_0x32d732,_0x182598){return _0x32d732+_0x182598;},'kQMMW':function(_0x17006d,_0x276f4a){return _0x17006d+_0x276f4a;},'swexZ':function(_0x528e2f,_0x2fd656){return _0x528e2f!=_0x2fd656;},'ktEVn':_0x368b2e(0x1b7),'VNmmy':function(_0x3ad518,_0x11a0d5){return _0x3ad518+_0x11a0d5;},'ylYLs':function(_0x10e122,_0x435478){return _0x10e122+_0x435478;},'vAjyi':function(_0x5f4adc,_0x7ba4a){return _0x5f4adc==_0x7ba4a;},'FYXFD':function(_0xa33cb5,_0x1344f5){return _0xa33cb5+_0x1344f5;},'FqEXR':function(_0xcb7338,_0x2ec564){return _0xcb7338!==_0x2ec564;},'juFCl':_0x368b2e(0x214),'ohUyY':function(_0x3b5398,_0x3d6cd8){return _0x3b5398===_0x3d6cd8;},'LiUTi':_0x368b2e(0x1fb),'syWsM':_0x368b2e(0x1ba),'jGRfF':function(_0x2c2637,_0x139d60){return _0x2c2637===_0x139d60;},'XJgnT':_0x368b2e(0x1fa),'pZwJj':function(_0x29b09b,_0x53fe79){return _0x29b09b!==_0x53fe79;},'tFQCG':_0x368b2e(0x1de),'VoBGv':_0x368b2e(0x1d0),'XQUrY':function(_0x242fa2,_0x4c4e3c){return _0x242fa2===_0x4c4e3c;},'PxISN':'ZUVkV','RYiut':'MOuNe','dLhHl':'hgzSn','ZkaUe':function(_0x2912a0,_0xf62303){return _0x2912a0(_0xf62303);},'zwekE':function(_0x4d6b9b,_0x26437a){return _0x4d6b9b+_0x26437a;},'KRYOl':function(_0x16d6bb,_0x5cf70e){return _0x16d6bb===_0x5cf70e;},'sAcDQ':_0x368b2e(0x221),'iNizf':'bSbWM','hIglk':'KBXoL','nzPMO':'sLtsP','LmdAE':'envelope'};super(_0x6343b4),_0x6343b4[_0x368b2e(0x219)]['on'](_0x18fc3c[_0x368b2e(0x20e)],_0x1af58a=>{const _0x52b791=_0x368b2e,_0x1f3067={'cHUQC':function(_0x193cb8,_0x3428ba){const _0x56d478=a3_0x4c00;return _0x18fc3c[_0x56d478(0x201)](_0x193cb8,_0x3428ba);},'SrdvN':_0x18fc3c[_0x52b791(0x194)],'ZAwwT':function(_0x4e5908,_0x5a44d1,_0x191694){const _0xa3cb92=_0x52b791;return _0x18fc3c[_0xa3cb92(0x1a3)](_0x4e5908,_0x5a44d1,_0x191694);},'Vqnew':_0x18fc3c[_0x52b791(0x188)],'kYnww':_0x18fc3c[_0x52b791(0x1a7)],'zUPJK':function(_0x541852,_0x13a2d6){return _0x18fc3c['TUKEp'](_0x541852,_0x13a2d6);},'kAqGa':function(_0x7748e7,_0x2ef745){return _0x18fc3c['EugAM'](_0x7748e7,_0x2ef745);},'oyMhy':_0x18fc3c['xDzpT']};if(_0x18fc3c[_0x52b791(0x18e)](_0x18fc3c[_0x52b791(0x1b8)],_0x18fc3c['syWsM'])){if(_0x1f3067[_0x52b791(0x20a)](_0x191e08[_0x52b791(0x1e3)],_0x1a9cea))return![];if(_0xa3dd1b[_0x52b791(0x1cf)]&&_0x1e74f1['actionLocation'][_0x52b791(0x21d)]['includes'](_0x1f3067[_0x52b791(0x1aa)]))return!![];return![];}else{if(_0x1af58a[_0x52b791(0x1ef)]){if(_0x18fc3c[_0x52b791(0x1a8)](_0x18fc3c[_0x52b791(0x225)],_0x18fc3c['XJgnT']))testSuites+=0x1;else{_0x145d36=!![];const _0x4044b7=_0x1f3067[_0x52b791(0x193)](_0x3c2aba,_0x1cabbb,[_0x1f3067['Vqnew'],_0x1f3067[_0x52b791(0x19e)]]);_0x4044b7&&(_0x1b4728[_0x1f3067[_0x52b791(0x207)](_0x1f3067['kAqGa'](_0x43e640['gherkinDocument'][_0x52b791(0x222)][_0x52b791(0x1bb)],_0x1f3067[_0x52b791(0x1e0)]),_0x55e7aa[_0x52b791(0x1fd)][_0x52b791(0x1bb)])]=_0x4044b7,this[_0x52b791(0x1b3)](_0x1f3067[_0x52b791(0x207)](_0x4044b7,'\x0a')));}}else{if(_0x1af58a[_0x52b791(0x1ed)]){if(_0x18fc3c['pZwJj'](_0x18fc3c[_0x52b791(0x191)],_0x18fc3c[_0x52b791(0x1ae)])){let _0x4f4c8d;if(_0x18fc3c[_0x52b791(0x220)](process[_0x52b791(0x1d3)][_0x52b791(0x1f0)],undefined)){if(_0x18fc3c[_0x52b791(0x1ea)](_0x18fc3c[_0x52b791(0x1ff)],_0x18fc3c[_0x52b791(0x1ff)])){let _0x299e9d=JSON[_0x52b791(0x21e)](process[_0x52b791(0x1d3)]['CONFIG']);_0x4f4c8d=_0x299e9d[_0x52b791(0x203)];}else{let _0x453feb=_0x53502d[_0x52b791(0x21e)](_0x113e44['env'][_0x52b791(0x1f0)]);_0x220ee9=_0x453feb[_0x52b791(0x203)];}}_0x18fc3c[_0x52b791(0x201)](_0x4f4c8d,undefined)&&(_0x18fc3c['jGRfF'](_0x18fc3c['RYiut'],_0x18fc3c[_0x52b791(0x1a9)])?_0x32cdd2+=0x1:(global[_0x52b791(0x21f)]=_0x18fc3c[_0x52b791(0x1bd)](getPlatformName,_0x4f4c8d),this[_0x52b791(0x1b3)](_0x18fc3c[_0x52b791(0x1f3)]('Executing\x20tests\x20for\x20'+global[_0x52b791(0x21f)],'\x0a'))));}else{_0x58dd71+=0x1,this[_0x52b791(0x1b3)](_0x18fc3c['TUKEp'](_0x18fc3c[_0x52b791(0x1ad)](_0x18fc3c['EugAM'](_0x18fc3c['EugAM'](_0x18fc3c[_0x52b791(0x1cc)](_0x18fc3c[_0x52b791(0x21a)],_0x3e9f80[_0x52b791(0x195)]),_0x41c7f6[_0x52b791(0x218)]||''),_0x18fc3c[_0x52b791(0x20b)]),_0x1b3090[_0x5290ce[_0x52b791(0x1f2)][_0x52b791(0x202)]]),'\x0a')),this[_0x52b791(0x211)](_0x2d8fd0[_0xeb7ae5['result'][_0x52b791(0x202)]]);if(_0x18fc3c[_0x52b791(0x213)](_0x347b16[_0x1f627c[_0x52b791(0x1f2)][_0x52b791(0x202)]],_0x18fc3c[_0x52b791(0x217)])){_0x3c5760=!![];const _0x1ce597=_0x18fc3c[_0x52b791(0x1a3)](_0x24c56d,_0x3075bf,[_0x18fc3c[_0x52b791(0x188)],_0x18fc3c['zDjlH']]);_0x1ce597&&(_0x544e10[_0x18fc3c[_0x52b791(0x1cc)](_0x18fc3c[_0x52b791(0x1bc)](_0x38b911['gherkinDocument'][_0x52b791(0x222)][_0x52b791(0x1bb)],_0x18fc3c[_0x52b791(0x20b)]),_0x1f8f4d[_0x52b791(0x1fd)][_0x52b791(0x1bb)])]=_0x1ce597,this[_0x52b791(0x1b3)](_0x18fc3c[_0x52b791(0x1d5)](_0x1ce597,'\x0a')));}}}else{if(_0x1af58a[_0x52b791(0x1b0)]){if(_0x18fc3c[_0x52b791(0x1b6)](_0x18fc3c[_0x52b791(0x1e7)],_0x18fc3c[_0x52b791(0x1b2)]))return!![];else this[_0x52b791(0x1fc)](_0x1af58a[_0x52b791(0x1b0)]);}else{if(_0x1af58a[_0x52b791(0x1b5)]){if(_0x18fc3c[_0x52b791(0x18e)](_0x18fc3c['hIglk'],_0x18fc3c[_0x52b791(0x1bf)])){if(_0x18fc3c[_0x52b791(0x1d9)](_0x30ce55['name'],_0x18fc3c[_0x52b791(0x20d)])&&!this[_0x52b791(0x1f7)](_0x1f0bff)){_0x59dad9+=0x1,this[_0x52b791(0x1b3)](_0x18fc3c[_0x52b791(0x1d5)](_0x18fc3c[_0x52b791(0x1bc)](_0x18fc3c[_0x52b791(0x1ad)](_0x18fc3c['VNmmy'](_0x18fc3c[_0x52b791(0x1e1)](_0x18fc3c[_0x52b791(0x21a)],_0x36a086[_0x52b791(0x195)]),_0x58c91e[_0x52b791(0x218)]||''),_0x18fc3c[_0x52b791(0x20b)]),_0x53e23a[_0x4e6171['result'][_0x52b791(0x202)]]),'\x0a')),this['incrementCounter'](_0x3d74f3[_0x274e32[_0x52b791(0x1f2)]['status']]);if(_0x18fc3c[_0x52b791(0x1c3)](_0x4b0577[_0x4ab5f8[_0x52b791(0x1f2)]['status']],_0x18fc3c[_0x52b791(0x217)])){_0x2c0a91=!![];const _0x585532=_0x18fc3c[_0x52b791(0x1a3)](_0x412e8c,_0x2ca62c,[_0x18fc3c[_0x52b791(0x188)],_0x18fc3c['zDjlH']]);_0x585532&&(_0xed7e0c[_0x18fc3c['kQMMW'](_0x18fc3c[_0x52b791(0x1d5)](_0x2fdf8d['gherkinDocument']['feature']['name'],_0x18fc3c[_0x52b791(0x20b)]),_0x37353b['pickle']['name'])]=_0x585532,this[_0x52b791(0x1b3)](_0x18fc3c[_0x52b791(0x192)](_0x585532,'\x0a')));}}}else this[_0x52b791(0x1af)](_0x1af58a['testRunFinished']);}}}}}});}[a3_0x261b71(0x1fc)](_0x253150){const _0xfae1ea=a3_0x261b71,_0x287d15={'ObowF':function(_0x436016,_0x12b6ec){return _0x436016+_0x12b6ec;},'EXwcS':function(_0x10e907,_0x42894c){return _0x10e907!==_0x42894c;},'zjdGa':function(_0x30bfe7,_0x9a8157){return _0x30bfe7(_0x9a8157);},'PhJmP':function(_0x629a89,_0x58d64c){return _0x629a89===_0x58d64c;},'uZbmx':_0xfae1ea(0x205),'TxCsh':function(_0x4d26d7,_0x2d3e7f){return _0x4d26d7!=_0x2d3e7f;},'ivUMJ':_0xfae1ea(0x1b7),'ZiBSp':_0xfae1ea(0x1e5),'iuiMg':function(_0x3fa9e1,_0x12afaa){return _0x3fa9e1+_0x12afaa;},'HNKyV':function(_0x495f43,_0x1b01d8){return _0x495f43+_0x1b01d8;},'sSTZL':function(_0x5052f7,_0x4f6433){return _0x5052f7+_0x4f6433;},'FcmOQ':_0xfae1ea(0x18b),'EXAVo':'\x20-\x20','wgsRo':function(_0x31f7d2,_0x3270a1){return _0x31f7d2==_0x3270a1;},'xIbeY':'FAILED','TxxmZ':function(_0x5d6ad7,_0x5c3837){return _0x5d6ad7!==_0x5c3837;},'QHunp':_0xfae1ea(0x1cb),'CcSZr':function(_0x229a6c,_0x57a9a4,_0x5c45f7){return _0x229a6c(_0x57a9a4,_0x5c45f7);},'tjUfY':_0xfae1ea(0x1f2),'TeQSw':_0xfae1ea(0x1c9),'UHIcV':function(_0x500808,_0x4c5d54){return _0x500808===_0x4c5d54;},'Djvnm':'AxBny','mutFk':'Ikhbm','mwfmo':function(_0x140730,_0x315da2){return _0x140730(_0x315da2);},'cZVXM':function(_0x35459a,_0x4a3d23){return _0x35459a!==_0x4a3d23;},'YqgNl':function(_0x546dd7,_0x37b8e5){return _0x546dd7!==_0x37b8e5;},'zjbfx':_0xfae1ea(0x190),'ekYEu':function(_0x2211c5,_0x41706b){return _0x2211c5+_0x41706b;},'kgRFl':function(_0x3052fc,_0x40efea){return _0x3052fc+_0x40efea;},'oCeOg':function(_0x23f9ca,_0x2b60b8){return _0x23f9ca+_0x2b60b8;},'dSXFH':function(_0x1a585b,_0xc1711e){return _0x1a585b!==_0xc1711e;},'dBiMv':_0xfae1ea(0x1c6),'tgDrI':_0xfae1ea(0x200)};if(_0x287d15[_0xfae1ea(0x1e8)](global[_0xfae1ea(0x21f)],undefined)){if(_0x287d15[_0xfae1ea(0x1c2)](_0x287d15[_0xfae1ea(0x1ee)],_0x287d15[_0xfae1ea(0x1ee)]))return![];else this['log'](_0x287d15['ekYEu'](_0x287d15[_0xfae1ea(0x212)]('\x0a',global['__platform']),'\x0a'));}const _0x1de8e2=this[_0xfae1ea(0x1c0)][_0xfae1ea(0x19b)](_0x253150[_0xfae1ea(0x1be)]);this[_0xfae1ea(0x1b3)](_0x287d15[_0xfae1ea(0x212)](_0x287d15[_0xfae1ea(0x1f4)](_0x287d15[_0xfae1ea(0x1f4)](_0x287d15[_0xfae1ea(0x216)]('\x20\x20',_0x1de8e2[_0xfae1ea(0x1b9)][_0xfae1ea(0x222)][_0xfae1ea(0x1bb)]),_0x287d15[_0xfae1ea(0x224)]),_0x1de8e2[_0xfae1ea(0x1fd)][_0xfae1ea(0x1bb)]),'\x0a'));const _0x972557={};_0x972557[_0xfae1ea(0x223)]=this[_0xfae1ea(0x223)],_0x972557[_0xfae1ea(0x1c4)]=this[_0xfae1ea(0x1c4)],_0x972557[_0xfae1ea(0x1df)]=this[_0xfae1ea(0x1df)],_0x972557['testCaseAttempt']=_0x1de8e2;const _0x455979=formatterHelpers[_0xfae1ea(0x1ec)](_0x972557);let _0x7b0203=![];_0x455979[_0xfae1ea(0x1e4)][_0xfae1ea(0x18f)](_0x47c4a9=>{const _0x5c9e56=_0xfae1ea,_0x525b48={'MTxbg':function(_0x47a04d,_0x3a8471){const _0x6a68c3=a3_0x4c00;return _0x287d15[_0x6a68c3(0x1ca)](_0x47a04d,_0x3a8471);},'gYLhh':function(_0x487647,_0x104886){const _0x5a1bf2=a3_0x4c00;return _0x287d15[_0x5a1bf2(0x210)](_0x487647,_0x104886);},'BSKuP':function(_0x439235,_0x49dcb6){return _0x287d15['ObowF'](_0x439235,_0x49dcb6);}};if(_0x287d15[_0x5c9e56(0x19f)](_0x287d15['uZbmx'],_0x287d15['uZbmx'])){if(_0x287d15[_0x5c9e56(0x1a4)](_0x47c4a9[_0x5c9e56(0x1bb)],_0x287d15[_0x5c9e56(0x18a)])&&!this[_0x5c9e56(0x1f7)](_0x47c4a9)){if(_0x287d15[_0x5c9e56(0x19f)](_0x287d15[_0x5c9e56(0x187)],_0x287d15[_0x5c9e56(0x187)])){totalTests+=0x1,this[_0x5c9e56(0x1b3)](_0x287d15[_0x5c9e56(0x212)](_0x287d15['HNKyV'](_0x287d15[_0x5c9e56(0x1ce)](_0x287d15[_0x5c9e56(0x1ce)](_0x287d15[_0x5c9e56(0x212)](_0x287d15[_0x5c9e56(0x215)],_0x47c4a9[_0x5c9e56(0x195)]),_0x47c4a9[_0x5c9e56(0x218)]||''),_0x287d15[_0x5c9e56(0x224)]),Status[_0x47c4a9[_0x5c9e56(0x1f2)][_0x5c9e56(0x202)]]),'\x0a')),this[_0x5c9e56(0x211)](Status[_0x47c4a9[_0x5c9e56(0x1f2)][_0x5c9e56(0x202)]]);if(_0x287d15[_0x5c9e56(0x20f)](Status[_0x47c4a9[_0x5c9e56(0x1f2)][_0x5c9e56(0x202)]],_0x287d15[_0x5c9e56(0x204)])){if(_0x287d15[_0x5c9e56(0x19a)](_0x287d15[_0x5c9e56(0x1c8)],_0x287d15['QHunp']))_0x1dd253+=0x1;else{_0x7b0203=!![];const _0x5236d8=_0x287d15[_0x5c9e56(0x1e2)](nestedKeyValue,_0x47c4a9,[_0x287d15[_0x5c9e56(0x1eb)],_0x287d15[_0x5c9e56(0x21b)]]);_0x5236d8&&(_0x287d15[_0x5c9e56(0x209)](_0x287d15['Djvnm'],_0x287d15[_0x5c9e56(0x1a6)])?this[_0x5c9e56(0x1b3)](_0x287d15[_0x5c9e56(0x1d1)](_0x287d15[_0x5c9e56(0x1d1)]('\x0a',_0x96a6f7['__platform']),'\x0a')):(testsErrorMessage[_0x287d15['sSTZL'](_0x287d15[_0x5c9e56(0x1ce)](_0x1de8e2['gherkinDocument']['feature'][_0x5c9e56(0x1bb)],_0x287d15['EXAVo']),_0x1de8e2[_0x5c9e56(0x1fd)][_0x5c9e56(0x1bb)])]=_0x5236d8,this[_0x5c9e56(0x1b3)](_0x287d15['ObowF'](_0x5236d8,'\x0a'))));}}}else this[_0x5c9e56(0x1fc)](_0x1d86f3[_0x5c9e56(0x1b0)]);}}else{let _0x417676;if(_0x525b48[_0x5c9e56(0x1e9)](_0x832b4d[_0x5c9e56(0x1d3)][_0x5c9e56(0x1f0)],_0x57ed69)){let _0x58ab97=_0x16e798[_0x5c9e56(0x21e)](_0x516b7f['env']['CONFIG']);_0x417676=_0x58ab97[_0x5c9e56(0x203)];}_0x525b48[_0x5c9e56(0x1e9)](_0x417676,_0x3b0ac6)&&(_0x34dd84[_0x5c9e56(0x21f)]=_0x525b48[_0x5c9e56(0x1dd)](_0x3f73a5,_0x417676),this[_0x5c9e56(0x1b3)](_0x525b48[_0x5c9e56(0x1ac)](_0x5c9e56(0x1d7)+_0x49699f[_0x5c9e56(0x21f)],'\x0a')));}}),_0x7b0203&&(_0x287d15[_0xfae1ea(0x1d4)](_0x287d15['dBiMv'],_0x287d15[_0xfae1ea(0x18c)])?testSuitesFailed+=0x1:(_0x417dc8[_0xfae1ea(0x21f)]=_0x287d15[_0xfae1ea(0x1d8)](_0x41eac2,_0x4f6c87),this[_0xfae1ea(0x1b3)](_0x287d15[_0xfae1ea(0x198)](_0xfae1ea(0x1d7)+_0x1865ac[_0xfae1ea(0x21f)],'\x0a')))),this[_0xfae1ea(0x1b3)]('\x0a');}[a3_0x261b71(0x1af)](_0x348f70){}['isBstackHook'](_0x2b2c5b){const _0x573b5c=a3_0x261b71,_0x2e5674={};_0x2e5674[_0x573b5c(0x1f8)]=function(_0x3f20d2,_0x3313c2){return _0x3f20d2+_0x3313c2;},_0x2e5674['ckitT']=function(_0x36c440,_0x255d47){return _0x36c440+_0x255d47;},_0x2e5674['rOvDv']=_0x573b5c(0x1dc),_0x2e5674[_0x573b5c(0x1c7)]=function(_0x44134c,_0x30813d){return _0x44134c!==_0x30813d;},_0x2e5674[_0x573b5c(0x197)]=function(_0x5839ef,_0x46b6a3){return _0x5839ef!==_0x46b6a3;},_0x2e5674[_0x573b5c(0x1a5)]=_0x573b5c(0x18d),_0x2e5674['PzwWs']=_0x573b5c(0x214),_0x2e5674[_0x573b5c(0x1f1)]=function(_0x460715,_0x21e232){return _0x460715===_0x21e232;},_0x2e5674[_0x573b5c(0x1b4)]=_0x573b5c(0x1db);const _0x19c7e0=_0x2e5674;if(_0x19c7e0['EtgHz'](_0x2b2c5b[_0x573b5c(0x1e3)],undefined)){if(_0x19c7e0[_0x573b5c(0x197)](_0x19c7e0[_0x573b5c(0x1a5)],_0x19c7e0[_0x573b5c(0x1a5)]))_0x11f148[_0x19c7e0[_0x573b5c(0x1f8)](_0x19c7e0[_0x573b5c(0x1b1)](_0x1da499[_0x573b5c(0x1b9)][_0x573b5c(0x222)][_0x573b5c(0x1bb)],_0x19c7e0['rOvDv']),_0x21de28[_0x573b5c(0x1fd)][_0x573b5c(0x1bb)])]=_0x362105,this[_0x573b5c(0x1b3)](_0x19c7e0[_0x573b5c(0x1f8)](_0x146c4b,'\x0a'));else return![];}if(_0x2b2c5b['actionLocation']&&_0x2b2c5b[_0x573b5c(0x1cf)][_0x573b5c(0x21d)][_0x573b5c(0x208)](_0x19c7e0[_0x573b5c(0x196)])){if(_0x19c7e0[_0x573b5c(0x1f1)](_0x19c7e0['MPutu'],_0x19c7e0['MPutu']))return!![];else this[_0x573b5c(0x1af)](_0x1861be[_0x573b5c(0x1b5)]);}return![];}[a3_0x261b71(0x211)](_0x872291){const _0x39c5cb=a3_0x261b71,_0x209b1a={};_0x209b1a['pokxA']=_0x39c5cb(0x1c5),_0x209b1a[_0x39c5cb(0x1d6)]='PASSED',_0x209b1a[_0x39c5cb(0x19c)]='SKIPPED',_0x209b1a[_0x39c5cb(0x1a0)]=_0x39c5cb(0x1f5),_0x209b1a[_0x39c5cb(0x189)]=_0x39c5cb(0x1a2),_0x209b1a[_0x39c5cb(0x1a1)]='UNKNOWN',_0x209b1a['eVXAW']=_0x39c5cb(0x1c1);const _0x5126da=_0x209b1a;switch(_0x872291){case _0x5126da[_0x39c5cb(0x206)]:testsFailed+=0x1;break;case _0x5126da[_0x39c5cb(0x1d6)]:testsPassed+=0x1;break;case _0x5126da['wRJbO']:testsSkipped+=0x1;break;case _0x5126da[_0x39c5cb(0x1a0)]:testsPending+=0x1;break;case _0x5126da[_0x39c5cb(0x189)]:testsUndefined+=0x1;break;case _0x5126da[_0x39c5cb(0x1a1)]:testsUnknown+=0x1;break;case _0x5126da[_0x39c5cb(0x1ab)]:testsAmbiguous+=0x1;break;default:break;}}}function a3_0x1974(){const _0x3aec84=['436233jruLdw','TxxmZ','getTestCaseAttempt','wRJbO','../../../helpers/helper','kYnww','PhJmP','sCncd','kIkuS','UNDEFINED','BRZAd','TxCsh','NxLtc','mutFk','zDjlH','jGRfF','dLhHl','SrdvN','eVXAW','BSKuP','TUKEp','VoBGv','logTestRunFinished','testCaseFinished','ckitT','iNizf','log','MPutu','testRunFinished','KRYOl','bstack','LiUTi','gherkinDocument','PyAWH','name','hgIAN','ZkaUe','testCaseStartedId','nzPMO','eventDataCollector','AMBIGUOUS','YqgNl','vAjyi','snippetBuilder','FAILED','UeEXE','EtgHz','QHunp','message','EXwcS','jozKZ','EugAM','460344TBHJHO','sSTZL','actionLocation','bolaL','ObowF','78ajNGGr','env','dSXFH','kQMMW','TNOKD','Executing\x20tests\x20for\x20','mwfmo','swexZ','817655rOqOlW','yZjKo','\x20-\x20','gYLhh','OotBi','supportCodeLibrary','oyMhy','ylYLs','CcSZr','sourceLocation','testSteps','uWwEk','18222DHVSLq','sAcDQ','cZVXM','MTxbg','XQUrY','tjUfY','parseTestCaseAttempt','testRunStarted','zjbfx','testCaseStarted','CONFIG','iInGW','result','zwekE','kgRFl','PENDING','2416SZFzyQ','isBstackHook','prYoh','exports','AYNWq','OXhcs','logTestCaseFinished','pickle','1089606RfHQKx','PxISN','mvEAk','FqEXR','status','capability','xIbeY','uqFVj','pokxA','zUPJK','includes','UHIcV','cHUQC','xDzpT','81501ypmdAo','ktEVn','LmdAE','wgsRo','zjdGa','incrementCounter','iuiMg','xRMBP','cucumber-js/test.setup.js','FcmOQ','oCeOg','vPDsb','text','eventBroadcaster','zophS','TeQSw','21501wQjHLr','uri','parse','__platform','pZwJj','lVsyP','feature','cwd','EXAVo','XJgnT','ZiBSp','pvKWw','AowmT','ivUMJ','\x20\x20\x20\x20','tgDrI','asJqd','ohUyY','forEach','cUhQC','tFQCG','FYXFD','ZAwwT','juFCl','keyword','PzwWs','WCRzk','HNKyV'];a3_0x1974=function(){return _0x3aec84;};return a3_0x1974();}module[a3_0x261b71(0x1f9)]=BrowserstackFormatter;
|
|
1
|
+
function a3_0x5cbc(){const _0x5f3194=['status','idXWd','yEBFY','zltnm','YeRbV','KEltI','449874tpaXWA','gkeCV','actionLocation','XoxKT','xrVEg','18BHUfbQ','jpbNH','NgKrX','SBfgh','vHExM','134408LlqvFW','jWDPl','aFHGt','2118836zheidC','OAxUy','sourceLocation','PIZwY','NmsRY','hlWne','lcVbP','kROYk','oRMEM','testRunStarted','xjsyf','eventDataCollector','oaXZY','Executing\x20tests\x20for\x20','FAILED','capability','cucumber-js/test.setup.js','getTestCaseAttempt','gZTPe','3YrGfFU','forEach','MMjUm','AuFSq','keyword','FfHCd','SLmOK','UNDEFINED','KiTdr','YqdHE','UmxIZ','478316ZxGNki','qitUv','EQVIr','lfcfc','name','OdTAn','WljxA','xIIeG','AnWsk','XSxOJ','text','GYONC','YjDIB','JdMaR','FEdqu','cKWbI','UGOYA','MCZIU','MsaCn','FvUtR','ebqvQ','logTestRunFinished','testCaseFinished','MCaAA','eTYEd','WioxY','110dKNTJn','GUWks','RkyXD','zJEVH','XlFNk','FDXWX','uri','logTestCaseFinished','bstack','../../../helpers/helper','incrementCounter','feature','testCaseStarted','cwd','aAFIL','mHtTv','GurCQ','pickle','4693710roIQYh','AUKyy','RQjKF','PYSUC','YpNeF','HCsht','pwXMk','message','PASSED','LJTnr','ShXPn','euRGI','PGttm','testRunFinished','AmMNe','log','\x20-\x20','fqGgo','parseTestCaseAttempt','KYJZk','XWArL','result','env','AkHdC','rCBOe','AfyVj','QDHwb','__platform','7sMcJlP','LArQC','NjNhq','QulRr','TVIQN','includes','\x20\x20\x20\x20','xdwtn','zotrG','isBstackHook','BOjmx','gherkinDocument','LDyUH','pbUmr','CONFIG','VXrlR','EhVni','ffaVM','vcWAu','TXWtv','FlGmG','LrtGu','sufBP','KYNJJ','DgfzI','TIAqm','eventBroadcaster','poetr','bYEOE','envelope','FqOir','6512cpLiqQ','aEUzD','jUeHY','lMDkr','UNKNOWN','1989317nJGMMf','iqcNZ','parse'];a3_0x5cbc=function(){return _0x5f3194;};return a3_0x5cbc();}const a3_0x1b4540=a3_0x4b52;(function(_0x434a71,_0x580e69){const _0x48543c=a3_0x4b52,_0xa55034=_0x434a71();while(!![]){try{const _0x406c2f=parseInt(_0x48543c(0x175))/0x1+-parseInt(_0x48543c(0x157))/0x2*(parseInt(_0x48543c(0x16a))/0x3)+parseInt(_0x48543c(0x154))/0x4+-parseInt(_0x48543c(0x1a1))/0x5+-parseInt(_0x48543c(0x14a))/0x6*(-parseInt(_0x48543c(0x1bd))/0x7)+-parseInt(_0x48543c(0x1dc))/0x8*(parseInt(_0x48543c(0x14f))/0x9)+-parseInt(_0x48543c(0x18f))/0xa*(-parseInt(_0x48543c(0x1e1))/0xb);if(_0x406c2f===_0x580e69)break;else _0xa55034['push'](_0xa55034['shift']());}catch(_0x94d38){_0xa55034['push'](_0xa55034['shift']());}}}(a3_0x5cbc,0x8cbaa));const {requireModule,getPlatformName,nestedKeyValue}=require(a3_0x1b4540(0x198)),{Formatter,formatterHelpers,Status}=requireModule('@cucumber/cucumber');class BrowserstackFormatter extends Formatter{constructor(_0x15ebaf){const _0x1abbca=a3_0x1b4540,_0x39f391={'qitUv':function(_0x18d879,_0x52eb02){return _0x18d879!==_0x52eb02;},'zotrG':function(_0x56ecc6,_0x51050e){return _0x56ecc6!==_0x51050e;},'sufBP':function(_0x3f8275,_0x3f5191){return _0x3f8275(_0x3f5191);},'LDyUH':function(_0x1b9bcd,_0x38a199){return _0x1b9bcd+_0x38a199;},'ebqvQ':function(_0x32ffbb,_0xec398f){return _0x32ffbb+_0xec398f;},'yEBFY':function(_0x4f8e4a,_0xb34268){return _0x4f8e4a+_0xb34268;},'pwXMk':function(_0x1f250f,_0x28501a){return _0x1f250f+_0x28501a;},'jUeHY':_0x1abbca(0x1c3),'MMjUm':_0x1abbca(0x1b1),'lcVbP':function(_0x266a94,_0x26b8fd){return _0x266a94==_0x26b8fd;},'mHtTv':'FAILED','PIZwY':function(_0x535222,_0xee56d4,_0x10399a){return _0x535222(_0xee56d4,_0x10399a);},'KHiGW':'result','KiTdr':_0x1abbca(0x1a8),'oRMEM':function(_0x3b577e,_0x44e4af){return _0x3b577e+_0x44e4af;},'PiXAG':function(_0x80d952,_0x3ed108){return _0x80d952!=_0x3ed108;},'EQVIr':'bstack','NjNhq':function(_0x39dcb1,_0x271a5e,_0x12dec9){return _0x39dcb1(_0x271a5e,_0x12dec9);},'FEdqu':function(_0x43029d,_0x52b92f){return _0x43029d+_0x52b92f;},'LArQC':_0x1abbca(0x1a2),'EhVni':_0x1abbca(0x188),'KRJnw':_0x1abbca(0x1a6),'YeRbV':function(_0x22c81a,_0x2537f2){return _0x22c81a===_0x2537f2;},'txSFF':_0x1abbca(0x14e),'VXrlR':'yCJDG','SLmOK':_0x1abbca(0x1ad),'pqeQh':function(_0x357c81,_0xa6aa49){return _0x357c81!==_0xa6aa49;},'AfyVj':'KrxtW','gZTPe':_0x1abbca(0x1e2),'NmsRY':_0x1abbca(0x19d),'JdMaR':function(_0x3e6cbc,_0x1a2074){return _0x3e6cbc!==_0x1a2074;},'GurCQ':_0x1abbca(0x187),'AYNDo':_0x1abbca(0x1aa),'LPuUi':_0x1abbca(0x1da)};super(_0x15ebaf),_0x15ebaf[_0x1abbca(0x1d7)]['on'](_0x39f391['LPuUi'],_0x4140f5=>{const _0x510df5=_0x1abbca,_0x3bb93b={'bsBMF':function(_0x2cfce7,_0x4a9a41){const _0x4bef04=a3_0x4b52;return _0x39f391[_0x4bef04(0x1c9)](_0x2cfce7,_0x4a9a41);},'xIIeG':function(_0x12d478,_0x3de1e6){return _0x39f391['pwXMk'](_0x12d478,_0x3de1e6);},'hlWne':function(_0x175e4c,_0x9cd75f){return _0x39f391['yEBFY'](_0x175e4c,_0x9cd75f);},'poetr':_0x39f391[_0x510df5(0x1de)],'lfcfc':_0x39f391[_0x510df5(0x16c)],'OdTAn':function(_0x49cda9,_0x96f6bd){const _0x593fa2=_0x510df5;return _0x39f391[_0x593fa2(0x15d)](_0x49cda9,_0x96f6bd);},'OAxUy':_0x39f391[_0x510df5(0x19e)],'eFXcx':function(_0x3c8c50,_0x5c887e,_0x2c6c04){const _0x2d22b4=_0x510df5;return _0x39f391[_0x2d22b4(0x15a)](_0x3c8c50,_0x5c887e,_0x2c6c04);},'eTYEd':_0x39f391['KHiGW'],'euRGI':_0x39f391[_0x510df5(0x172)],'AnWsk':function(_0x25571e,_0x2a87a2){const _0x12d105=_0x510df5;return _0x39f391[_0x12d105(0x15f)](_0x25571e,_0x2a87a2);},'jWDPl':function(_0x57cc3c,_0x1a4edb){const _0x3cfdda=_0x510df5;return _0x39f391[_0x3cfdda(0x1a7)](_0x57cc3c,_0x1a4edb);},'hniKC':function(_0x6896f5,_0x16cbdb){return _0x39f391['PiXAG'](_0x6896f5,_0x16cbdb);},'lMDkr':_0x39f391[_0x510df5(0x177)],'NeDAB':function(_0x176d8,_0x3c2de0){return _0x39f391['LDyUH'](_0x176d8,_0x3c2de0);},'FfHCd':function(_0x461215,_0x48f035){const _0x87f63f=_0x510df5;return _0x39f391[_0x87f63f(0x146)](_0x461215,_0x48f035);},'xdwtn':function(_0x3416ed,_0x345926,_0x509cca){const _0x3aaceb=_0x510df5;return _0x39f391[_0x3aaceb(0x1bf)](_0x3416ed,_0x345926,_0x509cca);},'AuFSq':function(_0x2ad287,_0x2d3b7c){const _0x227dfc=_0x510df5;return _0x39f391[_0x227dfc(0x15f)](_0x2ad287,_0x2d3b7c);},'kROYk':function(_0x22298b,_0x1a99be){const _0x40aaef=_0x510df5;return _0x39f391[_0x40aaef(0x183)](_0x22298b,_0x1a99be);},'BaWTR':function(_0x3b16fe,_0x912abc){const _0x5570f5=_0x510df5;return _0x39f391[_0x5570f5(0x189)](_0x3b16fe,_0x912abc);}};if(_0x39f391['qitUv'](_0x39f391[_0x510df5(0x1be)],_0x39f391[_0x510df5(0x1be)])){_0x14dcf5+=0x1,this[_0x510df5(0x1b0)](_0x3bb93b['bsBMF'](_0x3bb93b['xIIeG'](_0x3bb93b[_0x510df5(0x17c)](_0x3bb93b[_0x510df5(0x15c)](_0x3bb93b['bsBMF'](_0x3bb93b[_0x510df5(0x1d8)],_0xe2beec[_0x510df5(0x16e)]),_0x59c08d[_0x510df5(0x17f)]||''),_0x3bb93b['lfcfc']),_0x3692db[_0x7bbc40[_0x510df5(0x1b6)][_0x510df5(0x1e4)]]),'\x0a')),this['incrementCounter'](_0xa2b8fd[_0x58f285[_0x510df5(0x1b6)][_0x510df5(0x1e4)]]);if(_0x3bb93b['OdTAn'](_0x2aacb8[_0x1103ac[_0x510df5(0x1b6)][_0x510df5(0x1e4)]],_0x3bb93b[_0x510df5(0x158)])){_0x381091=!![];const _0x3355e6=_0x3bb93b['eFXcx'](_0x579239,_0x9680b2,[_0x3bb93b[_0x510df5(0x18d)],_0x3bb93b[_0x510df5(0x1ac)]]);_0x3355e6&&(_0x243e63[_0x3bb93b[_0x510df5(0x17c)](_0x3bb93b[_0x510df5(0x17d)](_0x49c489[_0x510df5(0x1c8)]['feature'][_0x510df5(0x179)],_0x3bb93b[_0x510df5(0x178)]),_0x7868f2[_0x510df5(0x1a0)][_0x510df5(0x179)])]=_0x3355e6,this[_0x510df5(0x1b0)](_0x3bb93b[_0x510df5(0x155)](_0x3355e6,'\x0a')));}}else{if(_0x4140f5[_0x510df5(0x19b)]){if(_0x39f391[_0x510df5(0x1c5)](_0x39f391[_0x510df5(0x1cd)],_0x39f391['KRJnw']))testSuites+=0x1;else{let _0x18cd17;if(_0x39f391[_0x510df5(0x176)](_0x566c15[_0x510df5(0x1b7)][_0x510df5(0x1cb)],_0x8791c)){let _0x503570=_0xeeb043[_0x510df5(0x1e3)](_0x4c9f50[_0x510df5(0x1b7)][_0x510df5(0x1cb)]);_0x18cd17=_0x503570[_0x510df5(0x166)];}_0x39f391[_0x510df5(0x1c5)](_0x18cd17,_0x4ce73c)&&(_0x3beae7[_0x510df5(0x1bc)]=_0x39f391[_0x510df5(0x1d3)](_0x1b47f4,_0x18cd17),this['log'](_0x39f391['LDyUH'](_0x510df5(0x164)+_0x1d1c04[_0x510df5(0x1bc)],'\x0a')));}}else{if(_0x4140f5[_0x510df5(0x160)]){if(_0x39f391[_0x510df5(0x148)](_0x39f391['txSFF'],_0x39f391[_0x510df5(0x1cc)]))_0x41855a[_0x510df5(0x1bc)]=_0x39f391[_0x510df5(0x1d3)](_0x4cca49,_0x47e07e),this[_0x510df5(0x1b0)](_0x39f391['ebqvQ'](_0x510df5(0x164)+_0x46389a['__platform'],'\x0a'));else{let _0x212102;if(_0x39f391[_0x510df5(0x1c5)](process['env'][_0x510df5(0x1cb)],undefined)){if(_0x39f391[_0x510df5(0x1c5)](_0x39f391[_0x510df5(0x170)],_0x39f391[_0x510df5(0x170)])){if(_0x3bb93b['hniKC'](_0x4ea1d9[_0x510df5(0x179)],_0x3bb93b[_0x510df5(0x1df)])&&!this[_0x510df5(0x1c6)](_0x58b8e7)){_0x1cd7d4+=0x1,this[_0x510df5(0x1b0)](_0x3bb93b['hlWne'](_0x3bb93b['NeDAB'](_0x3bb93b[_0x510df5(0x16f)](_0x3bb93b['xIIeG'](_0x3bb93b[_0x510df5(0x155)](_0x3bb93b[_0x510df5(0x1d8)],_0x3fc57c['keyword']),_0x59e1a2[_0x510df5(0x17f)]||''),_0x3bb93b[_0x510df5(0x178)]),_0x4f24cd[_0x4c15fc[_0x510df5(0x1b6)][_0x510df5(0x1e4)]]),'\x0a')),this[_0x510df5(0x199)](_0x61da91[_0x3156f6['result'][_0x510df5(0x1e4)]]);if(_0x3bb93b[_0x510df5(0x17a)](_0x2b315d[_0x160c1f['result'][_0x510df5(0x1e4)]],_0x3bb93b[_0x510df5(0x158)])){_0x48bb27=!![];const _0x35f2bc=_0x3bb93b[_0x510df5(0x1c4)](_0x3dde14,_0x483e49,[_0x3bb93b[_0x510df5(0x18d)],_0x3bb93b[_0x510df5(0x1ac)]]);_0x35f2bc&&(_0x32148f[_0x3bb93b[_0x510df5(0x16d)](_0x3bb93b[_0x510df5(0x15e)](_0x295461[_0x510df5(0x1c8)][_0x510df5(0x19a)][_0x510df5(0x179)],_0x3bb93b['lfcfc']),_0x36b136[_0x510df5(0x1a0)]['name'])]=_0x35f2bc,this[_0x510df5(0x1b0)](_0x3bb93b['BaWTR'](_0x35f2bc,'\x0a')));}}}else{let _0x295d93=JSON[_0x510df5(0x1e3)](process['env']['CONFIG']);_0x212102=_0x295d93['capability'];}}_0x39f391['pqeQh'](_0x212102,undefined)&&(_0x39f391[_0x510df5(0x176)](_0x39f391[_0x510df5(0x1ba)],_0x39f391[_0x510df5(0x169)])?(global[_0x510df5(0x1bc)]=_0x39f391[_0x510df5(0x1d3)](getPlatformName,_0x212102),this[_0x510df5(0x1b0)](_0x39f391[_0x510df5(0x189)](_0x510df5(0x164)+global[_0x510df5(0x1bc)],'\x0a'))):this[_0x510df5(0x196)](_0xd6cb59['testCaseFinished']));}}else{if(_0x4140f5[_0x510df5(0x18b)])_0x39f391['zotrG'](_0x39f391[_0x510df5(0x15b)],_0x39f391[_0x510df5(0x15b)])?this[_0x510df5(0x1b0)](_0x39f391[_0x510df5(0x1c9)](_0x39f391[_0x510df5(0x146)]('\x0a',_0x3e5857[_0x510df5(0x1bc)]),'\x0a')):this[_0x510df5(0x196)](_0x4140f5['testCaseFinished']);else _0x4140f5[_0x510df5(0x1ae)]&&(_0x39f391[_0x510df5(0x182)](_0x39f391[_0x510df5(0x19f)],_0x39f391['AYNDo'])?this['logTestRunFinished'](_0x4140f5[_0x510df5(0x1ae)]):_0x51e89a+=0x1);}}}});}[a3_0x1b4540(0x196)](_0x1e3e63){const _0x4e1902=a3_0x1b4540,_0x10e09d={'HEbAs':function(_0x50c2fc,_0x5bba8b,_0x254b75){return _0x50c2fc(_0x5bba8b,_0x254b75);},'LrtGu':_0x4e1902(0x1b6),'XoxKT':_0x4e1902(0x1a8),'UmxIZ':function(_0xdeb426,_0x3f991d){return _0xdeb426+_0x3f991d;},'NgKrX':function(_0x4bf908,_0x4dcbbc){return _0x4bf908+_0x4dcbbc;},'QDHwb':'\x20-\x20','TQpbU':function(_0x3bbeec,_0x8ff80e){return _0x3bbeec!==_0x8ff80e;},'gkeCV':_0x4e1902(0x167),'umxww':function(_0x4df8e4,_0x4beda7){return _0x4df8e4===_0x4beda7;},'xjsyf':_0x4e1902(0x18e),'SBfgh':function(_0x2d662f,_0x90b7f){return _0x2d662f!=_0x90b7f;},'PYSUC':_0x4e1902(0x197),'FlGmG':function(_0x42ff9b,_0x57f037){return _0x42ff9b!==_0x57f037;},'vHExM':_0x4e1902(0x150),'AnXXG':function(_0xba8f10,_0x595a8b){return _0xba8f10+_0x595a8b;},'TIAqm':function(_0x56620b,_0xa3bc09){return _0x56620b+_0xa3bc09;},'jjoAw':function(_0x3f2e85,_0x19d632){return _0x3f2e85+_0x19d632;},'TVIQN':function(_0xcf9700,_0x40211a){return _0xcf9700+_0x40211a;},'BOjmx':_0x4e1902(0x1c3),'zJEVH':function(_0x32ab50,_0x25224b){return _0x32ab50==_0x25224b;},'FqOir':_0x4e1902(0x165),'pbUmr':function(_0x203e79,_0x34c969){return _0x203e79!==_0x34c969;},'KYJZk':'DCSCO','AkHdC':function(_0x1ff80e,_0x407440,_0x38fa27){return _0x1ff80e(_0x407440,_0x38fa27);},'KEltI':function(_0x3879a1,_0x3efb3e){return _0x3879a1!==_0x3efb3e;},'eSnxo':'DTVdl','UwwIW':_0x4e1902(0x185),'oaXZY':function(_0x106d2a,_0x32f762){return _0x106d2a+_0x32f762;},'QulRr':function(_0x1793f1,_0xe17dce){return _0x1793f1+_0xe17dce;},'aFHGt':function(_0x32178f,_0x2b6ab3){return _0x32178f===_0x2b6ab3;},'TXWtv':_0x4e1902(0x1e5),'GYONC':'LXwEZ','zltnm':function(_0x28bc7e,_0xac2810){return _0x28bc7e+_0xac2810;},'KYNJJ':function(_0x220c71,_0x52d0e7){return _0x220c71+_0x52d0e7;},'RQjKF':function(_0x22957a,_0x2d8f1f){return _0x22957a+_0x2d8f1f;},'MCZIU':function(_0x60e0b4,_0x397a1b){return _0x60e0b4===_0x397a1b;},'FDXWX':_0x4e1902(0x1af),'MCaAA':'QdCry'};if(_0x10e09d[_0x4e1902(0x1ca)](global[_0x4e1902(0x1bc)],undefined)){if(_0x10e09d[_0x4e1902(0x156)](_0x10e09d[_0x4e1902(0x1d0)],_0x10e09d[_0x4e1902(0x180)])){_0x559afb=!![];const _0x6ef8ab=_0x10e09d['HEbAs'](_0x5d9ed3,_0x5c3249,[_0x10e09d[_0x4e1902(0x1d2)],_0x10e09d[_0x4e1902(0x14d)]]);_0x6ef8ab&&(_0x195618[_0x10e09d['UmxIZ'](_0x10e09d[_0x4e1902(0x151)](_0x4cd54c[_0x4e1902(0x1c8)][_0x4e1902(0x19a)][_0x4e1902(0x179)],_0x10e09d[_0x4e1902(0x1bb)]),_0x28bd44[_0x4e1902(0x1a0)]['name'])]=_0x6ef8ab,this['log'](_0x10e09d[_0x4e1902(0x174)](_0x6ef8ab,'\x0a')));}else this[_0x4e1902(0x1b0)](_0x10e09d[_0x4e1902(0x1c0)](_0x10e09d[_0x4e1902(0x147)]('\x0a',global[_0x4e1902(0x1bc)]),'\x0a'));}const _0x5407ed=this[_0x4e1902(0x162)][_0x4e1902(0x168)](_0x1e3e63['testCaseStartedId']);this[_0x4e1902(0x1b0)](_0x10e09d[_0x4e1902(0x1d4)](_0x10e09d[_0x4e1902(0x174)](_0x10e09d[_0x4e1902(0x1a3)](_0x10e09d['KYNJJ']('\x20\x20',_0x5407ed[_0x4e1902(0x1c8)][_0x4e1902(0x19a)][_0x4e1902(0x179)]),_0x10e09d['QDHwb']),_0x5407ed[_0x4e1902(0x1a0)][_0x4e1902(0x179)]),'\x0a'));const _0x44b75e={};_0x44b75e[_0x4e1902(0x19c)]=this[_0x4e1902(0x19c)],_0x44b75e['snippetBuilder']=this['snippetBuilder'],_0x44b75e['supportCodeLibrary']=this['supportCodeLibrary'],_0x44b75e['testCaseAttempt']=_0x5407ed;const _0x509b1c=formatterHelpers[_0x4e1902(0x1b3)](_0x44b75e);let _0x6e712a=![];_0x509b1c['testSteps'][_0x4e1902(0x16b)](_0x377346=>{const _0x4a4146=_0x4e1902,_0x2c2e7d={'jAtgS':function(_0x41e5f3,_0x38b6f1){return _0x10e09d['TQpbU'](_0x41e5f3,_0x38b6f1);},'cKWbI':_0x10e09d[_0x4a4146(0x14b)]};if(_0x10e09d['umxww'](_0x10e09d[_0x4a4146(0x161)],_0x10e09d[_0x4a4146(0x161)])){if(_0x10e09d[_0x4a4146(0x152)](_0x377346[_0x4a4146(0x179)],_0x10e09d[_0x4a4146(0x1a4)])&&!this[_0x4a4146(0x1c6)](_0x377346)){if(_0x10e09d[_0x4a4146(0x1d1)](_0x10e09d[_0x4a4146(0x153)],_0x10e09d[_0x4a4146(0x153)])){if(_0x2c2e7d['jAtgS'](_0x4a5a2b[_0x4a4146(0x159)],_0x296408))return![];if(_0x20daf6[_0x4a4146(0x14c)]&&_0x2c073b[_0x4a4146(0x14c)][_0x4a4146(0x195)][_0x4a4146(0x1c2)](_0x2c2e7d[_0x4a4146(0x184)]))return!![];return![];}else{totalTests+=0x1,this[_0x4a4146(0x1b0)](_0x10e09d[_0x4a4146(0x151)](_0x10e09d['AnXXG'](_0x10e09d[_0x4a4146(0x1d6)](_0x10e09d['jjoAw'](_0x10e09d[_0x4a4146(0x1c1)](_0x10e09d[_0x4a4146(0x1c7)],_0x377346[_0x4a4146(0x16e)]),_0x377346[_0x4a4146(0x17f)]||''),_0x10e09d[_0x4a4146(0x1bb)]),Status[_0x377346[_0x4a4146(0x1b6)]['status']]),'\x0a')),this[_0x4a4146(0x199)](Status[_0x377346[_0x4a4146(0x1b6)][_0x4a4146(0x1e4)]]);if(_0x10e09d[_0x4a4146(0x192)](Status[_0x377346[_0x4a4146(0x1b6)]['status']],_0x10e09d[_0x4a4146(0x1db)])){if(_0x10e09d[_0x4a4146(0x1ca)](_0x10e09d[_0x4a4146(0x1b4)],_0x10e09d[_0x4a4146(0x1b4)]))this['logTestRunFinished'](_0x34972c[_0x4a4146(0x1ae)]);else{_0x6e712a=!![];const _0x404089=_0x10e09d[_0x4a4146(0x1b8)](nestedKeyValue,_0x377346,[_0x10e09d[_0x4a4146(0x1d2)],_0x10e09d[_0x4a4146(0x14d)]]);if(_0x404089){if(_0x10e09d[_0x4a4146(0x149)](_0x10e09d['eSnxo'],_0x10e09d['UwwIW']))testsErrorMessage[_0x10e09d[_0x4a4146(0x163)](_0x10e09d[_0x4a4146(0x1c1)](_0x5407ed[_0x4a4146(0x1c8)][_0x4a4146(0x19a)][_0x4a4146(0x179)],_0x10e09d[_0x4a4146(0x1bb)]),_0x5407ed[_0x4a4146(0x1a0)][_0x4a4146(0x179)])]=_0x404089,this['log'](_0x10e09d[_0x4a4146(0x1c0)](_0x404089,'\x0a'));else return![];}}}}}}else{let _0x3163ca=_0x10bdaa[_0x4a4146(0x1e3)](_0x23a690[_0x4a4146(0x1b7)]['CONFIG']);_0x26f1d0=_0x3163ca['capability'];}}),_0x6e712a&&(_0x10e09d[_0x4e1902(0x186)](_0x10e09d[_0x4e1902(0x194)],_0x10e09d[_0x4e1902(0x18c)])?_0xd3b5b5+=0x1:testSuitesFailed+=0x1),this[_0x4e1902(0x1b0)]('\x0a');}[a3_0x1b4540(0x18a)](_0x1ef782){}['isBstackHook'](_0x175fb7){const _0x35c569=a3_0x1b4540,_0x1ed882={};_0x1ed882[_0x35c569(0x1a5)]=function(_0x2c3e1d,_0x4c20e8){return _0x2c3e1d+_0x4c20e8;},_0x1ed882['Sedgi']=_0x35c569(0x1b1),_0x1ed882[_0x35c569(0x1cf)]=function(_0x4514f1,_0x407182){return _0x4514f1!==_0x407182;},_0x1ed882['GUWks']=function(_0x2cc2a4,_0x27a1ec){return _0x2cc2a4===_0x27a1ec;},_0x1ed882['YjDIB']=_0x35c569(0x1b5),_0x1ed882[_0x35c569(0x173)]=_0x35c569(0x193),_0x1ed882['uWlVK']=_0x35c569(0x167),_0x1ed882[_0x35c569(0x1ab)]=_0x35c569(0x17e),_0x1ed882[_0x35c569(0x191)]=_0x35c569(0x1dd);const _0x36cbd4=_0x1ed882;if(_0x36cbd4['vcWAu'](_0x175fb7[_0x35c569(0x159)],undefined))return _0x36cbd4[_0x35c569(0x190)](_0x36cbd4[_0x35c569(0x181)],_0x36cbd4[_0x35c569(0x173)])?!![]:![];if(_0x175fb7['actionLocation']&&_0x175fb7[_0x35c569(0x14c)]['uri'][_0x35c569(0x1c2)](_0x36cbd4['uWlVK'])){if(_0x36cbd4[_0x35c569(0x190)](_0x36cbd4[_0x35c569(0x1ab)],_0x36cbd4[_0x35c569(0x191)]))_0x131653[_0x36cbd4['YpNeF'](_0x36cbd4[_0x35c569(0x1a5)](_0xe125c8[_0x35c569(0x1c8)][_0x35c569(0x19a)][_0x35c569(0x179)],_0x36cbd4['Sedgi']),_0x40d154[_0x35c569(0x1a0)][_0x35c569(0x179)])]=_0x307ef9,this[_0x35c569(0x1b0)](_0x36cbd4[_0x35c569(0x1a5)](_0x40267d,'\x0a'));else return!![];}return![];}['incrementCounter'](_0x58786c){const _0x31c991=a3_0x1b4540,_0x272164={};_0x272164[_0x31c991(0x1d9)]=_0x31c991(0x165),_0x272164['rCBOe']=_0x31c991(0x1a9),_0x272164[_0x31c991(0x1b2)]='SKIPPED',_0x272164[_0x31c991(0x1ce)]='PENDING',_0x272164[_0x31c991(0x17b)]=_0x31c991(0x171),_0x272164['DgfzI']=_0x31c991(0x1e0),_0x272164['NbNEh']='AMBIGUOUS';const _0x2554a0=_0x272164;switch(_0x58786c){case _0x2554a0[_0x31c991(0x1d9)]:testsFailed+=0x1;break;case _0x2554a0[_0x31c991(0x1b9)]:testsPassed+=0x1;break;case _0x2554a0[_0x31c991(0x1b2)]:testsSkipped+=0x1;break;case _0x2554a0[_0x31c991(0x1ce)]:testsPending+=0x1;break;case _0x2554a0[_0x31c991(0x17b)]:testsUndefined+=0x1;break;case _0x2554a0[_0x31c991(0x1d5)]:testsUnknown+=0x1;break;case _0x2554a0['NbNEh']:testsAmbiguous+=0x1;break;default:break;}}}function a3_0x4b52(_0x424069,_0xaaf727){const _0x5cbc40=a3_0x5cbc();return a3_0x4b52=function(_0x4b5256,_0x165396){_0x4b5256=_0x4b5256-0x146;let _0x54a50c=_0x5cbc40[_0x4b5256];return _0x54a50c;},a3_0x4b52(_0x424069,_0xaaf727);}module['exports']=BrowserstackFormatter;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a4_0x410e79=a4_0x1e0a;(function(_0x4c8fe8,_0x363717){const _0x9d8ef6=a4_0x1e0a,_0x28e694=_0x4c8fe8();while(!![]){try{const _0x1867ef=-parseInt(_0x9d8ef6(0x1bf))/0x1*(-parseInt(_0x9d8ef6(0x222))/0x2)+parseInt(_0x9d8ef6(0x1de))/0x3*(parseInt(_0x9d8ef6(0x214))/0x4)+parseInt(_0x9d8ef6(0x176))/0x5*(parseInt(_0x9d8ef6(0x209))/0x6)+parseInt(_0x9d8ef6(0x231))/0x7*(parseInt(_0x9d8ef6(0x1ea))/0x8)+-parseInt(_0x9d8ef6(0x1ed))/0x9*(parseInt(_0x9d8ef6(0x1cf))/0xa)+-parseInt(_0x9d8ef6(0x21a))/0xb*(-parseInt(_0x9d8ef6(0x1dd))/0xc)+parseInt(_0x9d8ef6(0x202))/0xd*(-parseInt(_0x9d8ef6(0x19b))/0xe);if(_0x1867ef===_0x363717)break;else _0x28e694['push'](_0x28e694['shift']());}catch(_0x1acc12){_0x28e694['push'](_0x28e694['shift']());}}}(a4_0x40e5,0x436a4));const {requireModule,getPlatformName,nestedKeyValue}=require('../../../helpers/helper'),{Formatter}=requireModule(a4_0x410e79(0x1e1)),pickleParser=requireModule(a4_0x410e79(0x225));class BrowserstackFormatter extends Formatter{constructor(_0x300779){const _0x1151cd=a4_0x410e79,_0x50af97={'TwUYZ':function(_0x4a62bc,_0x5a8581,_0x296490){return _0x4a62bc(_0x5a8581,_0x296490);},'aorFl':_0x1151cd(0x1ab),'UGXKF':'exception','zimhC':_0x1151cd(0x1fd),'roZHO':function(_0x397cbf,_0x34ed8c){return _0x397cbf+_0x34ed8c;},'ijVeK':function(_0x148853,_0x35d0fd){return _0x148853!==_0x35d0fd;},'pBjBn':_0x1151cd(0x18b),'Zqyst':function(_0x56bdab,_0x397dbf){return _0x56bdab!==_0x397dbf;},'TNQOD':function(_0x587872,_0x296c62){return _0x587872===_0x296c62;},'KKWYZ':_0x1151cd(0x1c2),'IWnYa':function(_0x173a57,_0x56ee76){return _0x173a57!==_0x56ee76;},'HWDLo':function(_0x3ca5e0,_0x3aeb54){return _0x3ca5e0!==_0x3aeb54;},'WcuKH':_0x1151cd(0x175),'wvEii':function(_0x182698,_0x267e0a){return _0x182698(_0x267e0a);},'RMdrM':function(_0x8312c8,_0x1f1281){return _0x8312c8+_0x1f1281;},'vtuqY':'\x20\x20\x20\x20BEFORE\x20-\x20','KKDku':function(_0x2def79,_0x1304cc){return _0x2def79!==_0x1304cc;},'FsGxN':_0x1151cd(0x1a5),'fPWlY':function(_0x3c744b,_0x58a14e){return _0x3c744b!==_0x58a14e;},'aVxPC':'ApnEW','XOXSM':function(_0x20b599,_0x497322){return _0x20b599+_0x497322;},'rRQjo':_0x1151cd(0x186),'LZSth':_0x1151cd(0x1bb),'QlRzz':function(_0x48f622,_0x3b9dc0){return _0x48f622(_0x3b9dc0);},'XUErM':'uogmd','aejbe':_0x1151cd(0x21e),'wWPOO':'alhYq','SgBAm':_0x1151cd(0x1a2),'UuzSE':_0x1151cd(0x180),'ATquH':'test-case-finished','RjoEa':'test-run-finished','HIbhk':_0x1151cd(0x1f9)};super(_0x300779),_0x300779['eventBroadcaster']['on'](_0x50af97[_0x1151cd(0x216)],()=>{const _0x23536a=_0x1151cd;if(_0x50af97[_0x23536a(0x18c)](_0x50af97[_0x23536a(0x18f)],_0x50af97[_0x23536a(0x18f)])){let _0x1ce270=_0x5261aa['parse'](_0x5751af[_0x23536a(0x224)][_0x23536a(0x1d0)]);_0x1073a7=_0x1ce270[_0x23536a(0x213)];}else{let _0x1003b0;if(_0x50af97[_0x23536a(0x17e)](process[_0x23536a(0x224)]['CONFIG'],undefined)){if(_0x50af97['TNQOD'](_0x50af97[_0x23536a(0x19f)],_0x50af97[_0x23536a(0x19f)])){let _0x214141=JSON[_0x23536a(0x17a)](process[_0x23536a(0x224)][_0x23536a(0x1d0)]);_0x1003b0=_0x214141[_0x23536a(0x213)];}else this['logTestCaseFinished'](_0x4f1d40);}if(_0x50af97['IWnYa'](_0x1003b0,undefined)){if(_0x50af97[_0x23536a(0x185)](_0x50af97['WcuKH'],_0x50af97['WcuKH'])){const _0x48363f=_0x50af97[_0x23536a(0x207)](_0x2b288b,_0x539373,[_0x50af97[_0x23536a(0x232)],_0x50af97[_0x23536a(0x1c4)],_0x50af97[_0x23536a(0x17f)]]);_0x48363f&&(_0x231931[_0x3f007c[_0x23536a(0x21c)]]=_0x48363f,_0x4caa2a['log'](_0x50af97[_0x23536a(0x1fb)](_0x48363f,'\x0a'))),_0x14bf7f=!![];}else global['__platform']=_0x50af97['wvEii'](getPlatformName,_0x1003b0),console[_0x23536a(0x1a3)](_0x23536a(0x1e9)+global['__platform']);}}}),_0x300779[_0x1151cd(0x1b4)]['on'](_0x50af97[_0x1151cd(0x1a6)],()=>{const _0x1521ad=_0x1151cd;_0x50af97[_0x1521ad(0x1e2)](_0x50af97[_0x1521ad(0x1e3)],_0x50af97[_0x1521ad(0x1e3)])?_0xca08eb[_0x1521ad(0x1a3)](_0x50af97[_0x1521ad(0x1d2)](_0x50af97['vtuqY'],_0x3209f3[_0x1521ad(0x1ab)][_0x1521ad(0x230)][_0x1521ad(0x1b9)]())):testSuites+=0x1;}),_0x300779[_0x1151cd(0x1b4)]['on'](_0x50af97[_0x1151cd(0x1b7)],_0x508e16=>{const _0x292041=_0x1151cd,_0x19564a={'LiOVj':function(_0x3eb794,_0x24aefe){return _0x50af97['RMdrM'](_0x3eb794,_0x24aefe);},'nsHPt':_0x50af97[_0x292041(0x1e8)]};_0x50af97['fPWlY'](_0x50af97[_0x292041(0x1df)],_0x50af97['aVxPC'])?_0x49afb8[_0x292041(0x1a3)](_0x19564a[_0x292041(0x19d)](_0x19564a['nsHPt'],_0x4892a5[_0x936f72]['status'][_0x292041(0x1b9)]())):this[_0x292041(0x21f)](_0x508e16);}),_0x300779['eventBroadcaster']['on'](_0x50af97[_0x1151cd(0x212)],()=>{const _0x761ee4=_0x1151cd,_0x229d4c={'Nqemx':function(_0x3358f2,_0x2751a3){const _0x42c072=a4_0x1e0a;return _0x50af97[_0x42c072(0x189)](_0x3358f2,_0x2751a3);},'ThNuF':_0x50af97['rRQjo'],'uHBUX':_0x50af97['LZSth'],'YTfeB':function(_0x1d5a3a,_0x1955d8){return _0x50af97['QlRzz'](_0x1d5a3a,_0x1955d8);}};_0x50af97[_0x761ee4(0x1cc)](_0x50af97[_0x761ee4(0x18e)],_0x50af97[_0x761ee4(0x18e)])?totalTests-=0x2:(_0x3e9f1c=!![],_0x4fd52d[_0x761ee4(0x1a3)](_0x229d4c['Nqemx'](_0x229d4c[_0x761ee4(0x223)](_0x229d4c[_0x761ee4(0x223)](_0x229d4c[_0x761ee4(0x20a)],_0x26a20b[_0x4156d5[_0x761ee4(0x229)]['line']][_0x761ee4(0x1a9)]),_0x229d4c[_0x761ee4(0x1dc)]),_0x59ae83[_0x761ee4(0x1ab)][_0x761ee4(0x230)][_0x761ee4(0x1b9)]())),_0x229d4c[_0x761ee4(0x184)](_0x572acc,_0x3207c1[_0x761ee4(0x1ab)]['status']['toUpperCase']()));}),_0x300779[_0x1151cd(0x1b4)]['on'](_0x50af97[_0x1151cd(0x17b)],()=>{const _0x273453=_0x1151cd;_0x50af97[_0x273453(0x1cc)](_0x50af97[_0x273453(0x22d)],_0x50af97[_0x273453(0x1c6)])?_0x1942f4+=0x1:totalTests+=0x1;});}['logTestCaseFinished'](_0x286d1d){const _0xc8438b=a4_0x410e79,_0x3f35c8={'NvytT':function(_0x4c1701,_0x6f9535){return _0x4c1701(_0x6f9535);},'xmKDt':function(_0x1ae14a,_0x311b5e){return _0x1ae14a!==_0x311b5e;},'vEPlV':_0xc8438b(0x188),'sAOQJ':_0xc8438b(0x1c0),'kieet':'FAILED','IEADG':_0xc8438b(0x20c),'kuAFZ':_0xc8438b(0x218),'tUtgR':'PENDING','AwIsq':'UNDEFINED','mmCeb':_0xc8438b(0x1eb),'ASuNR':_0xc8438b(0x1ce),'CdkdD':function(_0x2149c7,_0x14abaa){return _0x2149c7+_0x14abaa;},'RAoof':_0xc8438b(0x183),'dRZkI':'\x20\x20\x20\x20BEFORE\x20-\x20','xDLzk':function(_0xaa842d,_0x4f8424){return _0xaa842d+_0x4f8424;},'BfeUp':_0xc8438b(0x1bb),'FrkTB':function(_0x53db01,_0x448f27){return _0x53db01+_0x448f27;},'UpHKN':function(_0x379510,_0x456175){return _0x379510===_0x456175;},'AbJgv':'lrCvu','hCPgZ':_0xc8438b(0x1a0),'EmQsX':function(_0x32fcf2,_0x3b42ef){return _0x32fcf2!==_0x3b42ef;},'sAZhL':'zkITM','YTaEF':'eXCWm','DRnQn':function(_0x148f8f,_0x5c8334){return _0x148f8f+_0x5c8334;},'mVELz':function(_0x562a14,_0x483592){return _0x562a14+_0x483592;},'QrIsS':'\x20\x20\x20\x20','VFFMw':function(_0x502a1c,_0x4ee2f7){return _0x502a1c(_0x4ee2f7);},'LvfVz':function(_0x13799d,_0x57b4b9){return _0x13799d===_0x57b4b9;},'Qjsvq':_0xc8438b(0x1f0),'czIyi':_0xc8438b(0x1c9),'lIRLQ':_0xc8438b(0x219),'Nfbdp':function(_0xa2cb72,_0x2c06b5){return _0xa2cb72!==_0x2c06b5;},'SMaMG':_0xc8438b(0x21b),'btAcX':'aWFSG','yIIpn':function(_0x1bcd0d,_0x93d13a){return _0x1bcd0d(_0x93d13a);},'uPBzs':_0xc8438b(0x17d),'GYena':function(_0x3e6bb9,_0x195646){return _0x3e6bb9+_0x195646;},'DlYtp':function(_0x2104af,_0x27b52d){return _0x2104af!==_0x27b52d;},'TvOad':_0xc8438b(0x1ef),'QfyCE':_0xc8438b(0x1a1),'pSqUj':function(_0x3648ed,_0x1854ef){return _0x3648ed+_0x1854ef;},'FLiGx':function(_0x5061bc,_0x294825){return _0x5061bc==_0x294825;},'sHPcc':'sIVzu','XZbeP':function(_0x1819dd,_0x4a7808,_0x123d4b){return _0x1819dd(_0x4a7808,_0x123d4b);},'xerzj':_0xc8438b(0x1ab),'uvDub':_0xc8438b(0x1cb),'oyYOK':_0xc8438b(0x1fd),'Hvqzg':function(_0x1aaacb,_0x4b0a8e){return _0x1aaacb===_0x4b0a8e;},'WuNyN':_0xc8438b(0x1bc),'usiMZ':function(_0x5b8a94,_0x189f95){return _0x5b8a94+_0x189f95;},'pnOec':function(_0x4c31ef,_0x532292){return _0x4c31ef+_0x532292;},'eHpBv':function(_0x4c325b,_0x5c63d5){return _0x4c325b(_0x5c63d5);},'rqGrB':function(_0x5d360f,_0x1fe137){return _0x5d360f+_0x1fe137;},'zwnEQ':function(_0x5d7a54,_0x246562){return _0x5d7a54+_0x246562;},'TVjuL':function(_0x250637,_0x52ce0e){return _0x250637+_0x52ce0e;},'PmDTz':function(_0x2345b5,_0x1d5772){return _0x2345b5+_0x1d5772;},'aLNLy':function(_0x16519f,_0x234ac5){return _0x16519f+_0x234ac5;},'BdGaM':function(_0x593895,_0x38ab1c){return _0x593895(_0x38ab1c);},'rPXqS':function(_0x30bf12,_0x547837){return _0x30bf12+_0x547837;},'RCirQ':function(_0x370bc6,_0x222af2){return _0x370bc6!==_0x222af2;},'pslDT':_0xc8438b(0x1d5),'Iribr':function(_0x4670d9,_0x202ee3){return _0x4670d9+_0x202ee3;},'bsMGw':function(_0x2b9cf6,_0x221b72){return _0x2b9cf6!==_0x221b72;},'OusLD':_0xc8438b(0x228),'wVTjx':function(_0x52c346,_0x3a776a){return _0x52c346===_0x3a776a;},'ftCnt':'IFdnC','okZxX':function(_0x471d63,_0x4c0acf){return _0x471d63+_0x4c0acf;},'RiyOQ':function(_0x5971a3,_0x312672){return _0x5971a3+_0x312672;},'syFZL':function(_0x4c7677,_0x9562e1){return _0x4c7677+_0x9562e1;},'LzHOv':function(_0x544120,_0x16172d){return _0x544120<_0x16172d;},'kPKgk':function(_0x294243,_0x5d0203){return _0x294243===_0x5d0203;},'OCLEk':_0xc8438b(0x1d3),'IbqxD':_0xc8438b(0x1a8),'uVZOL':function(_0x1ead12,_0x21c104){return _0x1ead12+_0x21c104;},'jczph':function(_0x167bca,_0x573321){return _0x167bca+_0x573321;},'WKQtR':function(_0x43973e,_0x57bd10){return _0x43973e+_0x57bd10;},'jKUTW':function(_0xfd58cc,_0x116fe0){return _0xfd58cc!==_0x116fe0;},'HsEXT':_0xc8438b(0x1b2),'gWFIF':'gGiIP','OUPXo':function(_0x4f4c5f,_0x3ba773){return _0x4f4c5f===_0x3ba773;},'LIfUn':_0xc8438b(0x196),'eeXXK':_0xc8438b(0x1c3),'QJVJw':_0xc8438b(0x1da),'UoZdj':_0xc8438b(0x1ba),'PjTBq':function(_0x2d16b9,_0x3f0704){return _0x2d16b9+_0x3f0704;},'uUkDi':function(_0x560772,_0x572925){return _0x560772===_0x572925;},'uVtAW':_0xc8438b(0x204),'rzRsJ':function(_0x146d07,_0x58dd99){return _0x146d07==_0x58dd99;},'CDlxN':function(_0x383d8b,_0xf519c1,_0x5513ad){return _0x383d8b(_0xf519c1,_0x5513ad);},'tHlSc':function(_0x48c915,_0x31645b){return _0x48c915+_0x31645b;},'rlpeI':function(_0x2f00fc,_0x5275d4){return _0x2f00fc+_0x5275d4;}};let _0x2e3d86=![];function _0xd9a25f(_0x5ad104){const _0x345a0d=_0xc8438b;if(_0x3f35c8[_0x345a0d(0x206)](_0x3f35c8[_0x345a0d(0x205)],_0x3f35c8[_0x345a0d(0x1f4)]))switch(_0x5ad104){case _0x3f35c8['kieet']:testsFailed+=0x1;break;case _0x3f35c8[_0x345a0d(0x1e6)]:testsPassed+=0x1;break;case _0x3f35c8[_0x345a0d(0x1d9)]:testsSkipped+=0x1;break;case _0x3f35c8[_0x345a0d(0x201)]:testsPending+=0x1;break;case _0x3f35c8[_0x345a0d(0x1e0)]:testsUndefined+=0x1;break;case _0x3f35c8[_0x345a0d(0x198)]:testsUnknown+=0x1;break;case _0x3f35c8[_0x345a0d(0x22a)]:testsAmbiguous+=0x1;break;default:break;}else _0xcce41e[_0x345a0d(0x190)]=_0x3f35c8['NvytT'](_0x1d25ab,_0x2041aa),_0x406fe7[_0x345a0d(0x1a3)](_0x345a0d(0x1e9)+_0x524e98['__platform']);}_0x3f35c8[_0xc8438b(0x1db)](global[_0xc8438b(0x190)],undefined)&&(_0x3f35c8['LvfVz'](_0x3f35c8[_0xc8438b(0x20d)],_0x3f35c8[_0xc8438b(0x20d)])?console[_0xc8438b(0x1a3)](_0x3f35c8[_0xc8438b(0x1ca)](_0x3f35c8[_0xc8438b(0x1b5)]('\x0a',global['__platform']),'\x0a')):(_0x3f35c8[_0xc8438b(0x221)](_0x52963d,_0x55be4c[_0x2e6f70][_0xc8438b(0x230)][_0xc8438b(0x1b9)]()),_0x35840f?_0x2cd553[_0xc8438b(0x1a3)](_0x3f35c8[_0xc8438b(0x1a7)](_0x3f35c8[_0xc8438b(0x1ae)],_0x3c1028[_0x23e9ff]['status']['toUpperCase']())):_0x120f3f['log'](_0x3f35c8['CdkdD'](_0x3f35c8[_0xc8438b(0x1fc)],_0x301747[_0x2798d2][_0xc8438b(0x230)]['toUpperCase']()))));let _0x16dde7=![];if(_0x3f35c8[_0xc8438b(0x1d8)](typeof this[_0xc8438b(0x1d6)][_0xc8438b(0x215)],_0x3f35c8['OusLD'])){if(_0x3f35c8[_0xc8438b(0x1ee)](_0x3f35c8[_0xc8438b(0x20e)],_0x3f35c8['ftCnt'])){var _0x4832cc=this[_0xc8438b(0x1d6)]['getTestCaseData'](_0x286d1d['sourceLocation']),_0x4df29b=_0x4832cc[_0xc8438b(0x233)],_0x552866=_0x4832cc[_0xc8438b(0x20b)];console[_0xc8438b(0x1a3)](_0x3f35c8['okZxX']('\x20\x20',_0x4df29b['name']));var _0x1b92b0=(0x0,pickleParser[_0xc8438b(0x1ff)])(_0x4df29b);_0x552866[_0xc8438b(0x1f1)][_0xc8438b(0x1f5)](function(_0x1fc146){const _0x43297a=_0xc8438b,_0x138e66={'oHvOU':function(_0x11d86b,_0x189385){return _0x3f35c8['xmKDt'](_0x11d86b,_0x189385);},'dwaVD':function(_0x38744d,_0x3f3a02){const _0x2caf0b=a4_0x1e0a;return _0x3f35c8[_0x2caf0b(0x221)](_0x38744d,_0x3f3a02);},'fXqnH':function(_0xadb869,_0x14493f){const _0x50c05c=a4_0x1e0a;return _0x3f35c8[_0x50c05c(0x1ca)](_0xadb869,_0x14493f);},'aNcOY':_0x3f35c8['RAoof'],'JwfkA':function(_0x2e4549,_0x1cd05b){const _0x223afb=a4_0x1e0a;return _0x3f35c8[_0x223afb(0x1a7)](_0x2e4549,_0x1cd05b);}};if(_0x3f35c8[_0x43297a(0x1ec)](_0x3f35c8[_0x43297a(0x178)],_0x3f35c8[_0x43297a(0x211)])){let _0x226088;if(_0x138e66[_0x43297a(0x234)](_0x1ed148['env'][_0x43297a(0x1d0)],_0xb5ad49)){let _0x325628=_0x48d038[_0x43297a(0x17a)](_0x117231[_0x43297a(0x224)]['CONFIG']);_0x226088=_0x325628[_0x43297a(0x213)];}_0x138e66[_0x43297a(0x234)](_0x226088,_0x15850a)&&(_0x3dc27d['__platform']=_0x138e66['dwaVD'](_0x3e7e69,_0x226088),_0x5bbb3e[_0x43297a(0x1a3)]('Executing\x20tests\x20for\x20'+_0x2c6fc2[_0x43297a(0x190)]));}else{if(_0x1fc146[_0x43297a(0x177)]&&_0x1fc146['sourceLocation'])_0x3f35c8[_0x43297a(0x191)](_0x3f35c8[_0x43297a(0x203)],_0x3f35c8['YTaEF'])?(_0x2e3d86=!![],console[_0x43297a(0x1a3)](_0x3f35c8[_0x43297a(0x1f3)](_0x3f35c8[_0x43297a(0x21d)](_0x3f35c8[_0x43297a(0x1f6)](_0x3f35c8[_0x43297a(0x1f2)],_0x1b92b0[_0x1fc146[_0x43297a(0x229)][_0x43297a(0x1b0)]]['text']),_0x3f35c8[_0x43297a(0x20f)]),_0x1fc146['result'][_0x43297a(0x230)][_0x43297a(0x1b9)]())),_0x3f35c8[_0x43297a(0x18d)](_0xd9a25f,_0x1fc146['result'][_0x43297a(0x230)][_0x43297a(0x1b9)]())):_0xe3ffa8['log'](_0x3f35c8[_0x43297a(0x1a7)](_0x3f35c8['RAoof'],_0x613086[_0x43297a(0x1ab)]['status'][_0x43297a(0x1b9)]()));else _0x1fc146['actionLocation']&&(_0x3f35c8[_0x43297a(0x192)](_0x3f35c8[_0x43297a(0x217)],_0x3f35c8[_0x43297a(0x19e)])?_0x2bf998['log'](_0x138e66['fXqnH'](_0x138e66[_0x43297a(0x18a)],_0x5a2e4d[_0x38639a][_0x43297a(0x230)][_0x43297a(0x1b9)]())):!_0x1fc146[_0x43297a(0x177)][_0x43297a(0x1c7)][_0x43297a(0x210)](_0x3f35c8[_0x43297a(0x17c)])&&(_0x3f35c8['Nfbdp'](_0x3f35c8[_0x43297a(0x1b1)],_0x3f35c8[_0x43297a(0x193)])?(_0x3f35c8[_0x43297a(0x1e7)](_0xd9a25f,_0x1fc146['result']['status']['toUpperCase']()),_0x2e3d86?_0x3f35c8[_0x43297a(0x192)](_0x3f35c8['uPBzs'],_0x3f35c8[_0x43297a(0x22c)])?console[_0x43297a(0x1a3)](_0x3f35c8[_0x43297a(0x1c5)](_0x3f35c8[_0x43297a(0x1ae)],_0x1fc146[_0x43297a(0x1ab)]['status'][_0x43297a(0x1b9)]())):(_0x1e0c88[_0x51e6a0[_0x43297a(0x21c)]]=_0x47fa70,_0x22e463[_0x43297a(0x1a3)](_0x138e66['JwfkA'](_0x14a0ef,'\x0a'))):_0x3f35c8[_0x43297a(0x226)](_0x3f35c8[_0x43297a(0x1f7)],_0x3f35c8[_0x43297a(0x1d1)])?console[_0x43297a(0x1a3)](_0x3f35c8[_0x43297a(0x19c)](_0x3f35c8[_0x43297a(0x1fc)],_0x1fc146[_0x43297a(0x1ab)][_0x43297a(0x230)][_0x43297a(0x1b9)]())):(_0x1d925d[_0x3f35c8[_0x43297a(0x1f6)](_0x3f35c8[_0x43297a(0x1f6)](_0x2bf1c8[_0x43297a(0x1f8)]['feature']['name'],_0x3f35c8[_0x43297a(0x20f)]),_0x1902b0[_0x43297a(0x233)][_0x43297a(0x21c)])]=_0x2270e4,_0x35d974[_0x43297a(0x1a3)](_0x3f35c8[_0x43297a(0x1a7)](_0x503052,'\x0a')))):_0x3ef9a5+=0x1));if(_0x3f35c8['FLiGx'](_0x1fc146[_0x43297a(0x1ab)][_0x43297a(0x230)][_0x43297a(0x1b9)](),_0x3f35c8[_0x43297a(0x1cd)])){if(_0x3f35c8[_0x43297a(0x192)](_0x3f35c8['sHPcc'],_0x3f35c8['sHPcc'])){const _0xa53cc5=_0x3f35c8[_0x43297a(0x208)](nestedKeyValue,_0x1fc146,[_0x3f35c8['xerzj'],_0x3f35c8['uvDub'],_0x3f35c8[_0x43297a(0x179)]]);_0xa53cc5&&(_0x3f35c8[_0x43297a(0x181)](_0x3f35c8['WuNyN'],_0x3f35c8[_0x43297a(0x22e)])?(testsErrorMessage[_0x4df29b[_0x43297a(0x21c)]]=_0xa53cc5,console[_0x43297a(0x1a3)](_0x3f35c8[_0x43297a(0x1ca)](_0xa53cc5,'\x0a'))):_0x3b8851+=0x1),_0x16dde7=!![];}else _0x340b43-=0x2;}}});}else!_0x3ed1ca[_0xc8438b(0x177)][_0xc8438b(0x1c7)][_0xc8438b(0x210)](_0x3f35c8[_0xc8438b(0x17c)])&&(_0x3f35c8[_0xc8438b(0x18d)](_0x51e050,_0x110c5c[_0x20b5d5][_0xc8438b(0x230)][_0xc8438b(0x1b9)]()),_0x11402c?_0x47f2d5[_0xc8438b(0x1a3)](_0x3f35c8[_0xc8438b(0x1ac)](_0x3f35c8[_0xc8438b(0x1ae)],_0x331872[_0x36614c]['status']['toUpperCase']())):_0x200517[_0xc8438b(0x1a3)](_0x3f35c8['pnOec'](_0x3f35c8[_0xc8438b(0x1fc)],_0x29c5e9[_0x186efe][_0xc8438b(0x230)]['toUpperCase']())));}else{const _0x7d4952=this['eventDataCollector'][_0xc8438b(0x1b6)](_0x286d1d);console[_0xc8438b(0x1a3)](_0x3f35c8[_0xc8438b(0x182)](_0x3f35c8[_0xc8438b(0x1a7)](_0x3f35c8['syFZL']('\x20\x20',_0x7d4952[_0xc8438b(0x1f8)][_0xc8438b(0x197)][_0xc8438b(0x21c)]),_0x3f35c8[_0xc8438b(0x20f)]),_0x7d4952[_0xc8438b(0x233)][_0xc8438b(0x21c)]));var _0x1b92b0=(0x0,pickleParser[_0xc8438b(0x1ff)])(_0x7d4952[_0xc8438b(0x233)]);let _0x642356=_0x7d4952[_0xc8438b(0x20b)][_0xc8438b(0x1f1)],_0x6bae24=_0x7d4952[_0xc8438b(0x1d4)],_0x27697c=_0x642356[_0xc8438b(0x19a)];for(let _0x112ef1=0x0;_0x3f35c8[_0xc8438b(0x1be)](_0x112ef1,_0x27697c);_0x112ef1++){let _0x52233f=_0x642356[_0x112ef1];if(_0x52233f['actionLocation']&&_0x52233f[_0xc8438b(0x229)])_0x3f35c8[_0xc8438b(0x1a4)](_0x3f35c8['OCLEk'],_0x3f35c8[_0xc8438b(0x1c1)])?!_0x20cad1[_0xc8438b(0x177)]['uri']['includes'](_0x3f35c8[_0xc8438b(0x17c)])&&(_0x3f35c8[_0xc8438b(0x22f)](_0x23c06d,_0x2ff464[_0xc8438b(0x1ab)][_0xc8438b(0x230)]['toUpperCase']()),_0x2cfaba?_0x1d5994[_0xc8438b(0x1a3)](_0x3f35c8['pnOec'](_0x3f35c8[_0xc8438b(0x1ae)],_0x4c150d[_0xc8438b(0x1ab)][_0xc8438b(0x230)]['toUpperCase']())):_0x29935f['log'](_0x3f35c8[_0xc8438b(0x220)](_0x3f35c8[_0xc8438b(0x1fc)],_0x3058d6[_0xc8438b(0x1ab)][_0xc8438b(0x230)][_0xc8438b(0x1b9)]()))):(_0x2e3d86=!![],console[_0xc8438b(0x1a3)](_0x3f35c8[_0xc8438b(0x1c8)](_0x3f35c8[_0xc8438b(0x227)](_0x3f35c8['WKQtR'](_0x3f35c8[_0xc8438b(0x1f2)],_0x1b92b0[_0x52233f['sourceLocation'][_0xc8438b(0x1b0)]][_0xc8438b(0x1a9)]),_0x3f35c8[_0xc8438b(0x20f)]),_0x6bae24[_0x112ef1][_0xc8438b(0x230)][_0xc8438b(0x1b9)]())),_0x3f35c8['eHpBv'](_0xd9a25f,_0x6bae24[_0x112ef1][_0xc8438b(0x230)][_0xc8438b(0x1b9)]()));else{if(_0x52233f['actionLocation']){if(_0x3f35c8[_0xc8438b(0x187)](_0x3f35c8['HsEXT'],_0x3f35c8[_0xc8438b(0x200)])){if(!_0x52233f['actionLocation'][_0xc8438b(0x1c7)]['includes'](_0x3f35c8[_0xc8438b(0x17c)])){if(_0x3f35c8[_0xc8438b(0x1aa)](_0x3f35c8['LIfUn'],_0x3f35c8[_0xc8438b(0x1bd)]))_0x5f25ba=!![],_0x4fc81c[_0xc8438b(0x1a3)](_0x3f35c8[_0xc8438b(0x199)](_0x3f35c8[_0xc8438b(0x1d7)](_0x3f35c8['usiMZ'](_0x3f35c8[_0xc8438b(0x1f2)],_0x2c11f6[_0x2decf0[_0xc8438b(0x229)][_0xc8438b(0x1b0)]][_0xc8438b(0x1a9)]),_0x3f35c8['BfeUp']),_0x1c7664[_0x1a9445]['status'][_0xc8438b(0x1b9)]())),_0x3f35c8['eHpBv'](_0x30d6bf,_0x22627a[_0x352d13][_0xc8438b(0x230)][_0xc8438b(0x1b9)]());else{_0x3f35c8[_0xc8438b(0x18d)](_0xd9a25f,_0x6bae24[_0x112ef1][_0xc8438b(0x230)][_0xc8438b(0x1b9)]());if(_0x2e3d86){if(_0x3f35c8[_0xc8438b(0x191)](_0x3f35c8['QJVJw'],_0x3f35c8[_0xc8438b(0x194)]))console[_0xc8438b(0x1a3)](_0x3f35c8[_0xc8438b(0x1fa)](_0x3f35c8['RAoof'],_0x6bae24[_0x112ef1][_0xc8438b(0x230)][_0xc8438b(0x1b9)]()));else{_0x33a99d=!![];const _0xb416aa=_0x3f35c8['XZbeP'](_0xe17555,_0x4afb1d[_0x4bf2c6],[_0x3f35c8[_0xc8438b(0x22b)],_0x3f35c8['oyYOK']]);_0xb416aa&&(_0x450d7e[_0x3f35c8[_0xc8438b(0x1e5)](_0x3f35c8[_0xc8438b(0x195)](_0x54f93f[_0xc8438b(0x1f8)][_0xc8438b(0x197)][_0xc8438b(0x21c)],_0x3f35c8[_0xc8438b(0x20f)]),_0x2b50e5[_0xc8438b(0x233)][_0xc8438b(0x21c)])]=_0xb416aa,_0x499f89['log'](_0x3f35c8[_0xc8438b(0x21d)](_0xb416aa,'\x0a')));}}else _0x3f35c8[_0xc8438b(0x1fe)](_0x3f35c8[_0xc8438b(0x1b3)],_0x3f35c8[_0xc8438b(0x1b3)])?console[_0xc8438b(0x1a3)](_0x3f35c8['mVELz'](_0x3f35c8['dRZkI'],_0x6bae24[_0x112ef1]['status'][_0xc8438b(0x1b9)]())):(_0x3f35c8[_0xc8438b(0x1ad)](_0x29aba3,_0x289d26['result']['status'][_0xc8438b(0x1b9)]()),_0x43b4e2?_0x3b9600['log'](_0x3f35c8[_0xc8438b(0x1af)](_0x3f35c8['RAoof'],_0x2a5508['result']['status'][_0xc8438b(0x1b9)]())):_0x5f881c[_0xc8438b(0x1a3)](_0x3f35c8[_0xc8438b(0x1ac)](_0x3f35c8[_0xc8438b(0x1fc)],_0x1c4125[_0xc8438b(0x1ab)][_0xc8438b(0x230)][_0xc8438b(0x1b9)]())));}}}else _0x249917['log'](_0x3f35c8['rPXqS'](_0x3f35c8[_0xc8438b(0x1e5)]('\x0a',_0x25406e[_0xc8438b(0x190)]),'\x0a'));}}if(_0x3f35c8['rzRsJ'](_0x6bae24[_0x112ef1][_0xc8438b(0x230)][_0xc8438b(0x1b9)](),_0x3f35c8['kieet'])){_0x16dde7=!![];const _0x51b72f=_0x3f35c8['CDlxN'](nestedKeyValue,_0x6bae24[_0x112ef1],[_0x3f35c8[_0xc8438b(0x22b)],_0x3f35c8[_0xc8438b(0x179)]]);_0x51b72f&&(testsErrorMessage[_0x3f35c8[_0xc8438b(0x1b8)](_0x3f35c8[_0xc8438b(0x21d)](_0x7d4952[_0xc8438b(0x1f8)][_0xc8438b(0x197)][_0xc8438b(0x21c)],_0x3f35c8[_0xc8438b(0x20f)]),_0x7d4952[_0xc8438b(0x233)][_0xc8438b(0x21c)])]=_0x51b72f,console['log'](_0x3f35c8[_0xc8438b(0x1e4)](_0x51b72f,'\x0a')));}}}_0x16dde7&&(testSuitesFailed+=0x1),console['log']('\x0a');}}function a4_0x1e0a(_0x32a60a,_0x24a89a){const _0x40e5ec=a4_0x40e5();return a4_0x1e0a=function(_0x1e0a09,_0x329ee3){_0x1e0a09=_0x1e0a09-0x175;let _0x5f3099=_0x40e5ec[_0x1e0a09];return _0x5f3099;},a4_0x1e0a(_0x32a60a,_0x24a89a);}module['exports']=BrowserstackFormatter;function a4_0x40e5(){const _0x5c60f7=['wWPOO','uri','uVZOL','zNzCp','FrkTB','exception','TNQOD','kieet','AMBIGUOUS','10yDHBOu','CONFIG','QfyCE','RMdrM','KPPZn','stepResults','lBurE','eventDataCollector','TVjuL','bsMGw','kuAFZ','eCsuf','RCirQ','uHBUX','3081912ilfgzd','196143QVCPvZ','aVxPC','AwIsq','cucumber','KKDku','FsGxN','rlpeI','PmDTz','IEADG','yIIpn','vtuqY','Executing\x20tests\x20for\x20','8oBOSNV','UNKNOWN','UpHKN','3929157fMqpIk','wVTjx','pUtfj','iXmDO','steps','QrIsS','DRnQn','sAOQJ','forEach','xDLzk','TvOad','gherkinDocument','test-step-started','PjTBq','roZHO','dRZkI','stack','uUkDi','getStepLineToPickledStepMap','gWFIF','tUtgR','9107501lrnRtv','sAZhL','BfcUt','vEPlV','xmKDt','TwUYZ','XZbeP','6FpcMLx','ThNuF','testCase','PASSED','pslDT','ftCnt','BfeUp','includes','hCPgZ','RjoEa','capability','12UGJYUO','getTestCaseData','SgBAm','Qjsvq','SKIPPED','cucumber-js/test_old.setup.js','22tKbubO','KKoKy','name','mVELz','jnKZU','logTestCaseFinished','rqGrB','NvytT','2100ywLlHh','Nqemx','env','cucumber/lib/formatter/helpers/pickle_parser.js','DlYtp','jczph','undefined','sourceLocation','ASuNR','uvDub','uPBzs','aejbe','WuNyN','eHpBv','status','1535191zkvtLK','aorFl','pickle','oHvOU','FtwNh','1276370yUmIrB','actionLocation','AbJgv','oyYOK','parse','HIbhk','lIRLQ','lmCxA','Zqyst','zimhC','test-case-started','Hvqzg','RiyOQ','\x20\x20\x20\x20AFTER\x20-\x20','YTfeB','HWDLo','\x20\x20\x20\x20','jKUTW','oHlpy','XOXSM','aNcOY','gtAvE','ijVeK','VFFMw','XUErM','pBjBn','__platform','EmQsX','LvfVz','btAcX','UoZdj','aLNLy','Ozinf','feature','mmCeb','zwnEQ','length','14UEHuUa','pSqUj','LiOVj','czIyi','KKWYZ','gyyjJ','rgJoX','test-run-started','log','kPKgk','Mvlan','UuzSE','CdkdD','CZSyv','text','OUPXo','result','usiMZ','BdGaM','RAoof','rPXqS','line','SMaMG','zjjVa','uVtAW','eventBroadcaster','Iribr','getTestCaseAttempt','ATquH','tHlSc','toUpperCase','rTXcm','\x20-\x20','AZGbF','eeXXK','LzHOv','218ffZZdj','VJodG','IbqxD','AJrRI','ZGmDB','UGXKF','GYena'];a4_0x40e5=function(){return _0x5c60f7;};return a4_0x40e5();}
|
|
1
|
+
function a4_0x23af(_0x3928cf,_0x3c917e){const _0xec7889=a4_0xec78();return a4_0x23af=function(_0x23af2a,_0x371ffa){_0x23af2a=_0x23af2a-0xc1;let _0x5c759b=_0xec7889[_0x23af2a];return _0x5c759b;},a4_0x23af(_0x3928cf,_0x3c917e);}const a4_0x2aff85=a4_0x23af;(function(_0x5666b6,_0x4311d3){const _0x52aba8=a4_0x23af,_0x3a8b3f=_0x5666b6();while(!![]){try{const _0x1d3ec1=parseInt(_0x52aba8(0x10c))/0x1*(-parseInt(_0x52aba8(0xfc))/0x2)+parseInt(_0x52aba8(0xcb))/0x3+-parseInt(_0x52aba8(0x13f))/0x4+parseInt(_0x52aba8(0x10e))/0x5*(-parseInt(_0x52aba8(0x154))/0x6)+-parseInt(_0x52aba8(0x142))/0x7*(-parseInt(_0x52aba8(0x112))/0x8)+-parseInt(_0x52aba8(0x12f))/0x9*(parseInt(_0x52aba8(0xd0))/0xa)+parseInt(_0x52aba8(0x184))/0xb;if(_0x1d3ec1===_0x4311d3)break;else _0x3a8b3f['push'](_0x3a8b3f['shift']());}catch(_0x5053c2){_0x3a8b3f['push'](_0x3a8b3f['shift']());}}}(a4_0xec78,0x3329a));const {requireModule,getPlatformName,nestedKeyValue}=require(a4_0x2aff85(0x175)),{Formatter}=requireModule(a4_0x2aff85(0x12d)),pickleParser=requireModule(a4_0x2aff85(0xda));function a4_0xec78(){const _0x2d666c=['iJCrL','xHHTp','nyWpG','uCcun','lFajz','AOIuv','length','xEDkk','XLNkA','MfbVW','capability','rbqod','FAZXB','272172MQJMtl','QWchV','CONFIG','91IwoFUu','EWgnR','yOfut','xoJmS','ZNNJp','cXZGn','TYhqa','tfYVc','XTzUZ','LlmqZ','lWpdv','kRQgz','PnFBF','steps','OjsOj','xnBDU','YXxIR','UWhgC','862644jGcTcq','FcHnG','qcXPC','result','ciHbs','NIGCt','DYnRI','SynMO','dMuvR','getStepLineToPickledStepMap','CNVLv','SKIPPED','BjJao','IWYso','JDLzC','YZrKl','undefined','status','pickle','PjaSe','pCYYl','OeJvk','zBIxh','wPntu','DMdcG','feature','exports','test-case-started','\x20-\x20','ekTGo','KfBYN','getTestCaseData','escBn','../../../helpers/helper','stepResults','sJOqq','\x20\x20\x20\x20BEFORE\x20-\x20','FQCpf','piwrW','actionLocation','eventBroadcaster','OiOdx','hJUrC','VwZpw','WdTDE','iscRZ','Executing\x20tests\x20for\x20','nOWqL','6991567JSCubO','vcZKe','cucumber-js/test_old.setup.js','name','raqby','RzuTQ','ztNeD','Exxdu','JmMyD','toUpperCase','OTnnp','ZbaAg','parse','nEKYK','PzOjo','vmUVP','1222236fjhoPX','wHmzQ','exception','bgNHB','NNtLM','1180mlzmWR','BwVfL','GIfcN','hxPzq','\x20\x20\x20\x20AFTER\x20-\x20','eventDataCollector','lGVVp','KGADO','rKyfK','PYvaq','cucumber/lib/formatter/helpers/pickle_parser.js','UqZOr','ACUIb','SAbAG','TPxrB','test-step-started','FWkTm','cphYF','ZTqgV','\x20\x20\x20\x20','GSqaL','shOiQ','Syeqt','wQjUs','CNiwI','cYZJq','GtIzD','JYTiv','aRksB','WjefO','xzrkO','qVKwL','lXQca','sourceLocation','uri','SBQsr','LDgvR','jorZB','env','iRZZZ','text','rTAwF','WmWht','qMobS','2uCdNNN','jDLjQ','UNDEFINED','ClYqv','logTestCaseFinished','RIdll','includes','XGrkz','TpIqO','PENDING','BOfXu','hjeAM','gherkinDocument','mMDMF','DxFfH','UMDWR','333815CDZECf','FVaco','10IXwqKx','rxiqM','nPjQt','lNWrP','157816CJixnz','test-case-finished','line','yEUCA','getTestCaseAttempt','__platform','ZQZIC','AMBIGUOUS','qaLOB','JjGRy','kWhaF','uDYhc','njUHb','lhBhr','log','hvAEc','djOQC','qlPDG','testCase','djsQt','ITJqy','ysOrJ','stack','ISNAF','dZUEh','XneHy','PjSOX','cucumber','PASSED','30546FGCkyT','xVjQm','BckGI'];a4_0xec78=function(){return _0x2d666c;};return a4_0xec78();}class BrowserstackFormatter extends Formatter{constructor(_0x497113){const _0x1f71e7=a4_0x2aff85,_0xd820a4={'OiOdx':function(_0x305f12,_0x2c07f5){return _0x305f12(_0x2c07f5);},'DYnRI':function(_0x29a45b,_0x5b245e){return _0x29a45b+_0x5b245e;},'WjefO':'\x20\x20\x20\x20','DxFfH':'\x20-\x20','FVaco':function(_0x59def0,_0x34ff86){return _0x59def0(_0x34ff86);},'PzOjo':function(_0xa53b7d,_0x1ae852){return _0xa53b7d!==_0x1ae852;},'iRZZZ':_0x1f71e7(0x115),'BwVfL':function(_0x19aa49,_0x19fd08){return _0x19aa49===_0x19fd08;},'MfbVW':_0x1f71e7(0xfb),'wQjUs':_0x1f71e7(0xd9),'AOIuv':_0x1f71e7(0x178),'dMuvR':function(_0x29e1aa,_0x55042b){return _0x29e1aa!==_0x55042b;},'wJNUn':_0x1f71e7(0x13a),'RIdll':_0x1f71e7(0x183),'ClYqv':_0x1f71e7(0xc2),'ACUIb':'pkWyc','uCcun':_0x1f71e7(0x189),'djsQt':function(_0x2846c5,_0x6e9876,_0x241436){return _0x2846c5(_0x6e9876,_0x241436);},'nyWpG':_0x1f71e7(0x157),'lGVVp':_0x1f71e7(0xcd),'cYZJq':_0x1f71e7(0x128),'KfBYN':function(_0x1c3026,_0x2b3838){return _0x1c3026+_0x2b3838;},'nPjQt':_0x1f71e7(0x14a),'JRyeZ':_0x1f71e7(0x155),'ZNNJp':'test-run-started','GtIzD':_0x1f71e7(0x16f),'BjJao':_0x1f71e7(0x113),'lFajz':'test-run-finished','JDLzC':_0x1f71e7(0xdf)};super(_0x497113),_0x497113[_0x1f71e7(0x17c)]['on'](_0xd820a4[_0x1f71e7(0x146)],()=>{const _0xbb189a=_0x1f71e7;if(_0xd820a4[_0xbb189a(0xc9)](_0xd820a4[_0xbb189a(0xf7)],_0xd820a4[_0xbb189a(0xf7)])){let _0x1b8135=_0x2167bb[_0xbb189a(0xc7)](_0x2306e1[_0xbb189a(0xf6)][_0xbb189a(0x141)]);_0xc0097c=_0x1b8135['capability'];}else{let _0x2a2383;if(_0xd820a4[_0xbb189a(0xc9)](process['env'][_0xbb189a(0x141)],undefined)){if(_0xd820a4[_0xbb189a(0xd1)](_0xd820a4['MfbVW'],_0xd820a4[_0xbb189a(0x13b)])){let _0x4972ba=JSON['parse'](process[_0xbb189a(0xf6)][_0xbb189a(0x141)]);_0x2a2383=_0x4972ba[_0xbb189a(0x13c)];}else _0x203dda[_0xbb189a(0x117)]=_0xd820a4[_0xbb189a(0x17d)](_0x29651c,_0x536171),_0x2d5602[_0xbb189a(0x120)]('Executing\x20tests\x20for\x20'+_0x2f1244[_0xbb189a(0x117)]);}_0xd820a4[_0xbb189a(0xc9)](_0x2a2383,undefined)&&(_0xd820a4[_0xbb189a(0xc9)](_0xd820a4[_0xbb189a(0xe7)],_0xd820a4[_0xbb189a(0xe7)])?(_0x2db69a=!![],_0x2a3c04[_0xbb189a(0x120)](_0xd820a4[_0xbb189a(0x15a)](_0xd820a4[_0xbb189a(0x15a)](_0xd820a4[_0xbb189a(0x15a)](_0xd820a4[_0xbb189a(0xed)],_0x4026e6[_0x41c978['sourceLocation'][_0xbb189a(0x114)]][_0xbb189a(0xf8)]),_0xd820a4[_0xbb189a(0x10a)]),_0x21f100[_0x2ef9b8][_0xbb189a(0x165)]['toUpperCase']())),_0xd820a4[_0xbb189a(0x10d)](_0x3abe7b,_0x37c378[_0x453db0][_0xbb189a(0x165)]['toUpperCase']())):(global['__platform']=_0xd820a4['OiOdx'](getPlatformName,_0x2a2383),console[_0xbb189a(0x120)]('Executing\x20tests\x20for\x20'+global['__platform'])));}}),_0x497113[_0x1f71e7(0x17c)]['on'](_0xd820a4[_0x1f71e7(0xea)],()=>{const _0x5606b0=_0x1f71e7,_0x2c050f={'ZpMcN':function(_0x1247ea,_0x5afaaf){const _0x107796=a4_0x23af;return _0xd820a4[_0x107796(0x15a)](_0x1247ea,_0x5afaaf);},'ZbaAg':_0xd820a4[_0x5606b0(0x137)]};_0xd820a4[_0x5606b0(0x15c)](_0xd820a4['wJNUn'],_0xd820a4[_0x5606b0(0x101)])?testSuites+=0x1:_0x2d3fbb[_0x5606b0(0x120)](_0x2c050f['ZpMcN'](_0x2c050f[_0x5606b0(0xc6)],_0x263853[_0x7fd38c][_0x5606b0(0x165)]['toUpperCase']()));}),_0x497113['eventBroadcaster']['on'](_0xd820a4[_0x1f71e7(0x160)],_0x2c9e6a=>{const _0x37cd62=_0x1f71e7;_0xd820a4[_0x37cd62(0xc9)](_0xd820a4[_0x37cd62(0xff)],_0xd820a4[_0x37cd62(0xff)])?_0x46f1dd+=0x1:this[_0x37cd62(0x100)](_0x2c9e6a);}),_0x497113['eventBroadcaster']['on'](_0xd820a4[_0x1f71e7(0x136)],()=>{const _0x35b37d=_0x1f71e7,_0x49e9f2={'KGADO':function(_0x2828fe,_0x420188){const _0x67a0df=a4_0x23af;return _0xd820a4[_0x67a0df(0x15a)](_0x2828fe,_0x420188);},'xnBDU':function(_0x1c6f7d,_0x35a01b){const _0x57de52=a4_0x23af;return _0xd820a4[_0x57de52(0x15a)](_0x1c6f7d,_0x35a01b);},'XGrkz':_0xd820a4['WjefO'],'ZJVJD':_0xd820a4[_0x35b37d(0x10a)],'tltHc':function(_0x4a88cd,_0x2bea98){const _0x59f909=_0x35b37d;return _0xd820a4[_0x59f909(0x17d)](_0x4a88cd,_0x2bea98);}};_0xd820a4['dMuvR'](_0xd820a4[_0x35b37d(0xdc)],_0xd820a4[_0x35b37d(0x135)])?totalTests-=0x2:(_0x52e11a=!![],_0x11368d[_0x35b37d(0x120)](_0x49e9f2[_0x35b37d(0xd7)](_0x49e9f2[_0x35b37d(0xd7)](_0x49e9f2[_0x35b37d(0x151)](_0x49e9f2[_0x35b37d(0x103)],_0x186e82[_0x519343[_0x35b37d(0xf1)][_0x35b37d(0x114)]]['text']),_0x49e9f2['ZJVJD']),_0x8018a6[_0x35b37d(0x157)][_0x35b37d(0x165)][_0x35b37d(0xc4)]())),_0x49e9f2['tltHc'](_0x3c7858,_0x3b0961[_0x35b37d(0x157)][_0x35b37d(0x165)][_0x35b37d(0xc4)]()));}),_0x497113[_0x1f71e7(0x17c)]['on'](_0xd820a4[_0x1f71e7(0x162)],()=>{const _0x5c55a3=_0x1f71e7;if(_0xd820a4[_0x5c55a3(0xd1)](_0xd820a4[_0x5c55a3(0x110)],_0xd820a4['JRyeZ'])){const _0x5a5b4c=_0xd820a4[_0x5c55a3(0x125)](_0x9dd9fb,_0x2c5197,[_0xd820a4[_0x5c55a3(0x134)],_0xd820a4[_0x5c55a3(0xd6)],_0xd820a4[_0x5c55a3(0xe9)]]);_0x5a5b4c&&(_0x49257b[_0xdbc413[_0x5c55a3(0x187)]]=_0x5a5b4c,_0x5b0696[_0x5c55a3(0x120)](_0xd820a4[_0x5c55a3(0x172)](_0x5a5b4c,'\x0a'))),_0x1e5de5=!![];}else totalTests+=0x1;});}[a4_0x2aff85(0x100)](_0x437e56){const _0x44ea3b=a4_0x2aff85,_0x886fca={'SAbAG':function(_0x281aa7,_0x708ad1){return _0x281aa7!==_0x708ad1;},'cPNRw':_0x44ea3b(0x132),'hvAEc':'FAILED','GIfcN':_0x44ea3b(0x12e),'zfKFW':_0x44ea3b(0x15f),'VwZpw':_0x44ea3b(0x105),'DMdcG':_0x44ea3b(0xfe),'VUyNP':'UNKNOWN','CNiwI':_0x44ea3b(0x119),'ekTGo':function(_0x160844,_0x4f7a96){return _0x160844!==_0x4f7a96;},'YZrKl':function(_0x21fe45,_0x1f4018){return _0x21fe45!==_0x1f4018;},'hEgwN':function(_0x2f50ae,_0x47b518){return _0x2f50ae(_0x47b518);},'uDYhc':_0x44ea3b(0x186),'ciHbs':function(_0xe0c181,_0x3e0828){return _0xe0c181(_0x3e0828);},'hJUrC':function(_0x53f534,_0x57d06e){return _0x53f534+_0x57d06e;},'OeJvk':_0x44ea3b(0xd4),'zBIxh':_0x44ea3b(0x178),'OjsOj':function(_0x440130,_0x5cab11){return _0x440130+_0x5cab11;},'wtPkq':function(_0x4641cc,_0x5b5b33){return _0x4641cc(_0x5b5b33);},'lXQca':function(_0x14cceb,_0x286bd2){return _0x14cceb(_0x286bd2);},'jDLjQ':function(_0x31dd33,_0x4f53a2){return _0x31dd33===_0x4f53a2;},'kWhaF':_0x44ea3b(0x149),'xEDkk':_0x44ea3b(0x10f),'aRksB':function(_0x370cea,_0x1d9a0e){return _0x370cea+_0x1d9a0e;},'iAsZX':_0x44ea3b(0xe3),'BckGI':_0x44ea3b(0x170),'YXxIR':function(_0x54eae6,_0x3db663){return _0x54eae6(_0x3db663);},'cXZGn':function(_0x121546,_0x411c08){return _0x121546!==_0x411c08;},'mMDMF':_0x44ea3b(0xf3),'tPzJj':'ozYUF','TYhqa':function(_0x462d1a,_0x4cc97d){return _0x462d1a!==_0x4cc97d;},'pCYYl':_0x44ea3b(0x126),'raqby':function(_0x37070f,_0x441365){return _0x37070f(_0x441365);},'CNVLv':_0x44ea3b(0x177),'hjeAM':_0x44ea3b(0x174),'FWkTm':function(_0x47b4bd,_0x34c17e){return _0x47b4bd+_0x34c17e;},'UqZOr':function(_0x56fdb8,_0x875c96){return _0x56fdb8===_0x875c96;},'EWgnR':_0x44ea3b(0xe2),'vcZKe':_0x44ea3b(0xcc),'JmMyD':function(_0x29eca9,_0x50ddea){return _0x29eca9==_0x50ddea;},'lNWrP':function(_0x47ead6,_0x5ed482){return _0x47ead6===_0x5ed482;},'qaLOB':_0x44ea3b(0x133),'shOiQ':_0x44ea3b(0xe6),'SynMO':function(_0x14fb9b,_0xfce1ed,_0x100987){return _0x14fb9b(_0xfce1ed,_0x100987);},'BOfXu':_0x44ea3b(0x157),'XneHy':_0x44ea3b(0xcd),'iscRZ':_0x44ea3b(0x128),'PjSOX':function(_0x2a8e22,_0x28214f){return _0x2a8e22!==_0x28214f;},'IWYso':_0x44ea3b(0xee),'FAZXB':function(_0x4fc2e6,_0xbf6d1d){return _0x4fc2e6+_0xbf6d1d;},'djOQC':function(_0x281793,_0x325420){return _0x281793+_0x325420;},'FQCpf':function(_0x33965f,_0x96ebf5){return _0x33965f+_0x96ebf5;},'Vhthb':function(_0x2f3c8b,_0x6ef283){return _0x2f3c8b+_0x6ef283;},'TMKHS':function(_0x4c1227,_0x5f1e72){return _0x4c1227+_0x5f1e72;},'UMDWR':function(_0x17135b,_0xa7b360){return _0x17135b+_0xa7b360;},'GSqaL':function(_0x2ef047,_0x265bed){return _0x2ef047+_0x265bed;},'kRQgz':function(_0x153c34,_0xce88a0){return _0x153c34+_0xce88a0;},'NIGCt':function(_0x2523d1,_0x1d163b){return _0x2523d1!==_0x1d163b;},'cphYF':_0x44ea3b(0xf9),'lWpdv':function(_0x15b7ed,_0x12dd4d){return _0x15b7ed+_0x12dd4d;},'qVKwL':_0x44ea3b(0x164),'rKyfK':function(_0x2372a7,_0xc2887e){return _0x2372a7!==_0xc2887e;},'OTnnp':_0x44ea3b(0x14e),'rbqod':_0x44ea3b(0x167),'YrBjz':function(_0x4f37b2,_0xc50faf){return _0x4f37b2+_0xc50faf;},'lhBhr':function(_0x168286,_0xf47f60){return _0x168286+_0xf47f60;},'dZUEh':function(_0x1d34a1,_0x15b582){return _0x1d34a1<_0x15b582;},'tVIWs':function(_0xb5bba3,_0x160fe3){return _0xb5bba3!==_0x160fe3;},'QWchV':_0x44ea3b(0x130),'JjGRy':function(_0x283c81,_0x140946){return _0x283c81+_0x140946;},'Fkglt':function(_0x36dbbf,_0x5005b9){return _0x36dbbf+_0x5005b9;},'GQvfl':function(_0x47f4e4,_0x229ac6){return _0x47f4e4+_0x229ac6;},'piwrW':function(_0x24b5c4,_0x247842){return _0x24b5c4(_0x247842);},'ysOrJ':function(_0x1568c7,_0x4c63b9){return _0x1568c7!==_0x4c63b9;},'WmWht':_0x44ea3b(0x180),'qlPDG':'JydzK','qcXPC':_0x44ea3b(0xca),'jorZB':_0x44ea3b(0xd3),'yOfut':function(_0x1821e3,_0x59d7ce){return _0x1821e3(_0x59d7ce);},'nEKYK':function(_0x10f159,_0x4c3a84){return _0x10f159!==_0x4c3a84;},'LDgvR':_0x44ea3b(0x11e),'NNtLM':function(_0x630625,_0x1bf447){return _0x630625===_0x1bf447;},'JYTiv':_0x44ea3b(0x104),'ztNeD':function(_0x1a9fd6,_0x159cdf,_0xc28c2c){return _0x1a9fd6(_0x159cdf,_0xc28c2c);},'ISNAF':function(_0x582c93,_0x5c6619){return _0x582c93+_0x5c6619;},'xoJmS':function(_0x47f4b0,_0x30ad28){return _0x47f4b0+_0x30ad28;},'ZQZIC':function(_0x4c0839,_0x23d942){return _0x4c0839+_0x23d942;}};let _0x2e51f1=![];function _0x224f5a(_0x16a980){const _0xb6e584=_0x44ea3b;if(_0x886fca[_0xb6e584(0xdd)](_0x886fca['cPNRw'],_0x886fca['cPNRw']))_0x11c694+=0x1;else switch(_0x16a980){case _0x886fca[_0xb6e584(0x121)]:testsFailed+=0x1;break;case _0x886fca[_0xb6e584(0xd2)]:testsPassed+=0x1;break;case _0x886fca['zfKFW']:testsSkipped+=0x1;break;case _0x886fca[_0xb6e584(0x17f)]:testsPending+=0x1;break;case _0x886fca[_0xb6e584(0x16c)]:testsUndefined+=0x1;break;case _0x886fca['VUyNP']:testsUnknown+=0x1;break;case _0x886fca[_0xb6e584(0xe8)]:testsAmbiguous+=0x1;break;default:break;}}if(_0x886fca[_0x44ea3b(0x148)](global[_0x44ea3b(0x117)],undefined)){if(_0x886fca[_0x44ea3b(0x159)](_0x886fca['cphYF'],_0x886fca[_0x44ea3b(0xe1)])){let _0x355f46;if(_0x886fca[_0x44ea3b(0x171)](_0x564c67[_0x44ea3b(0xf6)][_0x44ea3b(0x141)],_0x1fc9ae)){let _0x275d17=_0x52c975['parse'](_0x2348b1[_0x44ea3b(0xf6)][_0x44ea3b(0x141)]);_0x355f46=_0x275d17[_0x44ea3b(0x13c)];}_0x886fca[_0x44ea3b(0x163)](_0x355f46,_0x32dd27)&&(_0x3c5c86[_0x44ea3b(0x117)]=_0x886fca['hEgwN'](_0x48cb38,_0x355f46),_0x33ffd4[_0x44ea3b(0x120)](_0x44ea3b(0x182)+_0x4cbe3a[_0x44ea3b(0x117)]));}else console[_0x44ea3b(0x120)](_0x886fca['lWpdv'](_0x886fca[_0x44ea3b(0x14c)]('\x0a',global[_0x44ea3b(0x117)]),'\x0a'));}let _0x16ada8=![];if(_0x886fca['TYhqa'](typeof this[_0x44ea3b(0xd5)][_0x44ea3b(0x173)],_0x886fca[_0x44ea3b(0xef)])){if(_0x886fca[_0x44ea3b(0xd8)](_0x886fca[_0x44ea3b(0xc5)],_0x886fca[_0x44ea3b(0x13d)])){var _0x3c4bc5=this[_0x44ea3b(0xd5)][_0x44ea3b(0x173)](_0x437e56['sourceLocation']),_0x18b9c5=_0x3c4bc5[_0x44ea3b(0x166)],_0x4c93bf=_0x3c4bc5[_0x44ea3b(0x124)];console['log'](_0x886fca['YrBjz']('\x20\x20',_0x18b9c5[_0x44ea3b(0x187)]));var _0x569863=(0x0,pickleParser[_0x44ea3b(0x15d)])(_0x18b9c5);_0x4c93bf['steps']['forEach'](function(_0x2f6845){const _0x238de8=_0x44ea3b,_0x2183e0={'wPntu':function(_0x16417d,_0x23c4d4){return _0x886fca['OjsOj'](_0x16417d,_0x23c4d4);},'bgNHB':_0x886fca[_0x238de8(0x169)],'LlmqZ':function(_0x29a20d,_0x321271){return _0x886fca['wtPkq'](_0x29a20d,_0x321271);},'TPxrB':_0x886fca[_0x238de8(0x16a)],'UWhgC':function(_0x5cd53d,_0x532b3c){const _0xaebf01=_0x238de8;return _0x886fca[_0xaebf01(0xf0)](_0x5cd53d,_0x532b3c);}};if(_0x886fca[_0x238de8(0xfd)](_0x886fca[_0x238de8(0x11c)],_0x886fca[_0x238de8(0x11c)])){if(_0x2f6845[_0x238de8(0x17b)]&&_0x2f6845[_0x238de8(0xf1)])_0x886fca[_0x238de8(0xfd)](_0x886fca[_0x238de8(0x139)],_0x886fca[_0x238de8(0x139)])?(_0x2e51f1=!![],console['log'](_0x886fca['aRksB'](_0x886fca['OjsOj'](_0x886fca[_0x238de8(0x17e)](_0x886fca['iAsZX'],_0x569863[_0x2f6845[_0x238de8(0xf1)][_0x238de8(0x114)]][_0x238de8(0xf8)]),_0x886fca[_0x238de8(0x131)]),_0x2f6845[_0x238de8(0x157)][_0x238de8(0x165)][_0x238de8(0xc4)]())),_0x886fca[_0x238de8(0x152)](_0x224f5a,_0x2f6845[_0x238de8(0x157)][_0x238de8(0x165)][_0x238de8(0xc4)]())):_0x301a84[_0x238de8(0x120)](_0x2183e0[_0x238de8(0x16b)](_0x2183e0[_0x238de8(0xce)],_0x6e7caa[_0x238de8(0x157)][_0x238de8(0x165)][_0x238de8(0xc4)]()));else _0x2f6845[_0x238de8(0x17b)]&&(_0x886fca[_0x238de8(0x147)](_0x886fca[_0x238de8(0x109)],_0x886fca['tPzJj'])?!_0x2f6845[_0x238de8(0x17b)]['uri'][_0x238de8(0x102)](_0x886fca[_0x238de8(0x11d)])&&(_0x886fca[_0x238de8(0x148)](_0x886fca[_0x238de8(0x168)],_0x886fca[_0x238de8(0x168)])?_0x234521[_0x238de8(0x120)](_0x2183e0[_0x238de8(0x16b)](_0x2183e0[_0x238de8(0xce)],_0xfc7ab[_0x57562a]['status'][_0x238de8(0xc4)]())):(_0x886fca[_0x238de8(0x188)](_0x224f5a,_0x2f6845['result'][_0x238de8(0x165)]['toUpperCase']()),_0x2e51f1?_0x886fca['jDLjQ'](_0x886fca[_0x238de8(0x15e)],_0x886fca[_0x238de8(0x107)])?this['logTestCaseFinished'](_0x56d02f):console[_0x238de8(0x120)](_0x886fca[_0x238de8(0xe0)](_0x886fca['OeJvk'],_0x2f6845[_0x238de8(0x157)][_0x238de8(0x165)][_0x238de8(0xc4)]())):_0x886fca[_0x238de8(0xdb)](_0x886fca[_0x238de8(0x143)],_0x886fca[_0x238de8(0x185)])?!_0x18a186[_0x238de8(0x17b)][_0x238de8(0xf2)][_0x238de8(0x102)](_0x886fca[_0x238de8(0x11d)])&&(_0x886fca[_0x238de8(0x158)](_0x21ff4e,_0x482f6c[_0x4b4b28][_0x238de8(0x165)][_0x238de8(0xc4)]()),_0x4651d7?_0x34c128[_0x238de8(0x120)](_0x886fca[_0x238de8(0x17e)](_0x886fca[_0x238de8(0x169)],_0x1b686d[_0x2f81bb][_0x238de8(0x165)][_0x238de8(0xc4)]())):_0x890b0[_0x238de8(0x120)](_0x886fca['hJUrC'](_0x886fca[_0x238de8(0x16a)],_0x30a84f[_0x2d971f][_0x238de8(0x165)][_0x238de8(0xc4)]()))):console[_0x238de8(0x120)](_0x886fca[_0x238de8(0xec)](_0x886fca[_0x238de8(0x16a)],_0x2f6845['result'][_0x238de8(0x165)][_0x238de8(0xc4)]())))):(_0x2183e0[_0x238de8(0x14b)](_0x2432ce,_0x41db52[_0x238de8(0x157)][_0x238de8(0x165)][_0x238de8(0xc4)]()),_0x5e54db?_0x584573[_0x238de8(0x120)](_0x2183e0[_0x238de8(0x16b)](_0x2183e0[_0x238de8(0xce)],_0x10d255[_0x238de8(0x157)][_0x238de8(0x165)][_0x238de8(0xc4)]())):_0xa25a4f[_0x238de8(0x120)](_0x2183e0['wPntu'](_0x2183e0[_0x238de8(0xde)],_0x1da0b8[_0x238de8(0x157)][_0x238de8(0x165)][_0x238de8(0xc4)]()))));if(_0x886fca[_0x238de8(0xc3)](_0x2f6845[_0x238de8(0x157)][_0x238de8(0x165)][_0x238de8(0xc4)](),_0x886fca[_0x238de8(0x121)])){if(_0x886fca[_0x238de8(0x111)](_0x886fca[_0x238de8(0x11a)],_0x886fca[_0x238de8(0xe5)]))_0x4f37af[_0x238de8(0x120)](_0x886fca[_0x238de8(0x17e)](_0x886fca['zBIxh'],_0x4ac271[_0x238de8(0x157)][_0x238de8(0x165)][_0x238de8(0xc4)]()));else{const _0x5635f3=_0x886fca[_0x238de8(0x15b)](nestedKeyValue,_0x2f6845,[_0x886fca[_0x238de8(0x106)],_0x886fca[_0x238de8(0x12b)],_0x886fca[_0x238de8(0x181)]]);_0x5635f3&&(_0x886fca[_0x238de8(0x12c)](_0x886fca[_0x238de8(0x161)],_0x886fca['IWYso'])?_0x587267+=0x1:(testsErrorMessage[_0x18b9c5['name']]=_0x5635f3,console[_0x238de8(0x120)](_0x886fca[_0x238de8(0x150)](_0x5635f3,'\x0a')))),_0x16ada8=!![];}}}else _0x2183e0[_0x238de8(0x153)](_0x104771,_0x4d507c[_0x1fc1eb]['status']['toUpperCase']()),_0xc7918e?_0x10e98a[_0x238de8(0x120)](_0x2183e0[_0x238de8(0x16b)](_0x2183e0[_0x238de8(0xce)],_0x14fafc[_0x1d37b4][_0x238de8(0x165)][_0x238de8(0xc4)]())):_0x477e13['log'](_0x2183e0['wPntu'](_0x2183e0[_0x238de8(0xde)],_0x56daad[_0x18c893][_0x238de8(0x165)][_0x238de8(0xc4)]()));});}else{_0x5cdbb2=!![];const _0x4c2788=_0x886fca[_0x44ea3b(0x15b)](_0x2dbb15,_0x4351f1[_0x291b9f],[_0x886fca[_0x44ea3b(0x12b)],_0x886fca[_0x44ea3b(0x181)]]);_0x4c2788&&(_0x57c4d9[_0x886fca[_0x44ea3b(0xe0)](_0x886fca[_0x44ea3b(0x13e)](_0x4b30c6[_0x44ea3b(0x108)]['feature'][_0x44ea3b(0x187)],_0x886fca[_0x44ea3b(0x131)]),_0x5de715[_0x44ea3b(0x166)]['name'])]=_0x4c2788,_0x5e7ba8[_0x44ea3b(0x120)](_0x886fca[_0x44ea3b(0x122)](_0x4c2788,'\x0a')));}}else{const _0x3f76e9=this[_0x44ea3b(0xd5)][_0x44ea3b(0x116)](_0x437e56);console[_0x44ea3b(0x120)](_0x886fca['TMKHS'](_0x886fca[_0x44ea3b(0x179)](_0x886fca[_0x44ea3b(0x11f)]('\x20\x20',_0x3f76e9['gherkinDocument'][_0x44ea3b(0x16d)]['name']),_0x886fca[_0x44ea3b(0x131)]),_0x3f76e9['pickle'][_0x44ea3b(0x187)]));var _0x569863=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0x3f76e9[_0x44ea3b(0x166)]);let _0x304756=_0x3f76e9[_0x44ea3b(0x124)][_0x44ea3b(0x14f)],_0x3478c6=_0x3f76e9[_0x44ea3b(0x176)],_0x3f0488=_0x304756[_0x44ea3b(0x138)];for(let _0x3989c5=0x0;_0x886fca[_0x44ea3b(0x12a)](_0x3989c5,_0x3f0488);_0x3989c5++){let _0x594fd3=_0x304756[_0x3989c5];if(_0x594fd3[_0x44ea3b(0x17b)]&&_0x594fd3[_0x44ea3b(0xf1)])_0x886fca['tVIWs'](_0x886fca[_0x44ea3b(0x140)],_0x886fca['QWchV'])?(_0x2bf8af[_0x886fca[_0x44ea3b(0x179)](_0x886fca['Vhthb'](_0x32beee['gherkinDocument'][_0x44ea3b(0x16d)][_0x44ea3b(0x187)],_0x886fca[_0x44ea3b(0x131)]),_0x5ca98e['pickle'][_0x44ea3b(0x187)])]=_0x46bf0e,_0x110b9f['log'](_0x886fca['TMKHS'](_0x31f179,'\x0a'))):(_0x2e51f1=!![],console['log'](_0x886fca[_0x44ea3b(0x11b)](_0x886fca['Fkglt'](_0x886fca['GQvfl'](_0x886fca['iAsZX'],_0x569863[_0x594fd3[_0x44ea3b(0xf1)][_0x44ea3b(0x114)]]['text']),_0x886fca['BckGI']),_0x3478c6[_0x3989c5][_0x44ea3b(0x165)]['toUpperCase']())),_0x886fca[_0x44ea3b(0x17a)](_0x224f5a,_0x3478c6[_0x3989c5][_0x44ea3b(0x165)][_0x44ea3b(0xc4)]()));else _0x594fd3[_0x44ea3b(0x17b)]&&(_0x886fca[_0x44ea3b(0x127)](_0x886fca[_0x44ea3b(0xfa)],_0x886fca[_0x44ea3b(0x123)])?!_0x594fd3['actionLocation'][_0x44ea3b(0xf2)][_0x44ea3b(0x102)](_0x886fca[_0x44ea3b(0x11d)])&&(_0x886fca['tVIWs'](_0x886fca[_0x44ea3b(0x156)],_0x886fca[_0x44ea3b(0xf5)])?(_0x886fca[_0x44ea3b(0x144)](_0x224f5a,_0x3478c6[_0x3989c5][_0x44ea3b(0x165)][_0x44ea3b(0xc4)]()),_0x2e51f1?_0x886fca[_0x44ea3b(0xc8)](_0x886fca[_0x44ea3b(0xf4)],_0x886fca[_0x44ea3b(0xf4)])?!_0x2c1cf7[_0x44ea3b(0x17b)][_0x44ea3b(0xf2)][_0x44ea3b(0x102)](_0x886fca[_0x44ea3b(0x11d)])&&(_0x886fca[_0x44ea3b(0x188)](_0x46a007,_0x8bcb9a[_0x44ea3b(0x157)]['status']['toUpperCase']()),_0x3cb619?_0x35b2ef[_0x44ea3b(0x120)](_0x886fca[_0x44ea3b(0x10b)](_0x886fca[_0x44ea3b(0x169)],_0x3513cf['result']['status'][_0x44ea3b(0xc4)]())):_0x32bba8[_0x44ea3b(0x120)](_0x886fca[_0x44ea3b(0xe4)](_0x886fca[_0x44ea3b(0x16a)],_0x255e9e[_0x44ea3b(0x157)][_0x44ea3b(0x165)][_0x44ea3b(0xc4)]()))):console[_0x44ea3b(0x120)](_0x886fca[_0x44ea3b(0x179)](_0x886fca[_0x44ea3b(0x169)],_0x3478c6[_0x3989c5][_0x44ea3b(0x165)][_0x44ea3b(0xc4)]())):_0x886fca[_0x44ea3b(0xcf)](_0x886fca[_0x44ea3b(0xeb)],_0x886fca[_0x44ea3b(0xeb)])?console[_0x44ea3b(0x120)](_0x886fca[_0x44ea3b(0xe0)](_0x886fca['zBIxh'],_0x3478c6[_0x3989c5][_0x44ea3b(0x165)]['toUpperCase']())):(_0x3f1983[_0x3681b2[_0x44ea3b(0x187)]]=_0x2f96d7,_0x1652c8[_0x44ea3b(0x120)](_0x886fca[_0x44ea3b(0x14d)](_0x2cb445,'\x0a')))):_0x1df7be-=0x2):_0x2ad541[_0x44ea3b(0x120)](_0x886fca['aRksB'](_0x886fca['FQCpf']('\x0a',_0x1c7c22[_0x44ea3b(0x117)]),'\x0a')));if(_0x886fca[_0x44ea3b(0xc3)](_0x3478c6[_0x3989c5]['status'][_0x44ea3b(0xc4)](),_0x886fca[_0x44ea3b(0x121)])){_0x16ada8=!![];const _0x1c43a2=_0x886fca[_0x44ea3b(0xc1)](nestedKeyValue,_0x3478c6[_0x3989c5],[_0x886fca['XneHy'],_0x886fca[_0x44ea3b(0x181)]]);_0x1c43a2&&(testsErrorMessage[_0x886fca[_0x44ea3b(0x129)](_0x886fca[_0x44ea3b(0x145)](_0x3f76e9['gherkinDocument'][_0x44ea3b(0x16d)]['name'],_0x886fca['BckGI']),_0x3f76e9['pickle'][_0x44ea3b(0x187)])]=_0x1c43a2,console[_0x44ea3b(0x120)](_0x886fca[_0x44ea3b(0x118)](_0x1c43a2,'\x0a')));}}}_0x16ada8&&(testSuitesFailed+=0x1),console['log']('\x0a');}}module[a4_0x2aff85(0x16e)]=BrowserstackFormatter;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a5_0x256268=a5_0x48cd;(function(_0x5e59b5,_0x2e44b2){const _0x46242c=a5_0x48cd,_0x3723fb=_0x5e59b5();while(!![]){try{const _0x29c2d0=-parseInt(_0x46242c(0x126))/0x1*(-parseInt(_0x46242c(0xcc))/0x2)+-parseInt(_0x46242c(0xd3))/0x3*(parseInt(_0x46242c(0x124))/0x4)+-parseInt(_0x46242c(0x128))/0x5*(-parseInt(_0x46242c(0xfe))/0x6)+parseInt(_0x46242c(0xe6))/0x7+parseInt(_0x46242c(0xa6))/0x8+parseInt(_0x46242c(0xeb))/0x9+-parseInt(_0x46242c(0xec))/0xa;if(_0x29c2d0===_0x2e44b2)break;else _0x3723fb['push'](_0x3723fb['shift']());}catch(_0x3bd0a5){_0x3723fb['push'](_0x3723fb['shift']());}}}(a5_0x34ec,0xa600e));const {requireModule,modifyCommand,isTrue}=require(a5_0x256268(0x11e)),setKeepAlive=require(a5_0x256268(0xf9)),cucumberModule=requireModule(a5_0x256268(0xb1)),logger=require('../../helpers/logger')[a5_0x256268(0xaa)];modifyCommand(),setKeepAlive();let Before=cucumberModule[a5_0x256268(0xd1)],After=cucumberModule[a5_0x256268(0xed)],AfterAll=cucumberModule[a5_0x256268(0x109)],BeforeAll=cucumberModule[a5_0x256268(0x10e)],AfterStep=cucumberModule[a5_0x256268(0xa5)],configuration=process[a5_0x256268(0xf3)][a5_0x256268(0xd9)];if(configuration!==undefined){let config=JSON[a5_0x256268(0x110)](configuration);isTrue(config[a5_0x256268(0x12b)])&&(global['__skipSessionName']=!![]),require(a5_0x256268(0x10d))[a5_0x256268(0x11c)](config);}function a5_0x48cd(_0x3c9a63,_0x5107af){const _0x34ec11=a5_0x34ec();return a5_0x48cd=function(_0x48cd0d,_0x43d704){_0x48cd0d=_0x48cd0d-0xa0;let _0x232c1b=_0x34ec11[_0x48cd0d];return _0x232c1b;},a5_0x48cd(_0x3c9a63,_0x5107af);}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule[a5_0x256268(0x107)]=_0x428a6f=>{const _0x44aecd=a5_0x256268,_0x5b25af={'AIRJs':function(_0x1bacda,_0x10f2ba){return _0x1bacda(_0x10f2ba);}};global[_0x44aecd(0xbd)]=_0x428a6f,_0x5b25af[_0x44aecd(0xe8)](__setDefaultTimeout,_0x428a6f);};const a5_0xce8beb={};a5_0xce8beb[a5_0x256268(0xa4)]=a5_0x256268(0xdb),BeforeAll(a5_0xce8beb,function(){const _0x2e3c37=a5_0x256268,_0x1b01c9={'FCUuJ':function(_0x2531be,_0x52da72){return _0x2531be(_0x52da72);},'YLtqF':_0x2e3c37(0x10d),'RjxcZ':function(_0x4fa0b6,_0x4a0236){return _0x4fa0b6===_0x4a0236;},'HLrHu':_0x2e3c37(0xbc),'yahoK':function(_0xd9e83d,_0x5d68b1){return _0xd9e83d!==_0x5d68b1;},'rXXwD':'zAeTb','gPrTW':_0x2e3c37(0xe4),'RGUEA':_0x2e3c37(0xee),'EegTh':_0x2e3c37(0xa3),'oZQqo':function(_0x549076,_0x3062e1){return _0x549076!==_0x3062e1;},'VtuKH':_0x2e3c37(0xea),'aViAw':_0x2e3c37(0xc3),'hUqBV':function(_0x975e18,_0x4e3fd3){return _0x975e18===_0x4e3fd3;},'HIxkZ':_0x2e3c37(0xab),'EbjmI':'uPEUJ','aPBRV':'mbymM','MXJTX':_0x2e3c37(0xa9),'tlimV':'Lmnpt','lyWNO':_0x2e3c37(0xb7),'RnqwO':function(_0x5a7423,_0x5b141c){return _0x5a7423!==_0x5b141c;},'aHwRE':_0x2e3c37(0xb0),'vGsZq':_0x2e3c37(0xfa),'QIibW':'Inside\x20browserstack\x20BeforeAll'};logger[_0x2e3c37(0x122)](_0x1b01c9[_0x2e3c37(0x11b)]),global[_0x2e3c37(0x127)]=[],global[_0x2e3c37(0x105)]=![],global[_0x2e3c37(0xdf)]=async()=>{const _0x48e117=_0x2e3c37,_0x539c47={'HWjQF':function(_0x1a1470,_0x1e0f99){const _0x1c05bc=a5_0x48cd;return _0x1b01c9[_0x1c05bc(0x125)](_0x1a1470,_0x1e0f99);},'DzqhL':function(_0x37ffc8,_0x543da7){const _0x1b32cc=a5_0x48cd;return _0x1b01c9[_0x1b32cc(0x125)](_0x37ffc8,_0x543da7);},'tOQIO':_0x1b01c9['YLtqF']};if(_0x1b01c9['RjxcZ'](_0x1b01c9[_0x48e117(0x120)],_0x1b01c9[_0x48e117(0x120)])){let _0x48d806=![];try{if(_0x1b01c9[_0x48e117(0x112)](_0x1b01c9[_0x48e117(0x101)],_0x1b01c9[_0x48e117(0xfb)])){await global['__drivers'][0x0][_0x48e117(0xe3)],_0x48d806=!![];if(global['__sessionFailed']){if(_0x1b01c9[_0x48e117(0xba)](_0x1b01c9[_0x48e117(0xaf)],_0x1b01c9[_0x48e117(0xaf)]))await global[_0x48e117(0xd6)][0x0][_0x48e117(0xfd)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20'+JSON[_0x48e117(0x123)](global[_0x48e117(0x127)]['join'](_0x1b01c9[_0x48e117(0x103)]))+'}}');else{let _0x5916b9=_0x2812a8[_0x48e117(0x110)](_0x5e1f27);_0x539c47[_0x48e117(0x115)](_0x59d83b,_0x5916b9[_0x48e117(0x12b)])&&(_0x103bad[_0x48e117(0x100)]=!![]),_0x539c47[_0x48e117(0x10c)](_0x1fed19,_0x539c47[_0x48e117(0xcd)])['browserstackAgentV2'](_0x5916b9);}}else _0x1b01c9[_0x48e117(0xb6)](_0x1b01c9[_0x48e117(0xef)],_0x1b01c9[_0x48e117(0xd7)])?await global['__drivers'][0x0][_0x48e117(0xfd)](_0x48e117(0x10f)):_0x58f7dc[_0x48e117(0x127)][_0x48e117(0x106)](_0x52a9c3[_0x48e117(0xc0)][_0x48e117(0xb9)]);}else _0x47722a['debug'](_0x48e117(0xa1)+_0x1696df);}catch(_0x4f4e54){_0x1b01c9[_0x48e117(0x11a)](_0x1b01c9[_0x48e117(0xe7)],_0x1b01c9['EbjmI'])?_0x24cd1f['debug']('Error:\x20quiting\x20driver\x20at\x20After:\x20'+_0x55c78b):logger[_0x48e117(0x122)](_0x48e117(0xf8)+_0x4f4e54);}global['__error_messages__']=[],global[_0x48e117(0x105)]=![];if(_0x48d806){if(_0x1b01c9[_0x48e117(0x11a)](_0x1b01c9[_0x48e117(0xb2)],_0x1b01c9[_0x48e117(0xb8)]))_0x1786e8['debug']('Error:\x20cleaning\x20up\x20driver:\x20'+_0x3249f5);else try{_0x1b01c9[_0x48e117(0x11a)](_0x1b01c9[_0x48e117(0x121)],_0x1b01c9[_0x48e117(0xff)])?(_0x4ee434[_0x48e117(0xbd)]=_0x1ec2c4,_0x539c47[_0x48e117(0x115)](_0x3e1f13,_0x2cd73a)):await global[_0x48e117(0xd6)][0x0][_0x48e117(0x11d)]();}catch(_0x2fc43b){_0x1b01c9['RnqwO'](_0x1b01c9['aHwRE'],_0x1b01c9[_0x48e117(0xf2)])?logger[_0x48e117(0x122)](_0x48e117(0xb5)+_0x2fc43b):_0x2f4d45[_0x48e117(0x100)]=!![];}}}else _0x5b7231['debug'](_0x48e117(0xb5)+_0x411766);};});const a5_0x20bd8f={};function a5_0x34ec(){const _0x33aa40=['Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','Error:\x20at\x20After:\x20','finally','\x20|\x20','name','AfterStep','10186728kaWmmz','Passed:\x20','bBMIW','vBfho','winstonLogger','ZCfkm','OAtZj','vcEBx','xDeli','RGUEA','pDSco','@cucumber/cucumber/lib/index.js','aPBRV','INvqh','dsmmi','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','oZQqo','GznzJ','MXJTX','message','RjxcZ','sfZZU','SKrxs','__timeout','join','Inside\x20browserstack\x20AfterStep','result','Tjhce','quitCount_','zkmIy',',\x22level\x22:\x20\x22','split','nyYBq','timeout','RBEpH','SwKhI','cPyPm','xFSSj','62dYfqHi','tOQIO','text','toString','xkbPT','Before','vXnHj','1728NYRVth','mGINC','BpYIL','__drivers','aViAw','NOKWV','CONFIG','pickleStep','bstack','AmrCV','ebWge','kwCvg','driverCleanup','pickle','info','status','session_','mJPXg','Error:\x20at\x20After\x20Step:\x20','9471413CbhgXN','HIxkZ','AIRJs','\x22}}','FZcRr','3070080hZYghS','16208370ikesew','After','uvirM','VtuKH','VDKDD','Error:\x20quiting\x20driver\x20at\x20After:\x20','vGsZq','env','akcQc','wsriH','error','BooJh','Error:\x20cleaning\x20up\x20driver:\x20','../../helpers/setKeepAlive','sfLgi','gPrTW','1|0|3|2|4','executeScript','427548xksogO','lyWNO','__skipSessionName','rXXwD','Failed:\x20','EegTh','NHGIy','__sessionFailed','push','setDefaultTimeout','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','AfterAll','length','YpfXr','DzqhL','../../index','BeforeAll','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22,\x20\x22reason\x22:\x20\x22\x22}}','parse','failed','yahoK','uoCGC','AhBXO','HWjQF','\x0aError:\x20','toLowerCase','shift','Inside\x20browserstack\x20After','hUqBV','QIibW','browserstackAgentV2','initQuit','../../helpers/helper','lDeKy','HLrHu','tlimV','debug','stringify','7732xaSlwI','FCUuJ','617iNFGqi','__error_messages__','30EKqbQY','nOwIO','qDKQi','skipSessionName'];a5_0x34ec=function(){return _0x33aa40;};return a5_0x34ec();}a5_0x20bd8f['name']='bstack',a5_0x20bd8f['timeout']=0x2710,Before(a5_0x20bd8f,function(_0x48cad7,_0x8428ed){const _0xc4ef99=a5_0x256268,_0x2aa1b2={'hLzbT':function(_0x35e95e,_0x20244d){return _0x35e95e===_0x20244d;},'nyYBq':_0xc4ef99(0xde),'wsriH':'NNyfM','BooJh':function(_0x23f2c1,_0x4ae145){return _0x23f2c1>_0x4ae145;},'AmrCV':function(_0x5e6ec5,_0x4b2a77){return _0x5e6ec5!==_0x4b2a77;},'VDKDD':_0xc4ef99(0xd0),'Tjhce':_0xc4ef99(0x129),'lDeKy':function(_0x49b3c4){return _0x49b3c4();},'BpYIL':'Inside\x20browserstack\x20Before'};logger[_0xc4ef99(0x122)](_0x2aa1b2[_0xc4ef99(0xd5)]),new Promise(async _0x570e1e=>{const _0x119543=_0xc4ef99;try{if(_0x2aa1b2['hLzbT'](_0x2aa1b2[_0x119543(0xc6)],_0x2aa1b2[_0x119543(0xf5)]))_0x4fbce6[_0x119543(0x122)](_0x119543(0xe5)+_0x451be5);else{_0x2aa1b2[_0x119543(0xf7)](global[_0x119543(0xd6)]['length'],0x1)&&(_0x2aa1b2[_0x119543(0xdc)](_0x2aa1b2[_0x119543(0xf0)],_0x2aa1b2[_0x119543(0xc1)])?(await global['driverCleanup'](),global[_0x119543(0xd6)][_0x119543(0x118)]()):_0x5248cb['debug']('Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20'+_0x16cb15));if(global[_0x119543(0xd6)][0x0][_0x119543(0xc2)]&&_0x2aa1b2[_0x119543(0xf7)](global[_0x119543(0xd6)][0x0][_0x119543(0xc2)],0x0))await global[_0x119543(0xdf)]();}}catch(_0x4b6952){}_0x2aa1b2[_0x119543(0x11f)](_0x570e1e);})[_0xc4ef99(0xa2)](_0x8428ed);});const a5_0x46251c={};a5_0x46251c[a5_0x256268(0xa4)]=a5_0x256268(0xdb),a5_0x46251c[a5_0x256268(0xc7)]=0x2710,After(a5_0x46251c,function(_0x3397a0,_0x1547b1){const _0x53ef87=a5_0x256268,_0x53e0cc={'MkJgo':_0x53ef87(0xfc),'RBEpH':function(_0xb297f9,_0x40f135){return _0xb297f9>_0x40f135;},'SwKhI':function(_0x757116,_0x5ae000){return _0x757116==_0x5ae000;},'mGINC':_0x53ef87(0x111),'jFSlJ':_0x53ef87(0xa3),'vXnHj':function(_0x283a26){return _0x283a26();},'uCvjU':_0x53ef87(0x119)};logger[_0x53ef87(0x122)](_0x53e0cc['uCvjU']),new Promise(async _0x56fa1c=>{const _0x4cc001=_0x53ef87;let _0x979272=![];try{const _0x50971d=_0x53e0cc['MkJgo'][_0x4cc001(0xc5)]('|');let _0x4fc72f=0x0;while(!![]){switch(_0x50971d[_0x4fc72f++]){case'0':await global[_0x4cc001(0xd6)][0x0][_0x4cc001(0xe3)];continue;case'1':_0x53e0cc[_0x4cc001(0xc8)](global['__drivers'][_0x4cc001(0x10a)],0x1)&&(await global['driverCleanup'](),global[_0x4cc001(0xd6)][_0x4cc001(0x118)](),global['__error_messages__']=[],global['__sessionFailed']=![]);continue;case'2':!global[_0x4cc001(0x100)]&&await global['__drivers'][0x0][_0x4cc001(0xfd)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x3397a0[_0x4cc001(0xe0)][_0x4cc001(0xa4)]+'\x22}}');continue;case'3':_0x979272=!![];continue;case'4':if(_0x53e0cc[_0x4cc001(0xc9)](_0x3397a0[_0x4cc001(0xc0)][_0x4cc001(0xe2)]['toString']()[_0x4cc001(0x117)](),_0x53e0cc[_0x4cc001(0xd4)])||_0x53e0cc[_0x4cc001(0xc9)](_0x3397a0[_0x4cc001(0xc0)][_0x4cc001(0xe2)][_0x4cc001(0xcf)]()['toLowerCase'](),'6')){try{global[_0x4cc001(0x127)][_0x4cc001(0x106)](_0x3397a0['result']['message']);}catch(_0x3154dd){logger[_0x4cc001(0x122)](_0x4cc001(0xa0)+_0x3154dd);}await global[_0x4cc001(0xd6)][0x0][_0x4cc001(0xfd)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20'+JSON[_0x4cc001(0x123)](global[_0x4cc001(0x127)][_0x4cc001(0xbe)](_0x53e0cc['jFSlJ']))+'}}');}else await global[_0x4cc001(0xd6)][0x0][_0x4cc001(0xfd)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22,\x20\x22reason\x22:\x20\x22\x22}}');continue;}break;}}catch(_0x48d02c){logger[_0x4cc001(0x122)](_0x4cc001(0xa1)+_0x48d02c);}if(_0x979272)try{if(global[_0x4cc001(0xd6)][0x0]&&_0x53e0cc['RBEpH'](global['__drivers'][0x0][_0x4cc001(0xc2)],0x0))await global['__drivers'][0x0][_0x4cc001(0x11d)]();}catch(_0x478e1d){logger[_0x4cc001(0x122)](_0x4cc001(0xf1)+_0x478e1d);}_0x53e0cc[_0x4cc001(0xd2)](_0x56fa1c);})[_0x53ef87(0xa2)](()=>_0x1547b1());});const a5_0x23fbeb={};a5_0x23fbeb[a5_0x256268(0xa4)]=a5_0x256268(0xdb),a5_0x23fbeb[a5_0x256268(0xc7)]=0x2710,AfterStep(a5_0x23fbeb,function(_0x10ec3b,_0xc9057e){const _0x1bf26f=a5_0x256268,_0x455fc1={'AhBXO':function(_0x156df5,_0x3fa454){return _0x156df5==_0x3fa454;},'uoCGC':_0x1bf26f(0x111),'OAtZj':function(_0x480e02,_0xd4d6a6){return _0x480e02==_0xd4d6a6;},'ebWge':function(_0x246ad9,_0x25c8a8){return _0x246ad9!==_0x25c8a8;},'xDeli':function(_0x4cc0cd,_0x51a95c,_0x2a0b55){return _0x4cc0cd(_0x51a95c,_0x2a0b55);},'NOKWV':function(_0xdbc28,_0x59188e){return _0xdbc28+_0x59188e;},'dsmmi':function(_0x12d89b,_0x1d55ea){return _0x12d89b+_0x1d55ea;},'vcEBx':function(_0x889614,_0x1ebcfa){return _0x889614+_0x1ebcfa;},'bBMIW':_0x1bf26f(0x102),'INHCD':_0x1bf26f(0x116),'INvqh':_0x1bf26f(0xf6),'tJHgz':function(_0x5f24c4,_0x4a32f2){return _0x5f24c4!==_0x4a32f2;},'xFSSj':_0x1bf26f(0xa7),'qDKQi':_0x1bf26f(0xe1),'NHGIy':function(_0xf4c5e9,_0x694d32,_0x350cd0){return _0xf4c5e9(_0x694d32,_0x350cd0);},'sfZZU':'Passed','akcQc':function(_0x1494da){return _0x1494da();},'YpfXr':_0x1bf26f(0xbf)};logger[_0x1bf26f(0x122)](_0x455fc1[_0x1bf26f(0x10b)]);const _0x3ac740=async(_0x345adf,_0x29bffb)=>{const _0x3a479f=_0x1bf26f;await global[_0x3a479f(0xd6)][0x0][_0x3a479f(0xfd)](_0x3a479f(0x108)+_0x345adf+_0x3a479f(0xc4)+_0x29bffb+_0x3a479f(0xe9));};new Promise(async _0x2217dc=>{const _0x2241a7=_0x1bf26f;try{_0x455fc1[_0x2241a7(0x114)](_0x10ec3b[_0x2241a7(0xc0)][_0x2241a7(0xe2)][_0x2241a7(0xcf)]()[_0x2241a7(0x117)](),_0x455fc1[_0x2241a7(0x113)])||_0x455fc1[_0x2241a7(0xac)](_0x10ec3b['result'][_0x2241a7(0xe2)][_0x2241a7(0xcf)]()[_0x2241a7(0x117)](),'6')?(global[_0x2241a7(0x105)]=!![],global[_0x2241a7(0x127)][_0x2241a7(0x106)](_0x10ec3b['result'][_0x2241a7(0xb9)]),_0x455fc1[_0x2241a7(0xdd)](_0x10ec3b[_0x2241a7(0xda)],undefined)?await _0x455fc1[_0x2241a7(0xae)](_0x3ac740,JSON[_0x2241a7(0x123)](_0x455fc1[_0x2241a7(0xd8)](_0x455fc1[_0x2241a7(0xb4)](_0x455fc1[_0x2241a7(0xad)](_0x455fc1[_0x2241a7(0xa8)],'\x22'+_0x10ec3b[_0x2241a7(0xda)][_0x2241a7(0xce)]+'\x22\x20'),_0x455fc1['INHCD']),_0x10ec3b[_0x2241a7(0xc0)]['message'])),_0x455fc1[_0x2241a7(0xb3)]):await _0x455fc1[_0x2241a7(0xae)](_0x3ac740,JSON['stringify'](_0x455fc1[_0x2241a7(0xd8)](_0x455fc1[_0x2241a7(0xa8)],_0x10ec3b[_0x2241a7(0xc0)][_0x2241a7(0xb9)])),_0x455fc1['INvqh'])):_0x455fc1['tJHgz'](_0x10ec3b[_0x2241a7(0xda)],undefined)?await _0x455fc1[_0x2241a7(0xae)](_0x3ac740,JSON[_0x2241a7(0x123)](_0x455fc1[_0x2241a7(0xd8)](_0x455fc1[_0x2241a7(0xcb)],'\x22'+_0x10ec3b[_0x2241a7(0xda)]['text']+'\x22')),_0x455fc1['qDKQi']):await _0x455fc1[_0x2241a7(0x104)](_0x3ac740,JSON[_0x2241a7(0x123)](_0x455fc1[_0x2241a7(0xbb)]),_0x455fc1[_0x2241a7(0x12a)]);}catch(_0x5d87d1){logger[_0x2241a7(0x122)](_0x2241a7(0xe5)+_0x5d87d1);}_0x455fc1[_0x2241a7(0xf4)](_0x2217dc);})[_0x1bf26f(0xa2)](()=>_0xc9057e());});const a5_0x3db1bc={};a5_0x3db1bc[a5_0x256268(0xa4)]=a5_0x256268(0xdb),a5_0x3db1bc[a5_0x256268(0xc7)]=0x7530,AfterAll(a5_0x3db1bc,async function(_0x48db84,_0xa44315){const _0x1f7602=a5_0x256268,_0x52ec3b={'CdFau':function(_0x37011f){return _0x37011f();},'cPyPm':'Inside\x20browserstack\x20AfterAll'};logger['debug'](_0x52ec3b[_0x1f7602(0xca)]),await new Promise(async _0x3394f0=>{const _0x56eeba=_0x1f7602;await global[_0x56eeba(0xdf)](),_0x52ec3b['CdFau'](_0x3394f0);});});
|
|
1
|
+
const a5_0xb792cb=a5_0x18ab;(function(_0x17e3a4,_0xe8a7f7){const _0x11ebfd=a5_0x18ab,_0xac267b=_0x17e3a4();while(!![]){try{const _0x16ec12=-parseInt(_0x11ebfd(0x184))/0x1+parseInt(_0x11ebfd(0x1ac))/0x2+parseInt(_0x11ebfd(0x1b5))/0x3+-parseInt(_0x11ebfd(0x1c4))/0x4*(-parseInt(_0x11ebfd(0x171))/0x5)+parseInt(_0x11ebfd(0x1ba))/0x6*(-parseInt(_0x11ebfd(0x196))/0x7)+parseInt(_0x11ebfd(0x1e7))/0x8+-parseInt(_0x11ebfd(0x17d))/0x9;if(_0x16ec12===_0xe8a7f7)break;else _0xac267b['push'](_0xac267b['shift']());}catch(_0xdc92b8){_0xac267b['push'](_0xac267b['shift']());}}}(a5_0x1471,0x9ef9b));const {requireModule,modifyCommand,isTrue}=require('../../helpers/helper'),setKeepAlive=require(a5_0xb792cb(0x1a4)),cucumberModule=requireModule(a5_0xb792cb(0x1b2)),logger=require(a5_0xb792cb(0x1cb))[a5_0xb792cb(0x1bb)];modifyCommand(),setKeepAlive();let Before=cucumberModule['Before'],After=cucumberModule[a5_0xb792cb(0x191)],AfterAll=cucumberModule[a5_0xb792cb(0x192)],BeforeAll=cucumberModule[a5_0xb792cb(0x17e)],AfterStep=cucumberModule[a5_0xb792cb(0x1e1)],configuration=process['env'][a5_0xb792cb(0x1af)];if(configuration!==undefined){let config=JSON[a5_0xb792cb(0x1b0)](configuration);isTrue(config[a5_0xb792cb(0x1ce)])&&(global['__skipSessionName']=!![]),require(a5_0xb792cb(0x1bc))[a5_0xb792cb(0x1a7)](config);}global[a5_0xb792cb(0x1d4)]=0x0;const __setDefaultTimeout=cucumberModule[a5_0xb792cb(0x176)];function a5_0x18ab(_0x190067,_0xd325be){const _0x14718d=a5_0x1471();return a5_0x18ab=function(_0x18ab12,_0x30d9e8){_0x18ab12=_0x18ab12-0x16f;let _0x34b343=_0x14718d[_0x18ab12];return _0x34b343;},a5_0x18ab(_0x190067,_0xd325be);}cucumberModule[a5_0xb792cb(0x176)]=_0xc2ad94=>{const _0x44d91e=a5_0xb792cb,_0x28aa67={'DhVbU':function(_0x192b0d,_0x494731){return _0x192b0d(_0x494731);}};global['__timeout']=_0xc2ad94,_0x28aa67[_0x44d91e(0x1dd)](__setDefaultTimeout,_0xc2ad94);};const a5_0xbfe360={};a5_0xbfe360[a5_0xb792cb(0x1d8)]='bstack',BeforeAll(a5_0xbfe360,function(){const _0x2dc0cc=a5_0xb792cb,_0x1d1828={'hQpyr':function(_0x57f4b5,_0x4a64ef){return _0x57f4b5(_0x4a64ef);},'mmafw':_0x2dc0cc(0x1bc),'CWTUP':function(_0x19c7f4,_0x5c4d95){return _0x19c7f4!==_0x5c4d95;},'yoShX':_0x2dc0cc(0x1a3),'ZiLlf':'tqTIP','VcuCg':function(_0x4c3d88,_0x10b74c){return _0x4c3d88===_0x10b74c;},'ydeWu':_0x2dc0cc(0x1d0),'Glozm':_0x2dc0cc(0x1e4),'ZcHeR':function(_0x575da7,_0x344a0d){return _0x575da7===_0x344a0d;},'MUgJm':_0x2dc0cc(0x1d3),'qpruO':_0x2dc0cc(0x1c9),'ZgZPY':function(_0x48853a,_0x57ad24){return _0x48853a===_0x57ad24;},'UHRkM':'Phhzo','xqvIF':_0x2dc0cc(0x1c6),'WSINf':_0x2dc0cc(0x17b),'BtcOM':function(_0x12eb3e,_0x1182cb){return _0x12eb3e===_0x1182cb;},'SNOir':'VgtMt','WQuPB':function(_0x2be57f,_0x395198){return _0x2be57f!==_0x395198;},'ThFuz':_0x2dc0cc(0x18f),'rMNrB':_0x2dc0cc(0x18b),'IaFvA':function(_0x2a3263,_0x5e488e){return _0x2a3263!==_0x5e488e;},'yraQY':_0x2dc0cc(0x1ab),'UYWFI':'GDyAb','ePsCN':_0x2dc0cc(0x1a6)};logger[_0x2dc0cc(0x1d2)](_0x1d1828[_0x2dc0cc(0x1c2)]),global[_0x2dc0cc(0x1a8)]=[],global[_0x2dc0cc(0x1a5)]=![],global[_0x2dc0cc(0x1c7)]=async()=>{const _0x3fe073=_0x2dc0cc,_0x46b84c={'Bwvne':function(_0x17bb92,_0x3b851e){return _0x1d1828['hQpyr'](_0x17bb92,_0x3b851e);},'lyzTu':_0x1d1828['mmafw']};if(_0x1d1828[_0x3fe073(0x1c3)](_0x1d1828['yoShX'],_0x1d1828[_0x3fe073(0x1e8)])){let _0xa6b195=![];try{_0x1d1828[_0x3fe073(0x1d7)](_0x1d1828['ydeWu'],_0x1d1828['Glozm'])?_0x14e922[_0x3fe073(0x174)]=!![]:(await global['__drivers'][0x0][_0x3fe073(0x17a)],_0xa6b195=!![],global[_0x3fe073(0x1a5)]?_0x1d1828[_0x3fe073(0x19d)](_0x1d1828['MUgJm'],_0x1d1828[_0x3fe073(0x1d5)])?await global[_0x3fe073(0x1bf)][0x0]['executeScript'](_0x3fe073(0x1ee)+JSON['stringify'](global[_0x3fe073(0x1a8)]['join'](_0x1d1828[_0x3fe073(0x1b1)]))+'}}'):_0x5c8c37[_0x3fe073(0x1d2)](_0x3fe073(0x1eb)+_0x35171c):_0x1d1828['ZgZPY'](_0x1d1828[_0x3fe073(0x18c)],_0x1d1828['UHRkM'])?await global[_0x3fe073(0x1bf)][0x0][_0x3fe073(0x17c)](_0x3fe073(0x186)):_0x349484[_0x3fe073(0x1d2)](_0x3fe073(0x1d9)+_0x1b97a7));}catch(_0x1e7e92){_0x1d1828['CWTUP'](_0x1d1828[_0x3fe073(0x1ed)],_0x1d1828[_0x3fe073(0x1a2)])?logger[_0x3fe073(0x1d2)]('Error:\x20cleaning\x20up\x20driver:\x20'+_0x1e7e92):(_0x4c01d1[_0x3fe073(0x1d4)]=_0x2e4388,_0x1d1828['hQpyr'](_0x1f3721,_0xd17c30));}global['__error_messages__']=[],global[_0x3fe073(0x1a5)]=![];if(_0xa6b195){if(_0x1d1828['BtcOM'](_0x1d1828[_0x3fe073(0x1cd)],_0x1d1828[_0x3fe073(0x1cd)]))try{_0x1d1828[_0x3fe073(0x1d6)](_0x1d1828['ThFuz'],_0x1d1828['rMNrB'])?await global['__drivers'][0x0][_0x3fe073(0x16f)]():_0x2acd85[_0x3fe073(0x1d2)]('Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20'+_0x47f762);}catch(_0x592549){if(_0x1d1828[_0x3fe073(0x18a)](_0x1d1828[_0x3fe073(0x178)],_0x1d1828['UYWFI']))logger[_0x3fe073(0x1d2)](_0x3fe073(0x1c5)+_0x592549);else{let _0x5dab9a=_0x4dfe58['parse'](_0x4e4b95);_0x46b84c[_0x3fe073(0x1b7)](_0x2bf0eb,_0x5dab9a[_0x3fe073(0x1ce)])&&(_0x2cd195[_0x3fe073(0x174)]=!![]),_0x46b84c[_0x3fe073(0x1b7)](_0x268eb5,_0x46b84c[_0x3fe073(0x1be)])['browserstackAgentV2'](_0x5dab9a);}}else _0x13d89e[_0x3fe073(0x1d2)]('Error:\x20quiting\x20driver\x20at\x20After:\x20'+_0x28ee57);}}else _0x2bd782['__error_messages__'][_0x3fe073(0x197)](_0x3f7b21['result'][_0x3fe073(0x1b3)]);};});const a5_0x57ea63={};a5_0x57ea63[a5_0xb792cb(0x1d8)]=a5_0xb792cb(0x187),a5_0x57ea63[a5_0xb792cb(0x18e)]=0x2710,Before(a5_0x57ea63,function(_0x9a4c8c,_0x60a03c){const _0x33633b=a5_0xb792cb,_0x1c8691={'pAcCH':function(_0x11cd76,_0x5f0932){return _0x11cd76!==_0x5f0932;},'UBPsq':_0x33633b(0x1e3),'SqMWc':function(_0x31310c,_0x2a68bc){return _0x31310c>_0x2a68bc;},'dGTmK':function(_0x3ccd83,_0x1207c3){return _0x3ccd83===_0x1207c3;},'nudXm':_0x33633b(0x195),'fPYWw':_0x33633b(0x1b9),'zbXoi':function(_0x524ed6){return _0x524ed6();},'FQOmz':_0x33633b(0x1e0)};logger[_0x33633b(0x1d2)](_0x1c8691['FQOmz']),new Promise(async _0x59c57c=>{const _0x1665fa=_0x33633b;try{if(_0x1c8691['pAcCH'](_0x1c8691[_0x1665fa(0x173)],_0x1c8691[_0x1665fa(0x173)]))_0x47db5e[_0x1665fa(0x1d2)]('Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20'+_0x3e3a2e);else{_0x1c8691['SqMWc'](global[_0x1665fa(0x1bf)][_0x1665fa(0x190)],0x1)&&(_0x1c8691[_0x1665fa(0x19f)](_0x1c8691[_0x1665fa(0x1d1)],_0x1c8691[_0x1665fa(0x1ad)])?_0x2a07fc['debug'](_0x1665fa(0x1c0)+_0x1ef2f0):(await global[_0x1665fa(0x1c7)](),global[_0x1665fa(0x1bf)][_0x1665fa(0x1a0)]()));if(global['__drivers'][0x0][_0x1665fa(0x189)]&&_0x1c8691['SqMWc'](global[_0x1665fa(0x1bf)][0x0][_0x1665fa(0x189)],0x0))await global['driverCleanup']();}}catch(_0x27b1bb){}_0x1c8691['zbXoi'](_0x59c57c);})[_0x33633b(0x1e6)](_0x60a03c);});const a5_0x461cfe={};a5_0x461cfe[a5_0xb792cb(0x1d8)]=a5_0xb792cb(0x187),a5_0x461cfe['timeout']=0x2710,After(a5_0x461cfe,function(_0xfb54d9,_0x54f793){const _0x3607b7=a5_0xb792cb,_0x3993e9={'Ezolw':_0x3607b7(0x1cf),'ClZyU':function(_0x17814d,_0x5ae569){return _0x17814d>_0x5ae569;},'JdORL':function(_0xa69bc0,_0x4ea343){return _0xa69bc0==_0x4ea343;},'ADuik':'failed','FDZUC':function(_0x161327,_0x2f68f0){return _0x161327==_0x2f68f0;},'bjrtR':_0x3607b7(0x1c9),'ZwgtR':function(_0x24566c){return _0x24566c();},'arLdZ':_0x3607b7(0x1a1)};logger['debug'](_0x3993e9[_0x3607b7(0x198)]),new Promise(async _0x336f22=>{const _0x1a0202=_0x3607b7;let _0x245c97=![];try{const _0x3d565c=_0x3993e9[_0x1a0202(0x175)][_0x1a0202(0x1aa)]('|');let _0x2f09c0=0x0;while(!![]){switch(_0x3d565c[_0x2f09c0++]){case'0':await global['__drivers'][0x0][_0x1a0202(0x17a)];continue;case'1':_0x3993e9['ClZyU'](global[_0x1a0202(0x1bf)]['length'],0x1)&&(await global[_0x1a0202(0x1c7)](),global['__drivers']['shift'](),global[_0x1a0202(0x1a8)]=[],global['__sessionFailed']=![]);continue;case'2':_0x245c97=!![];continue;case'3':if(_0x3993e9[_0x1a0202(0x1cc)](_0xfb54d9[_0x1a0202(0x177)][_0x1a0202(0x199)][_0x1a0202(0x179)]()['toLowerCase'](),_0x3993e9['ADuik'])||_0x3993e9['FDZUC'](_0xfb54d9['result'][_0x1a0202(0x199)][_0x1a0202(0x179)]()[_0x1a0202(0x19b)](),'6')){try{global[_0x1a0202(0x1a8)][_0x1a0202(0x197)](_0xfb54d9[_0x1a0202(0x177)][_0x1a0202(0x1b3)]);}catch(_0x41def7){logger[_0x1a0202(0x1d2)](_0x1a0202(0x183)+_0x41def7);}await global[_0x1a0202(0x1bf)][0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20'+JSON[_0x1a0202(0x1ca)](global[_0x1a0202(0x1a8)][_0x1a0202(0x193)](_0x3993e9[_0x1a0202(0x1de)]))+'}}');}else await global[_0x1a0202(0x1bf)][0x0][_0x1a0202(0x17c)](_0x1a0202(0x186));continue;case'4':!global[_0x1a0202(0x174)]&&await global[_0x1a0202(0x1bf)][0x0][_0x1a0202(0x17c)](_0x1a0202(0x1b4)+_0xfb54d9['pickle'][_0x1a0202(0x1d8)]+'\x22}}');continue;}break;}}catch(_0x1660d3){logger[_0x1a0202(0x1d2)]('Error:\x20at\x20After:\x20'+_0x1660d3);}if(_0x245c97)try{if(global[_0x1a0202(0x1bf)][0x0]&&_0x3993e9[_0x1a0202(0x1e9)](global[_0x1a0202(0x1bf)][0x0][_0x1a0202(0x189)],0x0))await global[_0x1a0202(0x1bf)][0x0][_0x1a0202(0x16f)]();}catch(_0x352565){logger[_0x1a0202(0x1d2)]('Error:\x20quiting\x20driver\x20at\x20After:\x20'+_0x352565);}_0x3993e9[_0x1a0202(0x1e5)](_0x336f22);})[_0x3607b7(0x1e6)](()=>_0x54f793());});const a5_0x42061c={};a5_0x42061c['name']=a5_0xb792cb(0x187),a5_0x42061c[a5_0xb792cb(0x18e)]=0x2710,AfterStep(a5_0x42061c,function(_0x550575,_0x388406){const _0x13aa43=a5_0xb792cb,_0x102540={'BfwBm':function(_0x3f37f1,_0x33caba){return _0x3f37f1==_0x33caba;},'kTwQa':_0x13aa43(0x172),'CTvuH':function(_0x47289d,_0x5c4a77){return _0x47289d==_0x5c4a77;},'qurSy':function(_0x5e9aad,_0x3edb6e){return _0x5e9aad!==_0x3edb6e;},'fULfE':function(_0x5b3630,_0x57ab9b,_0x28ac26){return _0x5b3630(_0x57ab9b,_0x28ac26);},'wdZxq':function(_0x404824,_0x1e8176){return _0x404824+_0x1e8176;},'TcBCC':function(_0x46ddbe,_0x438d16){return _0x46ddbe+_0x438d16;},'KTFDp':_0x13aa43(0x182),'OhSFI':_0x13aa43(0x19a),'sdMrR':_0x13aa43(0x1dc),'YMrFL':function(_0x17df3c,_0x3dc21f,_0x469764){return _0x17df3c(_0x3dc21f,_0x469764);},'RRJTT':function(_0x2fc483,_0x1a13f1){return _0x2fc483+_0x1a13f1;},'JrzFF':function(_0x4bf22b,_0x185d4b){return _0x4bf22b!==_0x185d4b;},'miYuX':_0x13aa43(0x194),'TmgdM':_0x13aa43(0x185),'sTxMZ':_0x13aa43(0x188),'dyNLD':function(_0x5d3e35){return _0x5d3e35();},'cBXhn':_0x13aa43(0x180)};logger['debug'](_0x102540['cBXhn']);const _0x5c59eb=async(_0x9f3e51,_0x534fef)=>{const _0x17a5f1=_0x13aa43;await global[_0x17a5f1(0x1bf)][0x0][_0x17a5f1(0x17c)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x9f3e51+_0x17a5f1(0x1c1)+_0x534fef+'\x22}}');};new Promise(async _0xe3c6fb=>{const _0xe5bf10=_0x13aa43;try{_0x102540[_0xe5bf10(0x1ae)](_0x550575['result'][_0xe5bf10(0x199)][_0xe5bf10(0x179)]()[_0xe5bf10(0x19b)](),_0x102540['kTwQa'])||_0x102540['CTvuH'](_0x550575['result'][_0xe5bf10(0x199)][_0xe5bf10(0x179)]()[_0xe5bf10(0x19b)](),'6')?(global[_0xe5bf10(0x1a5)]=!![],global[_0xe5bf10(0x1a8)][_0xe5bf10(0x197)](_0x550575[_0xe5bf10(0x177)][_0xe5bf10(0x1b3)]),_0x102540[_0xe5bf10(0x181)](_0x550575['pickleStep'],undefined)?await _0x102540[_0xe5bf10(0x1a9)](_0x5c59eb,JSON[_0xe5bf10(0x1ca)](_0x102540[_0xe5bf10(0x1bd)](_0x102540['wdZxq'](_0x102540[_0xe5bf10(0x1b6)](_0x102540[_0xe5bf10(0x1c8)],'\x22'+_0x550575[_0xe5bf10(0x1e2)][_0xe5bf10(0x1da)]+'\x22\x20'),_0x102540['OhSFI']),_0x550575[_0xe5bf10(0x177)]['message'])),_0x102540[_0xe5bf10(0x170)]):await _0x102540[_0xe5bf10(0x1b8)](_0x5c59eb,JSON['stringify'](_0x102540[_0xe5bf10(0x19c)](_0x102540[_0xe5bf10(0x1c8)],_0x550575[_0xe5bf10(0x177)][_0xe5bf10(0x1b3)])),_0x102540[_0xe5bf10(0x170)])):_0x102540[_0xe5bf10(0x1df)](_0x550575[_0xe5bf10(0x1e2)],undefined)?await _0x102540['fULfE'](_0x5c59eb,JSON['stringify'](_0x102540[_0xe5bf10(0x1bd)](_0x102540[_0xe5bf10(0x17f)],'\x22'+_0x550575[_0xe5bf10(0x1e2)][_0xe5bf10(0x1da)]+'\x22')),_0x102540[_0xe5bf10(0x1ec)]):await _0x102540[_0xe5bf10(0x1b8)](_0x5c59eb,JSON[_0xe5bf10(0x1ca)](_0x102540[_0xe5bf10(0x1db)]),_0x102540[_0xe5bf10(0x1ec)]);}catch(_0x438196){logger['debug'](_0xe5bf10(0x1d9)+_0x438196);}_0x102540[_0xe5bf10(0x1ea)](_0xe3c6fb);})[_0x13aa43(0x1e6)](()=>_0x388406());});function a5_0x1471(){const _0x146508=['2172ZdtELu','winstonLogger','../../index','wdZxq','lyzTu','__drivers','Error:\x20at\x20After:\x20',',\x22level\x22:\x20\x22','ePsCN','CWTUP','4mUrgaK','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','saIvy','driverCleanup','KTFDp','\x20|\x20','stringify','../../helpers/logger','JdORL','SNOir','skipSessionName','1|0|2|4|3','RjISn','nudXm','debug','ByOMi','__timeout','MUgJm','WQuPB','VcuCg','name','Error:\x20at\x20After\x20Step:\x20','text','sTxMZ','error','DhVbU','bjrtR','JrzFF','Inside\x20browserstack\x20Before','AfterStep','pickleStep','jNLwj','SxxNo','ZwgtR','finally','3203304PASPzn','ZiLlf','ClZyU','dyNLD','Error:\x20cleaning\x20up\x20driver:\x20','TmgdM','xqvIF','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20','initQuit','sdMrR','2896765zSIxhP','failed','UBPsq','__skipSessionName','Ezolw','setDefaultTimeout','result','yraQY','toString','session_','gZxkV','executeScript','15855831zbpVXj','BeforeAll','miYuX','Inside\x20browserstack\x20AfterStep','qurSy','Failed:\x20','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','69449SBkruo','info','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22,\x20\x22reason\x22:\x20\x22\x22}}','bstack','Passed','quitCount_','IaFvA','QZhGi','UHRkM','EtFen','timeout','EPazU','length','After','AfterAll','join','Passed:\x20','kxrdr','4907CVkbYP','push','arLdZ','status','\x0aError:\x20','toLowerCase','RRJTT','ZcHeR','Inside\x20browserstack\x20AfterAll','dGTmK','shift','Inside\x20browserstack\x20After','WSINf','qyZgf','../../helpers/setKeepAlive','__sessionFailed','Inside\x20browserstack\x20BeforeAll','browserstackAgentV2','__error_messages__','fULfE','split','DOWGA','1607980Hbwxjd','fPYWw','BfwBm','CONFIG','parse','qpruO','@cucumber/cucumber/lib/index.js','message','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','2857131nqIIeA','TcBCC','Bwvne','YMrFL','FuKCW'];a5_0x1471=function(){return _0x146508;};return a5_0x1471();}const a5_0x50e137={};a5_0x50e137[a5_0xb792cb(0x1d8)]=a5_0xb792cb(0x187),a5_0x50e137[a5_0xb792cb(0x18e)]=0x7530,AfterAll(a5_0x50e137,async function(_0x577185,_0x19292d){const _0x1cce5c=a5_0xb792cb,_0x3abe33={'hBEAk':function(_0x5e529c){return _0x5e529c();},'EtFen':_0x1cce5c(0x19e)};logger['debug'](_0x3abe33[_0x1cce5c(0x18d)]),await new Promise(async _0x48f505=>{const _0x3bb73b=_0x1cce5c;await global[_0x3bb73b(0x1c7)](),_0x3abe33['hBEAk'](_0x48f505);});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a6_0x38a3(){const _0x582d2c=['After','8010cqmSmy','essHX','3365847eZKaFc','AZSGz','bstack','env','status','44vnUHQH','iSxDk','xIzdr','374350WznJJQ','3264670cyZrdf','wrvvZ','Before','IbVBA','__timeout','__error_messages__','debug','1541840kpkKGT','GitcB','ZXHNn','soKPD','CZocG','PSSHe','../../helpers/helper','PQovK','WwsSw','wlsMx','join','MMRoC','name','AzGCv','mUAod','874BuPvJB','winstonLogger','HSSDO','stringify','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20','../../helpers/logger','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22,\x20\x22reason\x22:\x20\x22\x22}}','toLowerCase','__driver','pickle','IUokv','failed','1526BVqZVa','3851620vSmXac','KToPj','\x20|\x20','setDefaultTimeout','HQPvp','Inside\x20browserstack\x20Before','Error:\x20quiting\x20at\x20After:\x20','24ZKNUdj','Inside\x20browserstack\x20After','oJoHE','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','nlENH','4473bxALjB','../../helpers/setKeepAlive','eHrJe','yqgTC','Error:\x20setting\x20status\x20at\x20After:\x20','MJfdH','executeScript','../../index','JeDws','Pbtki','blxWl','skipSessionName','session_','parse','browserstackAgentV2','then','LrdHY','\x22}}','__skipSessionName','result'];a6_0x38a3=function(){return _0x582d2c;};return a6_0x38a3();}const a6_0x3bc8a0=a6_0x20de;(function(_0x1f6123,_0x41a301){const _0x31b760=a6_0x20de,_0x3bd3d4=_0x1f6123();while(!![]){try{const _0x3be18a=parseInt(_0x31b760(0x1fe))/0x1+parseInt(_0x31b760(0x1c6))/0x2*(parseInt(_0x31b760(0x1df))/0x3)+-parseInt(_0x31b760(0x1b7))/0x4+parseInt(_0x31b760(0x1ff))/0x5+-parseInt(_0x31b760(0x1f4))/0x6*(parseInt(_0x31b760(0x1d2))/0x7)+parseInt(_0x31b760(0x1da))/0x8*(parseInt(_0x31b760(0x1f6))/0x9)+parseInt(_0x31b760(0x1d3))/0xa*(-parseInt(_0x31b760(0x1fb))/0xb);if(_0x3be18a===_0x41a301)break;else _0x3bd3d4['push'](_0x3bd3d4['shift']());}catch(_0x280547){_0x3bd3d4['push'](_0x3bd3d4['shift']());}}}(a6_0x38a3,0x8e7ee));const {requireModule,modifyCommand,isTrue}=require(a6_0x3bc8a0(0x1bd)),setKeepAlive=require(a6_0x3bc8a0(0x1e0)),cucumberModule=requireModule('cucumber/lib/index.js'),logger=require(a6_0x3bc8a0(0x1cb))[a6_0x3bc8a0(0x1c7)];modifyCommand(),setKeepAlive();let Before=cucumberModule[a6_0x3bc8a0(0x201)],After=cucumberModule[a6_0x3bc8a0(0x1f3)],configuration=process[a6_0x3bc8a0(0x1f9)]['CONFIG'];if(configuration!==undefined){let config=JSON['parse'](configuration);isTrue(config['skipSessionName'])&&(global[a6_0x3bc8a0(0x1f1)]=!![]),require('../../index')[a6_0x3bc8a0(0x1ed)](config);}function a6_0x20de(_0x4f6857,_0x5e98a2){const _0x38a3c5=a6_0x38a3();return a6_0x20de=function(_0x20ded3,_0x212db3){_0x20ded3=_0x20ded3-0x1b3;let _0x34dd27=_0x38a3c5[_0x20ded3];return _0x34dd27;},a6_0x20de(_0x4f6857,_0x5e98a2);}global[a6_0x3bc8a0(0x1b4)]=0x0;const __setDefaultTimeout=cucumberModule[a6_0x3bc8a0(0x1d6)];cucumberModule['setDefaultTimeout']=_0x564c37=>{const _0x3c4e1c=a6_0x3bc8a0,_0x47eded={'soKPD':function(_0x580c83,_0x17e55f){return _0x580c83(_0x17e55f);}};global[_0x3c4e1c(0x1b4)]=_0x564c37,_0x47eded[_0x3c4e1c(0x1ba)](__setDefaultTimeout,_0x564c37);};const a6_0x2889dd={};a6_0x2889dd[a6_0x3bc8a0(0x1c3)]=a6_0x3bc8a0(0x1f8),Before(a6_0x2889dd,function(){const _0x2c9cf8=a6_0x3bc8a0,_0x11cdfd={};_0x11cdfd[_0x2c9cf8(0x1f7)]='Inside\x20browserstack\x20Before';const _0x5bfbbf=_0x11cdfd;logger[_0x2c9cf8(0x1b6)](_0x5bfbbf[_0x2c9cf8(0x1f7)]),global[_0x2c9cf8(0x1b5)]=[];});const a6_0x450338={};a6_0x450338['name']=a6_0x3bc8a0(0x1f8),a6_0x450338['timeout']=0x2710,After(a6_0x450338,function(_0x1b8c78,_0x9632ac){const _0x26b487=a6_0x3bc8a0,_0x50b96b={'CZocG':function(_0xc66771,_0x37439e){return _0xc66771(_0x37439e);},'iSxDk':_0x26b487(0x1e6),'KToPj':function(_0x58fd2d,_0x1942fd){return _0x58fd2d(_0x1942fd);},'AMNuD':function(_0xd3731d){return _0xd3731d();},'oJoHE':_0x26b487(0x1d8),'wlsMx':function(_0x14af50,_0x2585d7){return _0x14af50===_0x2585d7;},'zkMiw':_0x26b487(0x1f5),'nihVj':'Eihkp','slyaN':function(_0x508f39,_0x30b95d){return _0x508f39!==_0x30b95d;},'MJfdH':_0x26b487(0x1d0),'yqgTC':function(_0x3e9300,_0x2bf98d){return _0x3e9300==_0x2bf98d;},'IbVBA':_0x26b487(0x1d1),'wrvvZ':_0x26b487(0x1bc),'LrdHY':_0x26b487(0x1d5),'eHrJe':_0x26b487(0x1bf),'nlENH':'FaOYo','Pbtki':'yWWzD','Usstp':_0x26b487(0x1c2),'HQPvp':function(_0x59fdc8,_0x1f1ee8){return _0x59fdc8!==_0x1f1ee8;},'HSSDO':'WIkPV','PQovK':_0x26b487(0x1e9),'AzGCv':function(_0x3fd546){return _0x3fd546();},'GitcB':function(_0x2f85b3,_0x53ed00){return _0x2f85b3!==_0x53ed00;},'xIzdr':_0x26b487(0x1b9),'JeDws':function(_0x36f849){return _0x36f849();},'mUAod':_0x26b487(0x1db)};logger[_0x26b487(0x1b6)](_0x50b96b[_0x26b487(0x1c5)]),new Promise(async(_0x4e01dd,_0x3b7a7f)=>{const _0x554c9e=_0x26b487;let _0x22ecd6=![];try{if(_0x50b96b[_0x554c9e(0x1c0)](_0x50b96b['zkMiw'],_0x50b96b['nihVj']))_0x40df98[_0x554c9e(0x1b6)]('Error:\x20setting\x20status\x20at\x20After:\x20'+_0x2bc97d);else{await global[_0x554c9e(0x1ce)][_0x554c9e(0x1eb)],_0x22ecd6=!![];!global[_0x554c9e(0x1f1)]&&(_0x50b96b['slyaN'](_0x50b96b[_0x554c9e(0x1e4)],_0x50b96b[_0x554c9e(0x1e4)])?(_0x3f69e8['debug'](_0x554c9e(0x1d9)+_0x4aaef0),_0x50b96b[_0x554c9e(0x1bb)](_0x5d83a1,_0x2e4173)):await global[_0x554c9e(0x1ce)]['executeScript'](_0x554c9e(0x1dd)+_0x1b8c78[_0x554c9e(0x1cf)][_0x554c9e(0x1c3)]+_0x554c9e(0x1f0)));if(_0x50b96b[_0x554c9e(0x1e2)](_0x1b8c78[_0x554c9e(0x1f2)][_0x554c9e(0x1fa)][_0x554c9e(0x1cd)](),_0x50b96b[_0x554c9e(0x1b3)]))_0x50b96b['slyaN'](_0x50b96b[_0x554c9e(0x200)],_0x50b96b['wrvvZ'])?_0x5a0a9e[_0x554c9e(0x1f1)]=!![]:await global[_0x554c9e(0x1ce)][_0x554c9e(0x1e5)](_0x554c9e(0x1ca)+JSON[_0x554c9e(0x1c9)](global[_0x554c9e(0x1b5)][_0x554c9e(0x1c1)](_0x50b96b[_0x554c9e(0x1ef)]))+'}}');else{if(_0x50b96b['wlsMx'](_0x50b96b[_0x554c9e(0x1e1)],_0x50b96b[_0x554c9e(0x1de)])){let _0x2fef2c=_0x47b431[_0x554c9e(0x1ec)](_0xa1d3f4);_0x50b96b[_0x554c9e(0x1bb)](_0x28a54f,_0x2fef2c[_0x554c9e(0x1ea)])&&(_0x3eee1c[_0x554c9e(0x1f1)]=!![]),_0x50b96b[_0x554c9e(0x1bb)](_0x236d88,_0x50b96b[_0x554c9e(0x1fc)])[_0x554c9e(0x1ed)](_0x2fef2c);}else await global['__driver'][_0x554c9e(0x1e5)](_0x554c9e(0x1cc));}}}catch(_0xa4c8c){_0x50b96b['slyaN'](_0x50b96b[_0x554c9e(0x1e8)],_0x50b96b['Usstp'])?logger[_0x554c9e(0x1b6)](_0x554c9e(0x1e3)+_0xa4c8c):(_0x312c60['__timeout']=_0x549d9c,_0x50b96b[_0x554c9e(0x1d4)](_0x33574e,_0x303318));}if(_0x22ecd6)try{_0x50b96b[_0x554c9e(0x1d7)](_0x50b96b[_0x554c9e(0x1c8)],_0x50b96b[_0x554c9e(0x1be)])?(await global[_0x554c9e(0x1ce)]['initQuit'](),_0x50b96b[_0x554c9e(0x1c4)](_0x4e01dd)):_0x50b96b['AMNuD'](_0x4e3204);}catch(_0x4fcada){_0x50b96b[_0x554c9e(0x1b8)](_0x50b96b[_0x554c9e(0x1fd)],_0x50b96b[_0x554c9e(0x1fd)])?(_0x4f3408['debug'](_0x50b96b[_0x554c9e(0x1dc)]),_0xa6f26f[_0x554c9e(0x1b5)]=[]):(logger[_0x554c9e(0x1b6)](_0x554c9e(0x1d9)+_0x4fcada),_0x50b96b[_0x554c9e(0x1bb)](_0x3b7a7f,_0x4fcada));}else _0x50b96b[_0x554c9e(0x1e7)](_0x3b7a7f);})[_0x26b487(0x1ee)](()=>_0x9632ac());});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a7_0x1b9dce=a7_0x2a9b;function a7_0x2a9b(_0x1421bb,_0x529671){const _0x150f26=a7_0x150f();return a7_0x2a9b=function(_0x2a9b79,_0x3de351){_0x2a9b79=_0x2a9b79-0x1d6;let _0x28c8bc=_0x150f26[_0x2a9b79];return _0x28c8bc;},a7_0x2a9b(_0x1421bb,_0x529671);}(function(_0x43689d,_0x44c608){const _0x450fb2=a7_0x2a9b,_0x5cd8d5=_0x43689d();while(!![]){try{const _0xc0862e=-parseInt(_0x450fb2(0x1e7))/0x1*(-parseInt(_0x450fb2(0x1e3))/0x2)+-parseInt(_0x450fb2(0x1d9))/0x3*(-parseInt(_0x450fb2(0x1d6))/0x4)+-parseInt(_0x450fb2(0x1d7))/0x5*(-parseInt(_0x450fb2(0x1df))/0x6)+-parseInt(_0x450fb2(0x1de))/0x7+parseInt(_0x450fb2(0x1dd))/0x8*(parseInt(_0x450fb2(0x1e2))/0x9)+parseInt(_0x450fb2(0x1dc))/0xa+parseInt(_0x450fb2(0x1e0))/0xb*(-parseInt(_0x450fb2(0x1da))/0xc);if(_0xc0862e===_0x44c608)break;else _0x5cd8d5['push'](_0x5cd8d5['shift']());}catch(_0x3fdb9c){_0x5cd8d5['push'](_0x5cd8d5['shift']());}}}(a7_0x150f,0x81cd0));const {requireModule}=require('../../helpers/helper'),constants=require(a7_0x1b9dce(0x1db));;let cucumberModule=null;function a7_0x150f(){const _0x14d8bf=['__timeout','cucumber/lib/index.js','@cucumber/cucumber/lib/index.js','1917ltdtKD','68264YSsqAW','20RsATtG','setDefaultTimeout','39aQfdRG','6096JOEFMX','../utils/constants','8165770fYEntI','40696vtrVDc','6925394pFGYiv','993534snHHFE','23221rprVIo','BSTACK_DELTA','1179ZIPPyr','236RiPawW'];a7_0x150f=function(){return _0x14d8bf;};return a7_0x150f();}try{cucumberModule=requireModule(a7_0x1b9dce(0x1e6));}catch(a7_0x1604c4){cucumberModule=requireModule(a7_0x1b9dce(0x1e5));}cucumberModule[a7_0x1b9dce(0x1d8)](constants[a7_0x1b9dce(0x1e1)]+global[a7_0x1b9dce(0x1e4)]*0x1);
|
package/src/bin/jest/command.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a8_0x55240e=a8_0x1270;(function(_0x1dc632,_0x4776ec){const _0x53c66a=a8_0x1270,_0x42ffe2=_0x1dc632();while(!![]){try{const _0x4d3adb=-parseInt(_0x53c66a(0xcb))/0x1+parseInt(_0x53c66a(0xf1))/0x2+parseInt(_0x53c66a(0x6b))/0x3+parseInt(_0x53c66a(0xa2))/0x4*(parseInt(_0x53c66a(0xcd))/0x5)+parseInt(_0x53c66a(0xe7))/0x6*(-parseInt(_0x53c66a(0xea))/0x7)+parseInt(_0x53c66a(0x7f))/0x8+parseInt(_0x53c66a(0x6d))/0x9*(-parseInt(_0x53c66a(0xcc))/0xa);if(_0x4d3adb===_0x4776ec)break;else _0x42ffe2['push'](_0x42ffe2['shift']());}catch(_0x2c2206){_0x42ffe2['push'](_0x42ffe2['shift']());}}}(a8_0x4bab,0xf29cb));function a8_0x1270(_0x19cd1c,_0x5babe1){const _0x4bab43=a8_0x4bab();return a8_0x1270=function(_0x12709a,_0xca2d7d){_0x12709a=_0x12709a-0x68;let _0x1d1072=_0x4bab43[_0x12709a];return _0x1d1072;},a8_0x1270(_0x19cd1c,_0x5babe1);}const fs=require('fs'),path=require(a8_0x55240e(0x6f)),{spawn}=require(a8_0x55240e(0xe0)),logger=require(a8_0x55240e(0xce))[a8_0x55240e(0x81)],{default:BrowserStackSetup}=require(a8_0x55240e(0xee)),helper=require(a8_0x55240e(0xaf)),constants=require(a8_0x55240e(0xa5)),getUserJestConfigs=(_0x673544,_0x1c4055)=>{const _0x5ef5f4=a8_0x55240e,_0xbaa5b7={'ENQkf':function(_0x21702d,_0x3269a6){return _0x21702d(_0x3269a6);},'YOqvR':function(_0x590610,_0x1e063e){return _0x590610===_0x1e063e;},'GAvyx':_0x5ef5f4(0x75),'TTeTt':function(_0x5282e9,_0x43e94e){return _0x5282e9||_0x43e94e;},'eqJVz':function(_0xe8f26b,_0x1f7401){return _0xe8f26b(_0x1f7401);},'NaAlT':_0x5ef5f4(0xe8)},_0x5ad141=_0x1c4055[_0x5ef5f4(0xc5)](_0x1d07d1=>_0x1d07d1==_0x5ef5f4(0xa6));if(!helper[_0x5ef5f4(0x72)](_0x673544[_0x5ef5f4(0xe3)])){if(_0xbaa5b7[_0x5ef5f4(0xc9)](_0xbaa5b7[_0x5ef5f4(0x6c)],_0xbaa5b7['GAvyx'])){logger[_0x5ef5f4(0x85)](_0x5ef5f4(0xd3)+_0x673544[_0x5ef5f4(0xe3)]);const _0x13ecd3=_0xbaa5b7[_0x5ef5f4(0xc0)](require,path['join'](process['cwd'](),_0x673544[_0x5ef5f4(0xe3)]));return _0x1c4055[_0x5ef5f4(0xa9)](_0x5ad141,0x2),_0xbaa5b7[_0x5ef5f4(0xbb)](_0x13ecd3,{});}else _0x16806b=_0xbaa5b7[_0x5ef5f4(0xc0)](_0x160e70,_0x326d24[_0x5ef5f4(0x86)]);}return logger[_0x5ef5f4(0x85)](_0x5ef5f4(0x68)),_0xbaa5b7[_0x5ef5f4(0xbe)](require,path[_0x5ef5f4(0xca)](process['cwd'](),_0xbaa5b7[_0x5ef5f4(0xdf)]))['jest']||{};},getSerial=(_0x11073b,_0x2939f9)=>{const _0x4a5c59=a8_0x55240e,_0x3a0a73={};_0x3a0a73['UFyCQ']=_0x4a5c59(0xd7),_0x3a0a73[_0x4a5c59(0xad)]=function(_0x2ec350,_0x1595ff){return _0x2ec350>_0x1595ff;},_0x3a0a73[_0x4a5c59(0xb8)]=function(_0x21fd51,_0x34cd6e){return _0x21fd51===_0x34cd6e;},_0x3a0a73[_0x4a5c59(0xa7)]=_0x4a5c59(0x69),_0x3a0a73['IWfHo']=_0x4a5c59(0xbf),_0x3a0a73[_0x4a5c59(0xb3)]=_0x4a5c59(0xda);const _0x18d717=_0x3a0a73;let _0x5692af=_0x18d717[_0x4a5c59(0x93)];return _0x18d717[_0x4a5c59(0xad)](_0x11073b[_0x4a5c59(0x91)],0x1)&&(!_0x2939f9[_0x4a5c59(0x92)]&&(helper['isUndefined'](_0x2939f9[_0x4a5c59(0x8c)])||_0x18d717[_0x4a5c59(0xad)](_0x2939f9['maxWorkers'],0x1)))&&(_0x18d717[_0x4a5c59(0xb8)](_0x18d717[_0x4a5c59(0xa7)],_0x18d717['IWfHo'])?_0xd3a2d6['debug']('Error\x20while\x20parsing\x20'+_0x55aa0d+',\x20'+_0x44eb51+_0x4a5c59(0x8b)+_0x16d9cf):_0x5692af=_0x18d717[_0x4a5c59(0xb3)]),_0x5692af;},getMaxWorkers=(_0x4737ae,_0x463e0f)=>{const _0x1e7caf=a8_0x55240e,_0x5713f5={'TaELI':function(_0x5eeef1,_0x2770fb){return _0x5eeef1===_0x2770fb;},'VcNyG':_0x1e7caf(0xc8),'fSxWP':_0x1e7caf(0xeb),'XrXEx':function(_0x196f4b,_0x672787){return _0x196f4b(_0x672787);},'piAXz':function(_0x5f2cbd,_0x2e9b2d){return _0x5f2cbd!==_0x2e9b2d;},'WYcfH':_0x1e7caf(0xc1)};let _0x38a616=0x1;if(!helper[_0x1e7caf(0x72)](_0x463e0f[_0x1e7caf(0x86)]))_0x5713f5[_0x1e7caf(0x94)](_0x5713f5['VcNyG'],_0x5713f5[_0x1e7caf(0xd9)])?_0x46b162=_0x3e5668['parse'](_0x168e33):_0x38a616=_0x5713f5[_0x1e7caf(0xd5)](parseInt,_0x463e0f['parallelsPerPlatform']);else!helper['isUndefined'](_0x4737ae[_0x1e7caf(0x8c)])&&(_0x5713f5['piAXz'](_0x5713f5['WYcfH'],_0x5713f5['WYcfH'])?_0x40107a=_0x5dd830[_0x1e7caf(0x8c)]:_0x38a616=_0x4737ae['maxWorkers']);return _0x38a616;};function a8_0x4bab(){const _0x49588e=['child_process','nGEyR','setupFiles','config','yRFSp','jSDew','reporters','6tWMwGe','package.json','readFileSync','7155533wcbrDG','EEtxm','GcCes','testContextOptions','../../helpers/BrowserStackSetup','QUsNx','kBnit','569048eXAPNh','ZCedt','KMTEr','/customEnvironment.js','Getting\x20your\x20jest\x20configs\x20from\x20package.json','ZmEOP','vXWmo','3758865AwztMF','GAvyx','81FDEGmo','exitCode','path','existsSync','jest_browserstack_results.json','isUndefined','test','dMfFX','vVKtj','rkzHz','hYbbX','close','PPWCs','testEnvironment','stringify','platforms','loUno','ZSfPy','13646184cAiAzB','jCOmU','winstonLogger','iulJP','OWSDu','cwd','info','parallelsPerPlatform','gJPBw','parallels__','Creating\x20','jest','\x20:\x20','maxWorkers','hubUrl','debug','yIgBk','testEnvironmentOptions','length','runInBand','UFyCQ','TaELI','/customTestRunnerTemplate.js','oIOTf','serial__','XzyyZ','proxySettings','snzGU','const\x20config=','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','forEach','WZxJx','unlinkSync','setupFilesAfterEnv','runner','47848CVKAxa','server','errorMessage','../utils/constants','--config','atgJj','vYRLO','splice','handleApp','vJYiK','kUePB','QFUXh','push','../../helpers/helper','parse','finalExecution','jest_browserstack.config.js','PgVUn','exports','WaHKE','sfYqp','useW3C','Znltd','/test_before.setup.js','kHWlH','TTeTt','Error\x20while\x20parsing\x20','platform','eqJVz','mmHsb','ENQkf','dglAH','sSXSG','capabilities','/customTestRunner.js','findIndex','kgfry','\x0a\x20\x20\x20\x20','NhSKk','YOqvR','join','457426xIREUd','2782620Fcxtty','725cSFvGB','../../helpers/logger','skipSessionName','modifyBrowserStackW3CCaps','/jest.setup.js','timeout__','Getting\x20your\x20jest\x20configs\x20from\x20','child\x20process\x20exited\x20with\x20code\x20','XrXEx','yeUJN','true','qszWn','fSxWP','false','\x20with\x20browserstack\x20jest\x20configs','djnQS','getErrorMessageFromResults','Deleting\x20','NaAlT'];a8_0x4bab=function(){return _0x49588e;};return a8_0x4bab();}async function run(_0x474d85,_0x27e0f8){const _0x24b9a9=a8_0x55240e,_0x58f582={'iulJP':function(_0x4ac71e,_0x4961c6){return _0x4ac71e!==_0x4961c6;},'sSXSG':'dgWgm','WaHKE':_0x24b9a9(0x8a),'oIOTf':_0x24b9a9(0xd7),'dMfFX':function(_0x1e7e0b,_0x12b8c4){return _0x1e7e0b>_0x12b8c4;},'QUsNx':_0x24b9a9(0xda),'jSDew':function(_0x47e136,_0x537475){return _0x47e136(_0x537475);},'ZCedt':function(_0x53f9ab,_0x339e27){return _0x53f9ab||_0x339e27;},'sfYqp':_0x24b9a9(0xe8),'rkzHz':function(_0x4b37fa,_0x506482){return _0x4b37fa(_0x506482);},'hYbbX':function(_0x51e726,_0x1454c8){return _0x51e726||_0x1454c8;},'kUePB':function(_0x4d488a,_0x421a93){return _0x4d488a!==_0x421a93;},'kgfry':'pghRR','vXWmo':_0x24b9a9(0x9a),'wqyPQ':function(_0x2b44be,_0xc1ca8d){return _0x2b44be!==_0xc1ca8d;},'yIgBk':_0x24b9a9(0x9e),'qszWn':_0x24b9a9(0xe4),'KMTEr':'VWOJw','XzyyZ':function(_0x550329,_0xb6fd6f){return _0x550329!==_0xb6fd6f;},'kHWlH':_0x24b9a9(0x87),'vYRLO':'zjsxM','TuMTO':function(_0x266962,_0x1c38f0,_0x21dcdf){return _0x266962(_0x1c38f0,_0x21dcdf);},'ZSfPy':'Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','JWfvl':function(_0x2b04d4,_0x729533,_0x39f671){return _0x2b04d4(_0x729533,_0x39f671);},'OWSDu':function(_0x3f9441,_0x2818a2,_0x308cb6){return _0x3f9441(_0x2818a2,_0x308cb6);},'loUno':function(_0x3fccef,_0x13e621){return _0x3fccef*_0x13e621;},'vJYiK':_0x24b9a9(0xb2),'jCOmU':_0x24b9a9(0x71),'PPWCs':'default','yeUJN':_0x24b9a9(0x9c),'nGEyR':function(_0x327049,_0x2b9490,_0x125d99,_0x3d8c92){return _0x327049(_0x2b9490,_0x125d99,_0x3d8c92);},'kBnit':'jest.cmd','bKdXI':'--config','GcCes':'inherit','djnQS':_0x24b9a9(0x78)},_0x14b77a=new BrowserStackSetup(_0x474d85,_0x58f582[_0x24b9a9(0xb5)]);await _0x14b77a['initialize'](),await helper[_0x24b9a9(0xaa)](_0x14b77a[_0x24b9a9(0xe3)]);if(!_0x14b77a[_0x24b9a9(0xe3)])return;const _0x171ec=_0x58f582['TuMTO'](getUserJestConfigs,_0x474d85,_0x27e0f8);logger['info'](_0x58f582[_0x24b9a9(0x7e)]);const _0x289820={..._0x171ec},_0x2f140e=_0x289820,_0x54b1fc={};_0x54b1fc[_0x24b9a9(0xa3)]=constants[_0x24b9a9(0x8d)],_0x54b1fc['environment']=_0x171ec['testEnvironment'],_0x2f140e[_0x24b9a9(0x90)]=_0x54b1fc;let _0x30513f=helper[_0x24b9a9(0xb7)](_0x14b77a['config']);const _0x4a2409=[];_0x14b77a[_0x24b9a9(0xe3)][_0x24b9a9(0x7c)][_0x24b9a9(0x9d)]((_0x4674be,_0xece47a)=>{const _0x1c4801=_0x24b9a9;if(_0x58f582[_0x1c4801(0x82)](_0x58f582[_0x1c4801(0xc2)],_0x58f582['sSXSG'])){_0x4b6a91=_0x902b3d[_0x1c4801(0xe9)](_0xb55987);try{_0x4a3306=_0x1f8947['parse'](_0x50bf4e);}catch(_0x260a02){_0x14f57d[_0x1c4801(0x8e)]('Error\x20while\x20parsing\x20'+_0x16f99a+',\x20'+_0x23803c+_0x1c4801(0x8b)+_0x260a02);}_0x153246[_0x1c4801(0x9f)](_0x3d3e28);}else{if(_0x30513f)_0x4a2409[_0x1c4801(0xae)](helper[_0x1c4801(0xd0)](_0x14b77a['config'],_0x58f582['WaHKE'],_0xece47a));else _0x4a2409[_0x1c4801(0xae)](helper['modifyBrowserStackCaps'](_0x14b77a[_0x1c4801(0xe3)],_0x58f582['WaHKE'],_0xece47a));}}),_0x2f140e[_0x24b9a9(0x90)][_0x24b9a9(0xc3)]=_0x4a2409,_0x2f140e[_0x24b9a9(0x90)][_0x24b9a9(0x97)]=_0x58f582['JWfvl'](getSerial,_0x4a2409,_0x474d85),_0x2f140e[_0x24b9a9(0x90)][_0x24b9a9(0x88)]=_0x58f582[_0x24b9a9(0x83)](getMaxWorkers,_0x474d85,_0x14b77a[_0x24b9a9(0xe3)]),_0x2f140e[_0x24b9a9(0x90)][_0x24b9a9(0x99)]=_0x14b77a[_0x24b9a9(0xe3)][_0x24b9a9(0x99)],_0x2f140e[_0x24b9a9(0x90)][_0x24b9a9(0xd2)]=_0x58f582[_0x24b9a9(0x7d)](_0x474d85['testTimeout'],0x1)||0x1388,_0x2f140e[_0x24b9a9(0x90)][_0x24b9a9(0xcf)]=_0x14b77a[_0x24b9a9(0xe3)][_0x24b9a9(0xed)]['skipSessionName'],_0x2f140e[_0x24b9a9(0x90)]['browserStackLogLevel']=config['logLevel'];const _0x4958e8=_0x58f582[_0x24b9a9(0xab)],_0x4934d9=path[_0x24b9a9(0xca)](__dirname,_0x58f582[_0x24b9a9(0x80)]),_0x310bfb=__dirname+_0x24b9a9(0xc4),_0x1c8914=__dirname+_0x24b9a9(0x95);_0x2f140e[_0x24b9a9(0x7a)]=__dirname+_0x24b9a9(0xf4),_0x2f140e[_0x24b9a9(0xa1)]=_0x310bfb,_0x2f140e[_0x24b9a9(0xa0)]=[__dirname+_0x24b9a9(0xd1)],_0x2f140e[_0x24b9a9(0xe2)]=[__dirname+_0x24b9a9(0xb9)],_0x2f140e['reporters']=_0x2f140e[_0x24b9a9(0xe6)]||[_0x58f582[_0x24b9a9(0x79)]];let _0x1e0809=fs['readFileSync'](_0x1c8914);fs['writeFileSync'](_0x2f140e[_0x24b9a9(0xa1)],_0x24b9a9(0xc7)+_0x1e0809+'\x0a\x0a\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20_interopRequireDefault(requireModule(\x27@jest/core/build/ReporterDispatcher.js\x27)).default;\x20//node_modules/@jest/core/build/ReporterDispatcher.js\x0a\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../helpers/helper\x27);\x0a\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20'+_0x14b77a[_0x24b9a9(0xe3)][_0x24b9a9(0x7c)][_0x24b9a9(0x91)]+';\x0a\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20}\x0a\x20\x20'),logger[_0x24b9a9(0x85)](_0x24b9a9(0x89)+_0x4958e8+_0x24b9a9(0xdb)),fs['writeFileSync'](_0x4958e8,_0x24b9a9(0x9b)+JSON[_0x24b9a9(0x7b)](_0x2f140e)+'\x0amodule.exports\x20=\x20config;'),logger[_0x24b9a9(0x85)](_0x58f582[_0x24b9a9(0xd6)]);const _0x583688=_0x58f582[_0x24b9a9(0xe1)](spawn,/^win/[_0x24b9a9(0x73)](process[_0x24b9a9(0xbd)])?_0x58f582[_0x24b9a9(0xf0)]:_0x58f582[_0x24b9a9(0xb5)],[_0x58f582['bKdXI'],_0x4958e8,..._0x27e0f8['slice'](0x1)],{'stdio':_0x58f582[_0x24b9a9(0xec)]});_0x583688['on'](_0x58f582[_0x24b9a9(0xdc)],async _0x57618c=>{const _0x9c4178=_0x24b9a9;if(_0x58f582[_0x9c4178(0xac)](_0x58f582[_0x9c4178(0xc6)],_0x58f582[_0x9c4178(0x6a)])){process[_0x9c4178(0x6e)]=_0x57618c,logger['debug'](_0x9c4178(0xd4)+_0x57618c),logger[_0x9c4178(0x85)](_0x9c4178(0xde)+_0x4958e8);let _0x1d671b=null;if(fs[_0x9c4178(0x70)](_0x4934d9)){if(_0x58f582['wqyPQ'](_0x58f582[_0x9c4178(0x8f)],_0x58f582[_0x9c4178(0xd8)])){_0x1d671b=fs['readFileSync'](_0x4934d9);try{if(_0x58f582['kUePB'](_0x58f582['KMTEr'],_0x58f582[_0x9c4178(0xf3)])){if(_0xe4c0a1)_0x5811e6[_0x9c4178(0xae)](_0x51858f['modifyBrowserStackW3CCaps'](_0x4212f4[_0x9c4178(0xe3)],_0x58f582[_0x9c4178(0xb5)],_0x1b9829));else _0x261982[_0x9c4178(0xae)](_0x2e2b63['modifyBrowserStackCaps'](_0x4b4b4e[_0x9c4178(0xe3)],_0x58f582[_0x9c4178(0xb5)],_0x2a3ef1));}else _0x1d671b=JSON[_0x9c4178(0xb0)](_0x1d671b);}catch(_0x14a99c){if(_0x58f582[_0x9c4178(0x98)](_0x58f582[_0x9c4178(0xba)],_0x58f582[_0x9c4178(0xa8)]))logger[_0x9c4178(0x8e)](_0x9c4178(0xbc)+_0x4934d9+',\x20'+_0x1d671b+_0x9c4178(0x8b)+_0x14a99c);else{let _0x32ae67=_0x58f582[_0x9c4178(0x96)];return _0x58f582[_0x9c4178(0x74)](_0x17cd0a[_0x9c4178(0x91)],0x1)&&(!_0x4441dc['runInBand']&&(_0x244173[_0x9c4178(0x72)](_0x2477a2['maxWorkers'])||_0x58f582['dMfFX'](_0x299efb[_0x9c4178(0x8c)],0x1)))&&(_0x32ae67=_0x58f582[_0x9c4178(0xef)]),_0x32ae67;}}fs['unlinkSync'](_0x4934d9);}else{const _0x40fccd=_0x5ee3bd['findIndex'](_0x3a5647=>_0x3a5647==_0x9c4178(0xa6));if(!_0x42867c['isUndefined'](_0x5a8995[_0x9c4178(0xe3)])){_0x12aa8e[_0x9c4178(0x85)](_0x9c4178(0xd3)+_0x37d604[_0x9c4178(0xe3)]);const _0x531f93=_0x58f582[_0x9c4178(0xe5)](_0x25669c,_0x17aadc['join'](_0x18760b['cwd'](),_0x2f46cb['config']));return _0x48d76a['splice'](_0x40fccd,0x2),_0x58f582[_0x9c4178(0xf2)](_0x531f93,{});}return _0x2d2f8f[_0x9c4178(0x85)](_0x9c4178(0x68)),_0x58f582[_0x9c4178(0xe5)](_0x2676de,_0x1a6722[_0x9c4178(0xca)](_0x45bd69[_0x9c4178(0x84)](),_0x58f582[_0x9c4178(0xb6)]))[_0x9c4178(0x8a)]||{};}}fs[_0x9c4178(0x9f)](_0x4958e8),fs[_0x9c4178(0x9f)](_0x310bfb),_0x1d671b&&(_0x14b77a[_0x9c4178(0xa4)]=helper[_0x9c4178(0xdd)](_0x1d671b,_0x58f582[_0x9c4178(0xb5)],_0x14b77a)),await helper[_0x9c4178(0xb1)](_0x14b77a);}else{_0xd05f00[_0x9c4178(0x85)](_0x9c4178(0xd3)+_0x3eee16[_0x9c4178(0xe3)]);const _0x319b8a=_0x58f582[_0x9c4178(0x76)](_0x938c1c,_0x642d73[_0x9c4178(0xca)](_0x48e010['cwd'](),_0x18264f[_0x9c4178(0xe3)]));return _0x44faed[_0x9c4178(0xa9)](_0x1f4ec0,0x2),_0x58f582[_0x9c4178(0x77)](_0x319b8a,{});}});}module[a8_0x55240e(0xb4)]=run;
|
|
2
|
+
'use strict';const a8_0x2f6513=a8_0x4aec;function a8_0x4aec(_0x455a0c,_0x3427b2){const _0x2036e5=a8_0x2036();return a8_0x4aec=function(_0x4aecb2,_0xe25f9f){_0x4aecb2=_0x4aecb2-0x17f;let _0x5ab0bd=_0x2036e5[_0x4aecb2];return _0x5ab0bd;},a8_0x4aec(_0x455a0c,_0x3427b2);}(function(_0x5a0b92,_0x5153ee){const _0x5c617f=a8_0x4aec,_0x4d9659=_0x5a0b92();while(!![]){try{const _0x2db8d6=-parseInt(_0x5c617f(0x1f2))/0x1+parseInt(_0x5c617f(0x186))/0x2+parseInt(_0x5c617f(0x1ef))/0x3*(parseInt(_0x5c617f(0x19e))/0x4)+parseInt(_0x5c617f(0x1a9))/0x5*(-parseInt(_0x5c617f(0x1c5))/0x6)+-parseInt(_0x5c617f(0x19f))/0x7+-parseInt(_0x5c617f(0x1c3))/0x8+parseInt(_0x5c617f(0x199))/0x9;if(_0x2db8d6===_0x5153ee)break;else _0x4d9659['push'](_0x4d9659['shift']());}catch(_0xad5956){_0x4d9659['push'](_0x4d9659['shift']());}}}(a8_0x2036,0xc4d4e));function a8_0x2036(){const _0x4593b7=['--config','existsSync','parallels__','serial__','skipSessionName','wSjRa','exitCode','LEVxY',';\x0a\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20}\x0a\x20\x20','RefJC','package.json','testTimeout','false','lqmCt','UzdVU','modifyBrowserStackW3CCaps','CgoQV','PeGId','MoNwe','platforms','test','XNIiw','7049976MGFOJT','jest.cmd','8202eigHcB','findIndex','Getting\x20your\x20jest\x20configs\x20from\x20','slice','WrJzR','../utils/constants','platform','inherit','errorMessage','DfgnS','initialize','proxySettings','/test_before.setup.js','/jest.setup.js','gyijL','ddMys','close','ABSRD','debug','wejOo','runner','/customEnvironment.js','hdDMJ','NJxgw','QgYLT','isUndefined','../../helpers/BrowserStackSetup','Error\x20while\x20parsing\x20','gBhzz','BRUdg','unlinkSync','runInBand','Getting\x20your\x20jest\x20configs\x20from\x20package.json','/customTestRunnerTemplate.js','info','mOOQb','config','capabilities','jest','winstonLogger','maxWorkers','kufMb','3AvBJVh','stringify','child_process','57203QrlIBS','push','cONTg','LIhNy','cwd','GGTEO','Deleting\x20','hubUrl','AFdhK','testEnvironmentOptions','setupFilesAfterEnv','forEach','environment','\x20with\x20browserstack\x20jest\x20configs','../../helpers/logger','server','reporters','rqyhX','chyRU','parallelsPerPlatform','pTqQl','testEnvironment','Sousy','vQhlE','\x0a\x20\x20\x20\x20','YkyOe','useW3C','482542MAlgLx','rZFbf','CaFLw','modifyBrowserStackCaps','splice','parse','sQAtZ','finalExecution','PihLy','browserStackLogLevel','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','const\x20config=','CAvlZ','KnXSQ','\x0amodule.exports\x20=\x20config;','jest_browserstack.config.js','readFileSync','join','\x20:\x20','5904783szXpvB','qplYr','Creating\x20','writeFileSync','length','6362156Civczf','4992057YjCFtg','jest_browserstack_results.json','jkHaF','vqDDD','setupFiles','lbWhs','mfwoM','QfNKC','Paznb','/customTestRunner.js','110qnKEmX','getErrorMessageFromResults','fgqzc','mQsFb'];a8_0x2036=function(){return _0x4593b7;};return a8_0x2036();}const fs=require('fs'),path=require('path'),{spawn}=require(a8_0x2f6513(0x1f1)),logger=require(a8_0x2f6513(0x200))[a8_0x2f6513(0x1ec)],{default:BrowserStackSetup}=require(a8_0x2f6513(0x1df)),helper=require('../../helpers/helper'),constants=require(a8_0x2f6513(0x1ca)),getUserJestConfigs=(_0x4beecf,_0x53d826)=>{const _0x52e887=a8_0x2f6513,_0x2c9983={'wejOo':function(_0x34bf55,_0x47f4de){return _0x34bf55(_0x47f4de);},'vQhlE':function(_0x148d3c,_0x128056){return _0x148d3c||_0x128056;},'CgoQV':function(_0x8cf757,_0x1ac60c){return _0x8cf757!==_0x1ac60c;},'pYEjf':'geBaT','Sousy':'xZEUx','QgYLT':function(_0x3629bc,_0x1b8489){return _0x3629bc(_0x1b8489);},'WrJzR':_0x52e887(0x1b7)},_0x51517c=_0x53d826[_0x52e887(0x1c6)](_0x4c9ddd=>_0x4c9ddd==_0x52e887(0x1ad));if(!helper[_0x52e887(0x1de)](_0x4beecf[_0x52e887(0x1e9)])){if(_0x2c9983[_0x52e887(0x1bd)](_0x2c9983['pYEjf'],_0x2c9983[_0x52e887(0x181)])){logger['info'](_0x52e887(0x1c7)+_0x4beecf['config']);const _0x380118=_0x2c9983[_0x52e887(0x1d8)](require,path['join'](process[_0x52e887(0x1f6)](),_0x4beecf[_0x52e887(0x1e9)]));return _0x53d826[_0x52e887(0x18a)](_0x51517c,0x2),_0x2c9983[_0x52e887(0x182)](_0x380118,{});}else{_0x3879dc[_0x52e887(0x1e7)]('Getting\x20your\x20jest\x20configs\x20from\x20'+_0x7cf9a0[_0x52e887(0x1e9)]);const _0xb02f4a=_0x2c9983['wejOo'](_0x4cfe16,_0x3315ad['join'](_0x2b7208['cwd'](),_0x2996b2['config']));return _0x40bfce[_0x52e887(0x18a)](_0x3ddca1,0x2),_0x2c9983['vQhlE'](_0xb02f4a,{});}}return logger[_0x52e887(0x1e7)](_0x52e887(0x1e5)),_0x2c9983[_0x52e887(0x1dd)](require,path[_0x52e887(0x197)](process[_0x52e887(0x1f6)](),_0x2c9983[_0x52e887(0x1c9)]))['jest']||{};},getSerial=(_0x5def4a,_0x4613ed)=>{const _0xad27fb=a8_0x2f6513,_0x5b95af={'GGTEO':function(_0x2b93c1,_0x5780cd){return _0x2b93c1(_0x5780cd);},'MoNwe':'true','BRUdg':function(_0x3d4b8b,_0x38be66){return _0x3d4b8b>_0x38be66;},'PihLy':function(_0x5d0dd9,_0x1f396b){return _0x5d0dd9!==_0x1f396b;},'mQsFb':_0xad27fb(0x187),'mfwoM':_0xad27fb(0x204),'mOOQb':_0xad27fb(0x1b9)};let _0x4c5e1e=_0x5b95af[_0xad27fb(0x1bf)];return _0x5b95af[_0xad27fb(0x1e2)](_0x5def4a[_0xad27fb(0x19d)],0x1)&&(!_0x4613ed[_0xad27fb(0x1e4)]&&(helper[_0xad27fb(0x1de)](_0x4613ed['maxWorkers'])||_0x5b95af[_0xad27fb(0x1e2)](_0x4613ed[_0xad27fb(0x1ed)],0x1)))&&(_0x5b95af[_0xad27fb(0x18e)](_0x5b95af[_0xad27fb(0x1ac)],_0x5b95af[_0xad27fb(0x1a5)])?_0x4c5e1e=_0x5b95af[_0xad27fb(0x1e8)]:_0x4682d2=_0x5b95af[_0xad27fb(0x1f7)](_0x1797ec,_0x2fad98[_0xad27fb(0x205)])),_0x4c5e1e;},getMaxWorkers=(_0x5003a3,_0x577122)=>{const _0x3cd809=a8_0x2f6513,_0x3e3462={'LIhNy':_0x3cd809(0x1eb),'LEVxY':function(_0x3e4480,_0x39dddf){return _0x3e4480(_0x39dddf);},'gBhzz':function(_0x316b17,_0x592557){return _0x316b17===_0x592557;},'ZUDEY':_0x3cd809(0x1d3),'sQAtZ':function(_0x22ccfa,_0x6492e3){return _0x22ccfa(_0x6492e3);},'fgqzc':_0x3cd809(0x1a1)};let _0x4fa999=0x1;if(!helper[_0x3cd809(0x1de)](_0x577122[_0x3cd809(0x205)])){if(_0x3e3462['gBhzz'](_0x3e3462['ZUDEY'],_0x3e3462['ZUDEY']))_0x4fa999=_0x3e3462[_0x3cd809(0x18c)](parseInt,_0x577122[_0x3cd809(0x205)]);else{if(_0x517a26)_0x301f21[_0x3cd809(0x1f3)](_0x40a6e9[_0x3cd809(0x1bc)](_0x5a7e67[_0x3cd809(0x1e9)],_0x3e3462[_0x3cd809(0x1f5)],_0x104fa5));else _0x11e8f7[_0x3cd809(0x1f3)](_0x44eba0[_0x3cd809(0x189)](_0x3c7e17[_0x3cd809(0x1e9)],_0x3e3462[_0x3cd809(0x1f5)],_0x30ba2e));}}else{if(!helper[_0x3cd809(0x1de)](_0x5003a3[_0x3cd809(0x1ed)])){if(_0x3e3462[_0x3cd809(0x1e1)](_0x3e3462[_0x3cd809(0x1ab)],_0x3e3462[_0x3cd809(0x1ab)]))_0x4fa999=_0x5003a3[_0x3cd809(0x1ed)];else{let _0x33822d=0x1;if(!_0x359c77['isUndefined'](_0x41419f[_0x3cd809(0x205)]))_0x33822d=_0x3e3462[_0x3cd809(0x1b4)](_0x23c961,_0x591156[_0x3cd809(0x205)]);else!_0x26a999[_0x3cd809(0x1de)](_0x1ad212[_0x3cd809(0x1ed)])&&(_0x33822d=_0xdcbd33[_0x3cd809(0x1ed)]);return _0x33822d;}}}return _0x4fa999;};async function run(_0x35eac3,_0x513189){const _0x52c6f7=a8_0x2f6513,_0x5df4dc={'CAvlZ':function(_0x32f658,_0x11353a){return _0x32f658!==_0x11353a;},'lqmCt':_0x52c6f7(0x19a),'ddMys':_0x52c6f7(0x1eb),'NJxgw':'true','AFdhK':function(_0x2cfef2,_0x45b0ee){return _0x2cfef2>_0x45b0ee;},'Paznb':function(_0x849975,_0x3f5c08){return _0x849975>_0x3f5c08;},'DfgnS':'false','mliAt':function(_0xb9365d,_0x46be35){return _0xb9365d!==_0x46be35;},'PeGId':_0x52c6f7(0x1b6),'iBSFT':'EGSvS','kufMb':_0x52c6f7(0x193),'lgxjO':function(_0x19f7d4,_0x1d9730){return _0x19f7d4!==_0x1d9730;},'rqyhX':'mMOxa','lbWhs':function(_0x2e8684,_0x8a675){return _0x2e8684!==_0x8a675;},'vqDDD':'EyJvN','VUMSs':function(_0x7e8a3a,_0xa6ff93,_0x9ebe41){return _0x7e8a3a(_0xa6ff93,_0x9ebe41);},'UzdVU':_0x52c6f7(0x190),'DWcLo':function(_0x3a9111,_0x32a646,_0x28a80e){return _0x3a9111(_0x32a646,_0x28a80e);},'bgTog':function(_0x307a91,_0x373ff0){return _0x307a91*_0x373ff0;},'pTqQl':_0x52c6f7(0x195),'wSjRa':_0x52c6f7(0x1a0),'YkyOe':'default','ABSRD':'Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','XNIiw':function(_0x20000d,_0x58e1de,_0x226eb9,_0x4b47f6){return _0x20000d(_0x58e1de,_0x226eb9,_0x4b47f6);},'DSUXS':_0x52c6f7(0x1c4),'QfNKC':_0x52c6f7(0x1ad),'hdDMJ':_0x52c6f7(0x1cc),'CaFLw':_0x52c6f7(0x1d5)},_0x48b4dd=new BrowserStackSetup(_0x35eac3,_0x5df4dc['ddMys']);await _0x48b4dd[_0x52c6f7(0x1cf)](),await helper['handleApp'](_0x48b4dd['config']);if(!_0x48b4dd[_0x52c6f7(0x1e9)])return;const _0x337fc7=_0x5df4dc['VUMSs'](getUserJestConfigs,_0x35eac3,_0x513189);logger[_0x52c6f7(0x1e7)](_0x5df4dc[_0x52c6f7(0x1bb)]);const _0x1e8921={..._0x337fc7},_0x1ef4ac=_0x1e8921,_0x153dc2={};_0x153dc2[_0x52c6f7(0x201)]=constants[_0x52c6f7(0x1f9)],_0x153dc2[_0x52c6f7(0x1fe)]=_0x337fc7[_0x52c6f7(0x180)],_0x1ef4ac[_0x52c6f7(0x1fb)]=_0x153dc2;let _0x58a692=helper[_0x52c6f7(0x185)](_0x48b4dd[_0x52c6f7(0x1e9)]);const _0x3a43ec=[];_0x48b4dd[_0x52c6f7(0x1e9)][_0x52c6f7(0x1c0)][_0x52c6f7(0x1fd)]((_0x53d317,_0x285c4d)=>{const _0x371174=_0x52c6f7;if(_0x5df4dc[_0x371174(0x192)](_0x5df4dc[_0x371174(0x1ba)],_0x5df4dc[_0x371174(0x1ba)]))_0x30d675=_0x21ca30[_0x371174(0x1ed)];else{if(_0x58a692)_0x3a43ec[_0x371174(0x1f3)](helper['modifyBrowserStackW3CCaps'](_0x48b4dd[_0x371174(0x1e9)],_0x5df4dc[_0x371174(0x1d4)],_0x285c4d));else _0x3a43ec[_0x371174(0x1f3)](helper['modifyBrowserStackCaps'](_0x48b4dd[_0x371174(0x1e9)],_0x5df4dc[_0x371174(0x1d4)],_0x285c4d));}}),_0x1ef4ac['testEnvironmentOptions'][_0x52c6f7(0x1ea)]=_0x3a43ec,_0x1ef4ac[_0x52c6f7(0x1fb)][_0x52c6f7(0x1b0)]=_0x5df4dc['VUMSs'](getSerial,_0x3a43ec,_0x35eac3),_0x1ef4ac[_0x52c6f7(0x1fb)][_0x52c6f7(0x1af)]=_0x5df4dc['DWcLo'](getMaxWorkers,_0x35eac3,_0x48b4dd[_0x52c6f7(0x1e9)]),_0x1ef4ac[_0x52c6f7(0x1fb)][_0x52c6f7(0x1d0)]=_0x48b4dd[_0x52c6f7(0x1e9)]['proxySettings'],_0x1ef4ac[_0x52c6f7(0x1fb)]['timeout__']=_0x5df4dc['bgTog'](_0x35eac3[_0x52c6f7(0x1b8)],0x1)||0x1388,_0x1ef4ac[_0x52c6f7(0x1fb)][_0x52c6f7(0x1b1)]=_0x48b4dd[_0x52c6f7(0x1e9)]['testContextOptions'][_0x52c6f7(0x1b1)],_0x1ef4ac[_0x52c6f7(0x1fb)][_0x52c6f7(0x18f)]=config['logLevel'];const _0x1e9cd6=_0x5df4dc[_0x52c6f7(0x17f)],_0x172b71=path['join'](__dirname,_0x5df4dc[_0x52c6f7(0x1b2)]),_0x573714=__dirname+_0x52c6f7(0x1a8),_0x516d88=__dirname+_0x52c6f7(0x1e6);_0x1ef4ac[_0x52c6f7(0x180)]=__dirname+_0x52c6f7(0x1da),_0x1ef4ac[_0x52c6f7(0x1d9)]=_0x573714,_0x1ef4ac[_0x52c6f7(0x1fc)]=[__dirname+_0x52c6f7(0x1d2)],_0x1ef4ac[_0x52c6f7(0x1a3)]=[__dirname+_0x52c6f7(0x1d1)],_0x1ef4ac['reporters']=_0x1ef4ac[_0x52c6f7(0x202)]||[_0x5df4dc[_0x52c6f7(0x184)]];let _0x42a46e=fs['readFileSync'](_0x516d88);fs[_0x52c6f7(0x19c)](_0x1ef4ac[_0x52c6f7(0x1d9)],_0x52c6f7(0x183)+_0x42a46e+'\x0a\x0a\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20_interopRequireDefault(requireModule(\x27@jest/core/build/ReporterDispatcher.js\x27)).default;\x20//node_modules/@jest/core/build/ReporterDispatcher.js\x0a\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../helpers/helper\x27);\x0a\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20'+_0x48b4dd[_0x52c6f7(0x1e9)]['platforms'][_0x52c6f7(0x19d)]+_0x52c6f7(0x1b5)),logger[_0x52c6f7(0x1e7)](_0x52c6f7(0x19b)+_0x1e9cd6+_0x52c6f7(0x1ff)),fs[_0x52c6f7(0x19c)](_0x1e9cd6,_0x52c6f7(0x191)+JSON[_0x52c6f7(0x1f0)](_0x1ef4ac)+_0x52c6f7(0x194)),logger['info'](_0x5df4dc[_0x52c6f7(0x1d6)]);const _0x2f7e67=_0x5df4dc[_0x52c6f7(0x1c2)](spawn,/^win/[_0x52c6f7(0x1c1)](process[_0x52c6f7(0x1cb)])?_0x5df4dc['DSUXS']:_0x5df4dc[_0x52c6f7(0x1d4)],[_0x5df4dc[_0x52c6f7(0x1a6)],_0x1e9cd6,..._0x513189[_0x52c6f7(0x1c8)](0x1)],{'stdio':_0x5df4dc[_0x52c6f7(0x1db)]});_0x2f7e67['on'](_0x5df4dc[_0x52c6f7(0x188)],async _0x3f0760=>{const _0x5c9907=_0x52c6f7,_0x5dcd08={};_0x5dcd08[_0x5c9907(0x1f4)]=_0x5df4dc[_0x5c9907(0x1ce)];const _0x578b38=_0x5dcd08;if(_0x5df4dc['mliAt'](_0x5df4dc[_0x5c9907(0x1be)],_0x5df4dc['iBSFT'])){process[_0x5c9907(0x1b3)]=_0x3f0760,logger[_0x5c9907(0x1d7)]('child\x20process\x20exited\x20with\x20code\x20'+_0x3f0760),logger['info'](_0x5c9907(0x1f8)+_0x1e9cd6);let _0x16629d=null;if(fs[_0x5c9907(0x1ae)](_0x172b71)){if(_0x5df4dc[_0x5c9907(0x192)](_0x5df4dc['kufMb'],_0x5df4dc[_0x5c9907(0x1ee)]))_0x1855b0[_0x5c9907(0x1d7)](_0x5c9907(0x1e0)+_0x4f6a6d+',\x20'+_0xcda0be+_0x5c9907(0x198)+_0x555467);else{_0x16629d=fs[_0x5c9907(0x196)](_0x172b71);try{_0x5df4dc['lgxjO'](_0x5df4dc[_0x5c9907(0x203)],_0x5df4dc[_0x5c9907(0x203)])?_0x44ca39=_0x578b38[_0x5c9907(0x1f4)]:_0x16629d=JSON[_0x5c9907(0x18b)](_0x16629d);}catch(_0x44022e){_0x5df4dc[_0x5c9907(0x1a4)](_0x5df4dc['vqDDD'],_0x5df4dc[_0x5c9907(0x1a2)])?_0x5c8605=_0x5ee1bd[_0x5c9907(0x18b)](_0x1084f0):logger[_0x5c9907(0x1d7)](_0x5c9907(0x1e0)+_0x172b71+',\x20'+_0x16629d+_0x5c9907(0x198)+_0x44022e);}fs[_0x5c9907(0x1e3)](_0x172b71);}}fs[_0x5c9907(0x1e3)](_0x1e9cd6),fs['unlinkSync'](_0x573714),_0x16629d&&(_0x48b4dd[_0x5c9907(0x1cd)]=helper[_0x5c9907(0x1aa)](_0x16629d,_0x5df4dc[_0x5c9907(0x1d4)],_0x48b4dd)),await helper[_0x5c9907(0x18d)](_0x48b4dd);}else{let _0x57f5ca=_0x5df4dc[_0x5c9907(0x1dc)];return _0x5df4dc[_0x5c9907(0x1fa)](_0x130e92[_0x5c9907(0x19d)],0x1)&&(!_0x1bb8e8[_0x5c9907(0x1e4)]&&(_0x22403e['isUndefined'](_0x260162[_0x5c9907(0x1ed)])||_0x5df4dc[_0x5c9907(0x1a7)](_0x448081[_0x5c9907(0x1ed)],0x1)))&&(_0x57f5ca=_0x5df4dc[_0x5c9907(0x1ce)]),_0x57f5ca;}});}module['exports']=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a9_0x3546(){const _0x1a9d42=['quit','browserstackAgentV2','BSTACK_DELTA','testEnvironmentOptions','test','TfTvY','riBci','__esModule','4UgBIQl','60Rdrown','3210yFuRiE','capability','147323WptlCI','2UrSrnU','1221810phDYjD','__drivers','builder','jest-environment-node','sessionNameProvided','1570592kFvpuX','ThYaE','teardown','configuration','global','FRTxR','../../index','__timeout','jEsEx','qJUvM','KBzXt','exports','__webdriver','requireModule','2086QnxWOs','../../helpers/helper','projectConfig','ftKOT','Builder','2623710rZYCIG','handleTestEvent','requireSeleniumWebdriver','TPvou','driver','setup','3036951ovIIHl','dMWAC','wEMnR','testContext','lSZLS','modifyCommand','default','517561EYrRBV','Betkr','timeout__','cleanupDrivers','qyQfg','test_start','eUxqk','QbYOG','OiUfL'];a9_0x3546=function(){return _0x1a9d42;};return a9_0x3546();}const a9_0x327db0=a9_0x24d3;(function(_0x2e50f9,_0x34d7f5){const _0x1aae3f=a9_0x24d3,_0x261e68=_0x2e50f9();while(!![]){try{const _0x2b492d=-parseInt(_0x1aae3f(0x18d))/0x1*(-parseInt(_0x1aae3f(0x18e))/0x2)+parseInt(_0x1aae3f(0x18f))/0x3+-parseInt(_0x1aae3f(0x189))/0x4*(parseInt(_0x1aae3f(0x1a7))/0x5)+parseInt(_0x1aae3f(0x18b))/0x6*(parseInt(_0x1aae3f(0x1a2))/0x7)+parseInt(_0x1aae3f(0x194))/0x8+-parseInt(_0x1aae3f(0x1ad))/0x9+parseInt(_0x1aae3f(0x18a))/0xa*(parseInt(_0x1aae3f(0x178))/0xb);if(_0x2b492d===_0x34d7f5)break;else _0x261e68['push'](_0x261e68['shift']());}catch(_0x14c396){_0x261e68['push'](_0x261e68['shift']());}}}(a9_0x3546,0x50ae8));const helper=require(a9_0x327db0(0x1a3)),constants=require('../utils/constants'),_seleniumWebdriver=helper[a9_0x327db0(0x1a9)](),SeleniumEnvironmentNode=helper[a9_0x327db0(0x1a1)](a9_0x327db0(0x192)),_seleniumWebdriver2=_interopRequireDefault(_seleniumWebdriver),_jestEnvironmentNode2=_interopRequireDefault(SeleniumEnvironmentNode);function _interopRequireDefault(_0x124d2a){const _0x2f3a82=a9_0x327db0;return _0x124d2a&&_0x124d2a[_0x2f3a82(0x188)]?_0x124d2a:{'default':_0x124d2a};}function a9_0x24d3(_0x33b287,_0x37ab05){const _0x3546c3=a9_0x3546();return a9_0x24d3=function(_0x24d3fb,_0x90b02c){_0x24d3fb=_0x24d3fb-0x172;let _0x3a40fa=_0x3546c3[_0x24d3fb];return _0x3a40fa;},a9_0x24d3(_0x33b287,_0x37ab05);}helper[a9_0x327db0(0x176)]();const originalBuilder=_seleniumWebdriver2[a9_0x327db0(0x177)]['Builder'];class CustomEnvironment extends _jestEnvironmentNode2[a9_0x327db0(0x177)]{constructor(_0x3ebbeb){const _0x127588=a9_0x327db0,_0x53bea1={'qJUvM':function(_0x2adc39,_0xc65033){return _0x2adc39===_0xc65033;},'TPvou':_0x127588(0x17d),'riBci':function(_0x57ee9d,_0x4e100a){return _0x57ee9d!==_0x4e100a;},'TfTvY':'GvWFI','ftKOT':_0x127588(0x181),'rpjqo':function(_0x3f6d85,_0x32c5e9){return _0x3f6d85+_0x32c5e9;},'QbYOG':function(_0x1e0682,_0x29f67d){return _0x1e0682(_0x29f67d);},'kgaEX':_0x127588(0x19a),'exmKC':'JYwOZ','FRTxR':_0x127588(0x180),'Betkr':_0x127588(0x172)};super(_0x3ebbeb),_0x3ebbeb['testEnvironmentOptions']=_0x3ebbeb[_0x127588(0x1a4)]?_0x3ebbeb['projectConfig']['testEnvironmentOptions']:_0x3ebbeb[_0x127588(0x184)],this['configuration']=_0x3ebbeb[_0x127588(0x184)],this['capability']=_0x3ebbeb['projectConfig']?_0x3ebbeb[_0x127588(0x1a4)]['capability']:_0x3ebbeb['capability'],this[_0x127588(0x191)]=new _seleniumWebdriver2[(_0x127588(0x177))][(_0x127588(0x1a6))](),this[_0x127588(0x198)][_0x127588(0x19b)]=_0x53bea1['rpjqo'](this[_0x127588(0x197)][_0x127588(0x17a)],constants[_0x127588(0x183)]),this[_0x127588(0x198)][_0x127588(0x190)]=[],this['global'][_0x127588(0x1a0)]=_0x53bea1[_0x127588(0x17f)](require,_0x53bea1['kgaEX'])[_0x127588(0x182)]({...this[_0x127588(0x197)],'capability':this[_0x127588(0x18c)]},this),helper['isTrue'](this['configuration']['skipSessionName'])?_0x53bea1[_0x127588(0x19d)](_0x53bea1['exmKC'],_0x53bea1[_0x127588(0x199)])?this['global']['testContext']=_0x545a57['test']:this[_0x127588(0x198)][_0x127588(0x193)]=!![]:_0x53bea1['riBci'](_0x53bea1[_0x127588(0x179)],_0x53bea1[_0x127588(0x179)])?this[_0x127588(0x198)][_0x127588(0x193)]=!![]:this[_0x127588(0x198)][_0x127588(0x193)]=![],this[_0x127588(0x198)]['cleanup']=async()=>{const _0x1dd753=_0x127588,_0x3d951e={'eUxqk':function(_0x33f1dc,_0x2477d9){return _0x53bea1['qJUvM'](_0x33f1dc,_0x2477d9);},'KBzXt':_0x53bea1[_0x1dd753(0x1aa)]};if(_0x53bea1[_0x1dd753(0x187)](_0x53bea1[_0x1dd753(0x186)],_0x53bea1[_0x1dd753(0x186)])){const {name:_0x488589}=_0x54d430;_0x3d951e[_0x1dd753(0x17e)](_0x488589,_0x3d951e[_0x1dd753(0x19e)])&&(this[_0x1dd753(0x198)]['testContext']=_0x45e254[_0x1dd753(0x185)]);}else await this[_0x1dd753(0x198)][_0x1dd753(0x1ab)][_0x1dd753(0x181)](_0x53bea1[_0x1dd753(0x1a5)]);};}async[a9_0x327db0(0x196)](){const _0x4f24ab=a9_0x327db0;await helper[_0x4f24ab(0x17b)](this[_0x4f24ab(0x198)]['__driversArray']),this[_0x4f24ab(0x198)][_0x4f24ab(0x1a0)][_0x4f24ab(0x1a6)]=originalBuilder;}async[a9_0x327db0(0x1ac)](){}async[a9_0x327db0(0x1a8)](_0x474831,_0x245060){const _0x2a9325=a9_0x327db0,_0x5a4948={};_0x5a4948[_0x2a9325(0x175)]=function(_0x429520,_0xf3961e){return _0x429520===_0xf3961e;},_0x5a4948[_0x2a9325(0x19c)]='test_start',_0x5a4948[_0x2a9325(0x195)]='zzBgM',_0x5a4948[_0x2a9325(0x17c)]=_0x2a9325(0x173);const _0x5ac737=_0x5a4948,{name:_0x10706f}=_0x474831;_0x5ac737[_0x2a9325(0x175)](_0x10706f,_0x5ac737[_0x2a9325(0x19c)])&&(_0x5ac737[_0x2a9325(0x175)](_0x5ac737[_0x2a9325(0x195)],_0x5ac737[_0x2a9325(0x17c)])?this[_0x2a9325(0x198)]['sessionNameProvided']=![]:this[_0x2a9325(0x198)][_0x2a9325(0x174)]=_0x474831[_0x2a9325(0x185)]);}}module[a9_0x327db0(0x19f)]=CustomEnvironment;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';
|
|
1
|
+
'use strict';const a10_0x304b69=a10_0x5e88;(function(_0x58ded2,_0x474840){const _0x136151=a10_0x5e88,_0x51a18c=_0x58ded2();while(!![]){try{const _0x24eecf=-parseInt(_0x136151(0x76))/0x1+parseInt(_0x136151(0x72))/0x2+-parseInt(_0x136151(0x66))/0x3*(-parseInt(_0x136151(0x80))/0x4)+parseInt(_0x136151(0x6f))/0x5*(parseInt(_0x136151(0x74))/0x6)+-parseInt(_0x136151(0x6c))/0x7+-parseInt(_0x136151(0x71))/0x8*(-parseInt(_0x136151(0x7b))/0x9)+-parseInt(_0x136151(0x64))/0xa;if(_0x24eecf===_0x474840)break;else _0x51a18c['push'](_0x51a18c['shift']());}catch(_0x1c915c){_0x51a18c['push'](_0x51a18c['shift']());}}}(a10_0x12d4,0x4a88e));function a10_0x5e88(_0x5b0dc9,_0x10d754){const _0x12d41d=a10_0x12d4();return a10_0x5e88=function(_0x5e88e0,_0xa2eaea){_0x5e88e0=_0x5e88e0-0x64;let _0xca6a8f=_0x12d41d[_0x5e88e0];return _0xca6a8f;},a10_0x5e88(_0x5b0dc9,_0x10d754);}const {requireModule}=require(a10_0x304b69(0x79)),a10_0x441898={};function a10_0x12d4(){const _0x311e6c=['config','15WddCbQ','GMjno','8jvpIlg','1132688AQLJRV','length','1012458EbegnY','default','375906rNAbqD','KWwDx','context','../../helpers/helper','capabilities','2208393PQNBpR','freeze','TCNBU','serial__','testEnvironmentOptions','80SHBdIa','_globalConfig','runTests','11713500PkGiZa','xtUiQ','91320fqIoLH','slice','push','LWenb','__esModule','false','519400SiwoGl','forEach'];a10_0x12d4=function(){return _0x311e6c;};return a10_0x12d4();}a10_0x441898['value']=!![],Object['defineProperty'](exports,a10_0x304b69(0x6a),a10_0x441898),exports[a10_0x304b69(0x75)]=void 0x0;function _interopRequireDefault(_0x5ce848){const _0x12763b=a10_0x304b69;return _0x5ce848&&_0x5ce848[_0x12763b(0x6a)]?_0x5ce848:{'default':_0x5ce848};}const JestRunner=_interopRequireDefault(requireModule('jest-runner'))[a10_0x304b69(0x75)];class TestRunner extends JestRunner{constructor(..._0x156e67){super(..._0x156e67);}[a10_0x304b69(0x82)](..._0x339adc){const _0x4303e9=a10_0x304b69,_0x4533a4={};_0x4533a4[_0x4303e9(0x7d)]=function(_0x45ab64,_0x577dd5){return _0x45ab64-_0x577dd5;},_0x4533a4[_0x4303e9(0x65)]=function(_0x270c3d,_0xf9c25){return _0x270c3d*_0xf9c25;},_0x4533a4[_0x4303e9(0x77)]=function(_0x525598,_0x25d23e){return _0x525598==_0x25d23e;},_0x4533a4[_0x4303e9(0x69)]=_0x4303e9(0x6b),_0x4533a4[_0x4303e9(0x70)]=function(_0x3f6371,_0x8c21da){return _0x3f6371<_0x8c21da;};const _0x36558f=_0x4533a4,_0x146843=_0x339adc[0x0],_0xd6fcdc=_0x339adc[_0x36558f['TCNBU'](_0x339adc[_0x4303e9(0x73)],0x1)],_0x1510a3=_0x146843[0x0]['context'][_0x4303e9(0x6e)][_0x4303e9(0x7f)][_0x4303e9(0x7a)],_0x16b49d=_0x146843[0x0][_0x4303e9(0x78)][_0x4303e9(0x6e)][_0x4303e9(0x7f)]['parallels__'];_0x16b49d&&(this[_0x4303e9(0x81)]=Object[_0x4303e9(0x7c)]({...this['_globalConfig'],'maxWorkers':_0x36558f[_0x4303e9(0x65)](_0x16b49d,_0x1510a3[_0x4303e9(0x73)])}));if(_0x36558f[_0x4303e9(0x77)](_0x146843[0x0]['context'][_0x4303e9(0x6e)][_0x4303e9(0x7f)][_0x4303e9(0x7e)],_0x36558f[_0x4303e9(0x69)]))_0xd6fcdc&&(_0xd6fcdc['serial']=![]);const _0x1526de=[];for(let _0x2065aa=0x0;_0x36558f[_0x4303e9(0x70)](_0x2065aa,_0x146843[_0x4303e9(0x73)]);_0x2065aa++){const _0x44d11d=[];_0x1510a3[_0x4303e9(0x6d)](_0x558b31=>{const _0x4d54f1=_0x4303e9,_0x215420={..._0x146843[_0x2065aa]};let _0x4a1937=_0x215420;_0x4a1937[_0x4d54f1(0x78)]=Object[_0x4d54f1(0x7c)]({..._0x4a1937[_0x4d54f1(0x78)],'config':{..._0x4a1937[_0x4d54f1(0x78)][_0x4d54f1(0x6e)],'capability':_0x558b31}}),_0x44d11d['push'](_0x4a1937);}),_0x1526de[_0x4303e9(0x68)](..._0x44d11d);}return super[_0x4303e9(0x82)](_0x1526de,..._0x339adc[_0x4303e9(0x67)](0x1));}}module['exports']=TestRunner;
|