browserstack-node-sdk 1.31.4 → 1.31.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/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/browserstackSDKMethods.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/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
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"browserstack-node-sdk","version":"1.31.
|
|
1
|
+
{"name":"browserstack-node-sdk","version":"1.31.5","private":false,"description":"Node SDK for browserstack selenium-webdriver tests","main":"./src/index.js","scripts":{},"author":"BrowserStack","license":"SEE LICENSE IN LICENSE.md","bin":{"browserstack-node-sdk":"./src/bin/runner.js","browserstack-cli":"./src/bin/runner.js","setup":"./src/bin/setup.js"},"dependencies":{"@google-cloud/compute":"^4.0.1","@google-cloud/container":"^5.2.0","@google-cloud/resource-manager":"^5.0.1","@kubernetes/client-node":"^0.18.1","@percy/appium-app":"^2.0.1","@percy/selenium-webdriver":"^2.0.0","aws-sdk":"^2.1346.0","bluebird":"^3.7.2","browserstack-local":"^1.5.3","chalk":"^4.1.2","cheerio":"^1.0.0-rc.11","dotenv":"^16.0.3","emittery":"^0.11.0","follow-redirects":"^1.15.3","getos":"^3.2.1","git-last-commit":"^1.0.1","git-repo-info":"^2.1.1","gitconfiglocal":"^2.1.0","global-agent":"^3.0.0","googleapis":"^126.0.1","jest-worker":"^28.1.0","js-yaml":"^4.1.0","js-yaml-cloudformation-schema":"^1.0.0","mocha-multi-reporters":"^1.5.1","monkeypatch":"^1.0.0","p-limit":"^3.1.0","pac-proxy-agent":"^7.0.1","reconnecting-websocket":"^4.4.0","request":"^2.88.2","requestretry":"^7.1.0","stack-trace":"0.0.10","table":"^6.8.1","update-notifier":"5.1.0","uuid":"^8.3.2","windows-release":"^5.1.0","winston":"^3.8.2","winston-transport":"^4.5.0","ws":"^8.13.0","yargs":"^17.5.1","yauzl":"^2.10.0"},"devDependencies":{}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a0_0x413f(){const _0x528f1b=['1736ANWYYt','IxOzD','nYpON','failed','16454727UOSznG','skipSessionStatus','event','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','737735kaIZrq','\x22}}','9247NQKqrg','Failed\x20to\x20update\x20sessionStatus\x20','helpers','exports','3JWmnjs','executeScript','winstonLogger','dispatcher','container','test','760816rsvcxO','ujCZE','Dciiz','519225UQvQYz','../../helpers/helper','../../helpers/logger','passed','title','Failed\x20to\x20update\x20sessionName\x20','skipSessionName','__skipSessionStatus','360132iEFayD','10BbUWhq','error','HbkFc','2626986tCojZE','@codeceptjs/helper/helper.js','JslkN'];a0_0x413f=function(){return _0x528f1b;};return a0_0x413f();}function a0_0x1b6f(_0x164f77,_0x35900c){const _0x413fd6=a0_0x413f();return a0_0x1b6f=function(_0x1b6fd9,_0x487f68){_0x1b6fd9=_0x1b6fd9-0x1b3;let _0x3bbe14=_0x413fd6[_0x1b6fd9];return _0x3bbe14;},a0_0x1b6f(_0x164f77,_0x35900c);}const a0_0x16cd39=a0_0x1b6f;(function(_0x3e794e,_0x944de9){const _0xa7cf96=a0_0x1b6f,_0x2cf3a3=_0x3e794e();while(!![]){try{const _0x167fcb=parseInt(_0xa7cf96(0x1d6))/0x1*(-parseInt(_0xa7cf96(0x1c1))/0x2)+-parseInt(_0xa7cf96(0x1b9))/0x3+-parseInt(_0xa7cf96(0x1b6))/0x4+parseInt(_0xa7cf96(0x1d0))/0x5+-parseInt(_0xa7cf96(0x1c5))/0x6+-parseInt(_0xa7cf96(0x1d2))/0x7*(parseInt(_0xa7cf96(0x1c8))/0x8)+parseInt(_0xa7cf96(0x1cc))/0x9*(parseInt(_0xa7cf96(0x1c2))/0xa);if(_0x167fcb===_0x944de9)break;else _0x2cf3a3['push'](_0x2cf3a3['shift']());}catch(_0x4f1a5d){_0x2cf3a3['push'](_0x2cf3a3['shift']());}}}(a0_0x413f,0x54eed));const {requireModule,markSessionStatus}=require(a0_0x16cd39(0x1ba)),logger=require(a0_0x16cd39(0x1bb))[a0_0x16cd39(0x1d8)],CodeceptJS=requireModule('codeceptjs/lib/index.js'),CodeceptHelper=requireModule(a0_0x16cd39(0x1c6)),{isTrue}=require(a0_0x16cd39(0x1ba));module[a0_0x16cd39(0x1d5)]=function(_0xf39d02){const _0x53d752=a0_0x16cd39,_0x57d312={'HbkFc':function(_0xe6dcab,_0x26808b){return _0xe6dcab(_0x26808b);},'IxOzD':'WebDriver','ujCZE':function(_0x149f7b,_0x17b815,_0x283809){return _0x149f7b(_0x17b815,_0x283809);},'nYpON':_0x53d752(0x1bc),'Dciiz':function(_0x39b1f5,_0x32f7fd,_0xa1c98e,_0x5c3605){return _0x39b1f5(_0x32f7fd,_0xa1c98e,_0x5c3605);},'JslkN':'failed'};_0xf39d02[_0x53d752(0x1cd)]&&(global[_0x53d752(0x1c0)]=_0xf39d02[_0x53d752(0x1cd)]),CodeceptJS['event']['dispatcher']['on'](CodeceptJS['event'][_0x53d752(0x1b5)]['started'],async _0x1d1711=>{const _0x9bbd6d=_0x53d752;try{!_0x57d312[_0x9bbd6d(0x1c4)](isTrue,_0xf39d02[_0x9bbd6d(0x1bf)])&&await CodeceptJS[_0x9bbd6d(0x1b4)][_0x9bbd6d(0x1d4)](_0x57d312[_0x9bbd6d(0x1c9)])[_0x9bbd6d(0x1d7)](_0x9bbd6d(0x1cf)+_0x1d1711[_0x9bbd6d(0x1bd)]+_0x9bbd6d(0x1d1));}catch(_0x45f823){logger[_0x9bbd6d(0x1c3)](_0x9bbd6d(0x1be)+_0x45f823);}}),CodeceptJS['event'][_0x53d752(0x1b3)]['on'](CodeceptJS[_0x53d752(0x1ce)]['test'][_0x53d752(0x1bc)],async _0x444cab=>{const _0x5d5446=_0x53d752;try{await _0x57d312[_0x5d5446(0x1b7)](markSessionStatus,CodeceptJS[_0x5d5446(0x1b4)][_0x5d5446(0x1d4)](_0x57d312[_0x5d5446(0x1c9)]),_0x57d312[_0x5d5446(0x1ca)]);}catch(_0x5c2bfc){logger[_0x5d5446(0x1c3)](_0x5d5446(0x1d3)+_0x5c2bfc);}}),CodeceptJS['event'][_0x53d752(0x1b3)]['on'](CodeceptJS[_0x53d752(0x1ce)][_0x53d752(0x1b5)][_0x53d752(0x1cb)],async(_0x293ed5,_0x30472e)=>{const _0x3e082e=_0x53d752;try{await _0x57d312[_0x3e082e(0x1b8)](markSessionStatus,CodeceptJS[_0x3e082e(0x1b4)][_0x3e082e(0x1d4)](_0x57d312[_0x3e082e(0x1c9)]),_0x57d312[_0x3e082e(0x1c7)],_0x30472e);}catch(_0x4d7366){logger[_0x3e082e(0x1c3)](_0x3e082e(0x1d3)+_0x4d7366);}});};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';function a1_0x1220(_0x31bae7,_0x2b7d28){const _0x2670de=a1_0x2670();return a1_0x1220=function(_0x122034,_0x4981a8){_0x122034=_0x122034-0x13f;let _0x3c91e4=_0x2670de[_0x122034];return _0x3c91e4;},a1_0x1220(_0x31bae7,_0x2b7d28);}const a1_0x123099=a1_0x1220;(function(_0x151168,_0x2e583a){const _0x3bfb86=a1_0x1220,_0x4cc06c=_0x151168();while(!![]){try{const _0x488184=-parseInt(_0x3bfb86(0x167))/0x1+parseInt(_0x3bfb86(0x1b9))/0x2+-parseInt(_0x3bfb86(0x1cf))/0x3*(-parseInt(_0x3bfb86(0x173))/0x4)+-parseInt(_0x3bfb86(0x1b5))/0x5*(-parseInt(_0x3bfb86(0x14f))/0x6)+parseInt(_0x3bfb86(0x140))/0x7*(parseInt(_0x3bfb86(0x16f))/0x8)+parseInt(_0x3bfb86(0x182))/0x9*(parseInt(_0x3bfb86(0x17c))/0xa)+parseInt(_0x3bfb86(0x149))/0xb*(-parseInt(_0x3bfb86(0x193))/0xc);if(_0x488184===_0x2e583a)break;else _0x4cc06c['push'](_0x4cc06c['shift']());}catch(_0x34c747){_0x4cc06c['push'](_0x4cc06c['shift']());}}}(a1_0x2670,0xb2dad));function a1_0x2670(){const _0xe3d1c5=['browserStackCwd','winstonLogger','2152930nmsVem','rSkMY','testContextOptions','JvIGi','VqsxO','helpers','45EIrWYk','codeceptjs/lib/index.js','FUzzw','forEach','UmwdA','BrowserStackPlugin','Passed\x20:\x20','event','kOAfA','ebUjT','rrcbk','ikLoi','MJPrR','hsEXn','initialize','qLejX','ysQFo','444kWXkOD','lhOgj','BADml','MVfHK','ojLpx','addConfig','finalExecution','cwd','result','cMeZg','modifyBrowserStackCaps','testConfig','szhBk','slice','faYmf','require','uXAIx','Rgpdn','tBPcM','VMkcR','NZxUo','test','findIndex','config','skipSessionStatus','EnhhR','OWsPD','Daucb','RSPDe','uzLxr','PfMQb','TzAzF','desiredCapabilities','scgGj','31465kKIcPL','join','grnEa','mergeDeep','1301748GQBwlo','AqrvW','kWvOt','codeceptjs','aSkQZ','irOQJ','BkSiv','createGroupsOfSuites','UhrcQ','tCDJW','now','process','OJJxu','jgBrE','aQNiq','fUxgq','slogJ','VHYoT','chdir','plugins','title','env','516900myHvyo','qUkWf','push','info','enabled','sTNuu','SEUbI','skipSessionName','NZmCD','BLMIx','existsSync','yrBvv','errorMessage','Failed\x20:\x20','failed','GxwHR','kJoXl','map','Ybciu','stack','Workers','eAzGx','parallelsPerPlatform','before','cvrYz','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','7ydpgEG','roBdd','printResults','../../helpers/helper','CMXqL','YPzvc','length','BrowserStackPlugin.js','HWySW','657283lMJVHa','modifyBrowserStackW3CCaps','getPlatformName','aFPLI','log','yNxbp','168wgDLqA','VwQrt','SIToW','bootstrapAll','ioFtU','gJIbM','ExKwB','codecept.json','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','YeVpq','err','isUndefined','yAZPh','codecept.conf.js','kfuRc','platforms','zvbcB','QAAFO','exports','kkkRP','passed','Started\x20:\x20','NCRbo','spawn','728339sHKvhZ','--config','nQgwn','child_process','TgXkJ','sNDNJ','fnuAF','WebDriver','3118768KVkfdm','iEItl','qzrRd','tayaB','32cJhVXH','lQKxI','path','UconQ','addTests','handleApp','RgeTT'];a1_0x2670=function(){return _0xe3d1c5;};return a1_0x2670();}const fs=require('fs'),path=require(a1_0x123099(0x175)),{spawn}=require(a1_0x123099(0x16a)),process=require(a1_0x123099(0x1c4)),logger=require('../../helpers/logger')[a1_0x123099(0x17b)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a1_0x123099(0x143)),{requireModule}=require('../../helpers/helper'),CodeceptJS=requireModule(a1_0x123099(0x183)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x309ace,_0x1212ff)=>{const _0x4b9045=a1_0x123099,_0x569a13={};_0x569a13[_0x4b9045(0x1d7)]=_0x4b9045(0x15c),_0x569a13['slogJ']='codecept.json',_0x569a13[_0x4b9045(0x1a5)]=_0x4b9045(0x188),_0x569a13[_0x4b9045(0x165)]=_0x4b9045(0x164),_0x569a13[_0x4b9045(0x18f)]=function(_0x5d662c,_0x5eff29){return _0x5d662c===_0x5eff29;},_0x569a13['vkLOh']=function(_0x2b43f5,_0x5a9c1f){return _0x2b43f5!==_0x5a9c1f;},_0x569a13['VqsxO']=_0x4b9045(0x15f),_0x569a13[_0x4b9045(0x1ae)]=function(_0x59c8a2,_0x1f747c){return _0x59c8a2!==_0x1f747c;},_0x569a13[_0x4b9045(0x15d)]='ZICHV',_0x569a13[_0x4b9045(0x1a6)]=_0x4b9045(0x1af),_0x569a13[_0x4b9045(0x141)]=function(_0xc7c846,_0x1e38ad){return _0xc7c846===_0x1e38ad;},_0x569a13[_0x4b9045(0x179)]=_0x4b9045(0x1c1),_0x569a13['sTNuu']=_0x4b9045(0x150),_0x569a13[_0x4b9045(0x176)]=_0x4b9045(0x1c7),_0x569a13['cyvCO']=function(_0x3635a8,_0x5bbf18){return _0x3635a8!==_0x5bbf18;},_0x569a13[_0x4b9045(0x145)]=_0x4b9045(0x1bd),_0x569a13[_0x4b9045(0x16b)]='zuXJg',_0x569a13[_0x4b9045(0x1b1)]=_0x4b9045(0x1e1),_0x569a13[_0x4b9045(0x19f)]=_0x4b9045(0x1b4);const _0x4c1ac1=_0x569a13;let _0x288877=null;const _0x5986db={};let _0x564c1f=_0x1212ff[_0x4b9045(0x1a9)](_0x258c53=>_0x258c53===_0x4b9045(0x168));if(_0x4c1ac1[_0x4b9045(0x18f)](_0x564c1f,-0x1)){if(_0x4c1ac1['vkLOh'](_0x4c1ac1['VqsxO'],_0x4c1ac1[_0x4b9045(0x180)])){if(_0x4dd0fd[_0x4b9045(0x1d9)](_0x1513c7[_0x4b9045(0x1b6)](_0x6878d4['cwd'](),_0x4c1ac1[_0x4b9045(0x1d7)])))_0x19624a=_0x24fd7c[_0x4b9045(0x1b6)](_0x1c46f1[_0x4b9045(0x19a)](),_0x4c1ac1['NZmCD']);else _0x5d0796[_0x4b9045(0x1d9)](_0x2e050f[_0x4b9045(0x1b6)](_0xc22c58['cwd'](),_0x4c1ac1[_0x4b9045(0x1c9)]))&&(_0x55b568=_0x312f71[_0x4b9045(0x1b6)](_0x493217[_0x4b9045(0x19a)](),_0x4c1ac1['slogJ']));}else _0x564c1f=_0x1212ff[_0x4b9045(0x1a9)](_0x2eebe8=>_0x2eebe8==='-c');}if(!helper[_0x4b9045(0x15a)](_0x309ace[_0x4b9045(0x1aa)])&&fs[_0x4b9045(0x1d9)](path[_0x4b9045(0x1b6)](process[_0x4b9045(0x19a)](),_0x309ace[_0x4b9045(0x1aa)])))_0x4c1ac1[_0x4b9045(0x1ae)](_0x4c1ac1[_0x4b9045(0x15d)],_0x4c1ac1[_0x4b9045(0x1a6)])?(_0x288877=path[_0x4b9045(0x1b6)](process['cwd'](),_0x309ace[_0x4b9045(0x1aa)]),_0x1212ff[_0x4b9045(0x1a0)](_0x564c1f,0x2)):_0x3ce6df[_0x4b9045(0x14d)](_0x4c1ac1['tBPcM'],_0x380548[_0x4b9045(0x1cd)]);else{if(!helper['isUndefined'](_0x309ace['c'])&&fs[_0x4b9045(0x1d9)](path[_0x4b9045(0x1b6)](process[_0x4b9045(0x19a)](),_0x309ace['c'])))_0x4c1ac1['roBdd'](_0x4c1ac1[_0x4b9045(0x179)],_0x4c1ac1[_0x4b9045(0x1d4)])?(_0xf96ad1[_0x4b9045(0x1db)]=_0x1786ff,_0x21b307[_0x4b9045(0x199)](_0x3d5bdd),_0x5983d3[_0x4b9045(0x142)]()):(_0x288877=path['join'](process[_0x4b9045(0x19a)](),_0x309ace['c']),_0x1212ff[_0x4b9045(0x1a0)](_0x564c1f,0x2));else{if(_0x4c1ac1[_0x4b9045(0x141)](_0x4c1ac1['UconQ'],_0x4c1ac1[_0x4b9045(0x176)])){if(fs[_0x4b9045(0x1d9)](path[_0x4b9045(0x1b6)](process[_0x4b9045(0x19a)](),_0x4c1ac1[_0x4b9045(0x1d7)])))_0x4c1ac1['cyvCO'](_0x4c1ac1[_0x4b9045(0x145)],_0x4c1ac1[_0x4b9045(0x16b)])?_0x288877=path[_0x4b9045(0x1b6)](process[_0x4b9045(0x19a)](),_0x4c1ac1['NZmCD']):(_0x20adde=_0x5c8fae[_0x4b9045(0x1b6)](_0x395d44[_0x4b9045(0x19a)](),_0x5d8d1a[_0x4b9045(0x1aa)]),_0xe7b547['slice'](_0x1117cb,0x2));else fs[_0x4b9045(0x1d9)](path[_0x4b9045(0x1b6)](process[_0x4b9045(0x19a)](),_0x4c1ac1['slogJ']))&&(_0x4c1ac1[_0x4b9045(0x1ae)](_0x4c1ac1[_0x4b9045(0x1b1)],_0x4c1ac1[_0x4b9045(0x19f)])?_0x288877=path[_0x4b9045(0x1b6)](process['cwd'](),_0x4c1ac1[_0x4b9045(0x1c9)]):_0x391206=_0x1d8c87[_0x4b9045(0x1a9)](_0x35d272=>_0x35d272==='-c'));}else _0xdf0e12[_0x4b9045(0x14d)](_0x4c1ac1['NCRbo'],_0x1a1e58['title']);}}return _0x288877;};async function run(_0x12969c,_0x367d24){const _0x578867=a1_0x123099,_0x3bad12={'rSkMY':_0x578867(0x1bc),'ysQFo':function(_0x52c1dc,_0x3f06e5){return _0x52c1dc(_0x3f06e5);},'fUxgq':_0x578867(0x157),'GUTEn':_0x578867(0x15c),'ExKwB':function(_0x3bdbd9,_0x1a98c6){return _0x3bdbd9===_0x1a98c6;},'ioFtU':_0x578867(0x1df),'CQSPR':function(_0x5b3e66,_0x31e59e){return _0x5b3e66!==_0x31e59e;},'AqrvW':_0x578867(0x1e7),'MVfHK':_0x578867(0x1d5),'qIdum':_0x578867(0x1da),'fBiqb':_0x578867(0x1a7),'qzrRd':_0x578867(0x1dc),'QAAFO':function(_0x5be285,_0x37d711){return _0x5be285===_0x37d711;},'lWakw':'HpWMZ','uzLxr':_0x578867(0x18a),'OKidx':function(_0x3cffbd,_0x55f4d4){return _0x3cffbd+_0x55f4d4;},'VHYoT':_0x578867(0x1aa),'Rgpdn':_0x578867(0x181),'kWvOt':_0x578867(0x16e),'kkkRP':function(_0x465568,_0x3cb472){return _0x465568!==_0x3cb472;},'uXAIx':_0x578867(0x16d),'YeVpq':_0x578867(0x1b7),'fXDmt':_0x578867(0x156),'MJPrR':function(_0x1ddde4,_0x2a8e7b){return _0x1ddde4===_0x2a8e7b;},'BLMIx':_0x578867(0x169),'BkSiv':_0x578867(0x1ad),'gJIbM':_0x578867(0x188),'yNxbp':_0x578867(0x1c5),'VgDoh':_0x578867(0x172),'lQKxI':_0x578867(0x164),'TzAzF':function(_0x164ce1,_0xdbd237){return _0x164ce1!==_0xdbd237;},'ebUjT':_0x578867(0x14c),'FUzzw':_0x578867(0x19c),'qUkWf':_0x578867(0x186),'lhOgj':function(_0x5eb1d4,_0x214300,_0x5ad231){return _0x5eb1d4(_0x214300,_0x5ad231);},'jgBrE':'MEtmH','tCDJW':_0x578867(0x151),'irOQJ':function(_0x4382b1,_0x344ddc){return _0x4382b1(_0x344ddc);},'JvIGi':function(_0xdd574a,_0x39276c){return _0xdd574a===_0x39276c;},'HWySW':_0x578867(0x1de),'qLejX':_0x578867(0x16c),'CMXqL':_0x578867(0x147),'faYmf':_0x578867(0x17a),'iEItl':function(_0x52b225,_0x1bafed){return _0x52b225*_0x1bafed;},'rrcbk':'LXqdC','EnhhR':_0x578867(0x195),'eAzGx':function(_0x58221b,_0x4310f2){return _0x58221b!==_0x4310f2;},'ikLoi':_0x578867(0x197),'KCbwB':function(_0x380486){return _0x380486();}},_0x371eb0=new BrowserStackSetup(_0x12969c,_0x3bad12[_0x578867(0x17d)]);await _0x371eb0[_0x578867(0x190)](),await helper[_0x578867(0x178)](_0x371eb0[_0x578867(0x1aa)]);if(!_0x371eb0[_0x578867(0x1aa)]){if(_0x3bad12[_0x578867(0x162)](_0x3bad12[_0x578867(0x1d0)],_0x3bad12['qUkWf']))_0x1818fe[_0x578867(0x1d1)](_0x136af0[_0x578867(0x19d)](_0x36d940['config'],_0x3bad12[_0x578867(0x17d)],_0xad0208));else return;}const _0x950692=_0x3bad12[_0x578867(0x194)](getUserCodeceptJSConfigs,_0x12969c,_0x367d24);let _0xccaf95={};_0x950692?_0x3bad12[_0x578867(0x162)](_0x3bad12[_0x578867(0x1c6)],_0x3bad12[_0x578867(0x1c2)])?(logger[_0x578867(0x1d2)](_0x578867(0x13f)+_0x950692),_0xccaf95=_0x3bad12[_0x578867(0x1be)](require,_0x950692)):(_0x2dde4b[_0x578867(0x1d2)](_0x578867(0x13f)+_0x4df0bd),_0x470cbd=_0x3bad12[_0x578867(0x192)](_0x3a7850,_0x393b03)):_0x3bad12[_0x578867(0x17f)](_0x3bad12[_0x578867(0x148)],_0x3bad12[_0x578867(0x191)])?_0x56b92e[_0x578867(0x1d1)](_0x530969[_0x578867(0x14a)](_0x56a0f1['config'],_0x3bad12['rSkMY'],_0x12c439)):logger[_0x578867(0x1d2)](_0x3bad12[_0x578867(0x1c8)]);const _0x41a44b=helper['useW3C'](_0x371eb0['config']),_0x31d3de=[];_0x371eb0[_0x578867(0x1aa)][_0x578867(0x15e)][_0x578867(0x185)]((_0x4e7394,_0x47e80a)=>{const _0x3fd559=_0x578867,_0x347b97={};_0x347b97[_0x3fd559(0x15b)]=_0x3bad12['GUTEn'];const _0x55a6a0=_0x347b97;if(_0x3bad12[_0x3fd559(0x155)](_0x3bad12[_0x3fd559(0x153)],_0x3bad12[_0x3fd559(0x153)]))_0x41a44b?_0x3bad12['CQSPR'](_0x3bad12[_0x3fd559(0x1ba)],_0x3bad12[_0x3fd559(0x196)])?_0x31d3de[_0x3fd559(0x1d1)](helper[_0x3fd559(0x14a)](_0x371eb0[_0x3fd559(0x1aa)],_0x3bad12[_0x3fd559(0x17d)],_0x47e80a)):_0x32b275[_0x3fd559(0x1d2)](_0x3bad12[_0x3fd559(0x1c8)]):_0x3bad12['CQSPR'](_0x3bad12['qIdum'],_0x3bad12['fBiqb'])?_0x31d3de[_0x3fd559(0x1d1)](helper[_0x3fd559(0x19d)](_0x371eb0[_0x3fd559(0x1aa)],_0x3bad12[_0x3fd559(0x17d)],_0x47e80a)):_0x360b67=_0x1aa76f[_0x3fd559(0x1b6)](_0x962cd1[_0x3fd559(0x19a)](),_0x55a6a0['yAZPh']);else for(const _0x27ba6a of _0x15b0d3){const _0x2bcee6=_0x269ac3[_0x3fd559(0x166)]();_0x2bcee6['addTests'](_0x27ba6a),_0x2bcee6['addConfig'](_0x3d65a0);}});const _0xa3583={},_0x2f40c9=[];_0x31d3de[_0x578867(0x185)](_0x217fe6=>{const _0x56932c=_0x578867;if(_0x3bad12[_0x56932c(0x160)](_0x3bad12['lWakw'],_0x3bad12[_0x56932c(0x1b0)])){_0x3ca749['log'](_0x3bad12[_0x56932c(0x171)],_0x3fc115[_0x56932c(0x1cd)]);const _0x379ebb={[_0x2c82d6[_0x56932c(0x1cd)]]:_0x3634a2['err'][_0x56932c(0x1e2)]};_0x1f6a43[_0x56932c(0x1d1)](_0x379ebb);}else{const _0x46bdda=_0x3bad12['OKidx'](helper[_0x56932c(0x14b)](_0x217fe6,'_'),'_'+Date[_0x56932c(0x1c3)]()),_0x1c0a31={};_0x1c0a31[_0x56932c(0x1b3)]=_0x217fe6;const _0x398acd=_0x1c0a31;_0xa3583[_0x46bdda]=_0xccaf95[_0x3bad12['VHYoT']][_0x3bad12[_0x56932c(0x1a4)]][_0x3bad12[_0x56932c(0x1bb)]]?helper[_0x56932c(0x1b8)](_0x398acd,_0xccaf95[_0x3bad12[_0x56932c(0x1ca)]][_0x3bad12[_0x56932c(0x1a4)]][_0x3bad12[_0x56932c(0x1bb)]]):_0x398acd,_0x2f40c9['push'](_0x46bdda);}});const _0x98af15={};_0x98af15[_0x578867(0x19e)]=_0x950692;const _0x29b5dc=_0x98af15,_0x4c2a2d=path['join'](__dirname,_0x3bad12[_0x578867(0x144)]),_0x5aae8b=process['cwd']();process[_0x578867(0x1ce)][_0x3bad12[_0x578867(0x1a1)]]=_0x5aae8b,process[_0x578867(0x1cb)](path['dirname'](_0x950692));const _0x13e2d6=new CodeceptJS[(_0x578867(0x1e3))](null,_0x29b5dc),_0x375140=_0x13e2d6[_0x578867(0x1c0)](_0x3bad12[_0x578867(0x170)](_0x371eb0['config'][_0x578867(0x1e5)],_0x371eb0['config'][_0x578867(0x15e)][_0x578867(0x146)])),_0x55e36c=_0x2f40c9[_0x578867(0x1e0)](_0x59228b=>{const _0x5c82dc=_0x578867;if(_0x3bad12[_0x5c82dc(0x162)](_0x3bad12[_0x5c82dc(0x1a3)],_0x3bad12[_0x5c82dc(0x158)])){const _0x489f69={..._0xa3583[_0x59228b]},_0x126bd5={};_0x126bd5[_0x5c82dc(0x16e)]=_0x489f69;const _0x46ab4d={};_0x46ab4d['require']=_0x4c2a2d,_0x46ab4d[_0x5c82dc(0x1d3)]=!![],_0x46ab4d[_0x5c82dc(0x1d6)]=_0x371eb0[_0x5c82dc(0x1aa)]['testContextOptions'][_0x5c82dc(0x1d6)],_0x46ab4d[_0x5c82dc(0x1ab)]=_0x371eb0['config'][_0x5c82dc(0x17e)][_0x5c82dc(0x1ab)];const _0x1404af={};_0x1404af[_0x5c82dc(0x187)]=_0x46ab4d;const _0x28768a={};return _0x28768a[_0x5c82dc(0x181)]=_0x126bd5,_0x28768a[_0x5c82dc(0x1cc)]=_0x1404af,_0x28768a;}else{const _0xc334d2={..._0xb7087b[_0xde4cc8]},_0x2eb636={};_0x2eb636[_0x5c82dc(0x16e)]=_0xc334d2;const _0x387b11={};_0x387b11[_0x5c82dc(0x1a2)]=_0x488bbe,_0x387b11[_0x5c82dc(0x1d3)]=!![],_0x387b11['skipSessionName']=_0x1c3621[_0x5c82dc(0x1aa)][_0x5c82dc(0x17e)][_0x5c82dc(0x1d6)],_0x387b11[_0x5c82dc(0x1ab)]=_0xad6f6d[_0x5c82dc(0x1aa)][_0x5c82dc(0x17e)][_0x5c82dc(0x1ab)];const _0xda77f3={};_0xda77f3[_0x5c82dc(0x187)]=_0x387b11;const _0x1617b8={};return _0x1617b8[_0x5c82dc(0x181)]=_0x2eb636,_0x1617b8[_0x5c82dc(0x1cc)]=_0xda77f3,_0x1617b8;}});for(const _0x268072 of _0x55e36c){if(_0x3bad12['CQSPR'](_0x3bad12[_0x578867(0x18c)],_0x3bad12[_0x578867(0x1ac)]))for(const _0x5841a8 of _0x375140){if(_0x3bad12[_0x578867(0x1e4)](_0x3bad12[_0x578867(0x18d)],_0x3bad12[_0x578867(0x18d)]))_0x2c6a44?_0x3727ad[_0x578867(0x1d1)](_0x5ac554['modifyBrowserStackW3CCaps'](_0x3732c0[_0x578867(0x1aa)],_0x3bad12[_0x578867(0x17d)],_0xd6287b)):_0x29140b['push'](_0x3d4fe0[_0x578867(0x19d)](_0x483abb[_0x578867(0x1aa)],_0x3bad12[_0x578867(0x17d)],_0x8d701e));else{const _0x36b018=_0x13e2d6[_0x578867(0x166)]();_0x36b018[_0x578867(0x177)](_0x5841a8),_0x36b018[_0x578867(0x198)](_0x268072);}}else _0x3d8f17=_0x45baa5[_0x578867(0x1b6)](_0x3447e2[_0x578867(0x19a)](),_0x3bad12['fXDmt']);}_0x13e2d6['on'](CodeceptJS[_0x578867(0x189)]['test'][_0x578867(0x1dd)],(_0x28e542,_0x4b13b8)=>{const _0x205257=_0x578867;if(_0x3bad12[_0x205257(0x18e)](_0x3bad12[_0x205257(0x1d8)],_0x3bad12[_0x205257(0x1d8)])){console[_0x205257(0x14d)](_0x3bad12[_0x205257(0x171)],_0x28e542[_0x205257(0x1cd)]);const _0x12d06a={[_0x28e542[_0x205257(0x1cd)]]:_0x28e542[_0x205257(0x159)][_0x205257(0x1e2)]};_testErrorData[_0x205257(0x1d1)](_0x12d06a);}else _0xc366f3=_0x41957c[_0x205257(0x1b6)](_0x1d62b6[_0x205257(0x19a)](),_0xbf3a06['c']),_0x1787c5[_0x205257(0x1a0)](_0x61c438,0x2);}),_0x13e2d6['on'](CodeceptJS[_0x578867(0x189)][_0x578867(0x1a8)][_0x578867(0x163)],async _0x59e3e3=>{const _0x148feb=_0x578867;if(_0x3bad12[_0x148feb(0x18e)](_0x3bad12[_0x148feb(0x1bf)],_0x3bad12['BkSiv']))console[_0x148feb(0x14d)](_0x3bad12[_0x148feb(0x154)],_0x59e3e3['title']);else{const _0x316e77=_0x3bad12['OKidx'](_0x5d9d94[_0x148feb(0x14b)](_0x28b561,'_'),'_'+_0x40f61a[_0x148feb(0x1c3)]()),_0x42abcf={};_0x42abcf[_0x148feb(0x1b3)]=_0x2e511b;const _0x204ced=_0x42abcf;_0x30d2bd[_0x316e77]=_0x468222[_0x3bad12[_0x148feb(0x1ca)]][_0x3bad12[_0x148feb(0x1a4)]][_0x3bad12['kWvOt']]?_0x586c0f[_0x148feb(0x1b8)](_0x204ced,_0x49ad29[_0x3bad12['VHYoT']][_0x3bad12[_0x148feb(0x1a4)]][_0x3bad12[_0x148feb(0x1bb)]]):_0x204ced,_0x125255[_0x148feb(0x1d1)](_0x316e77);}}),_0x13e2d6['on'](CodeceptJS['event'][_0x578867(0x1a8)][_0x578867(0x1e6)],async _0x29f0ed=>{const _0x27f0a2=_0x578867;if(_0x3bad12[_0x27f0a2(0x160)](_0x3bad12[_0x27f0a2(0x14e)],_0x3bad12['VgDoh']))return;else console[_0x27f0a2(0x14d)](_0x3bad12[_0x27f0a2(0x174)],_0x29f0ed[_0x27f0a2(0x1cd)]);}),_0x13e2d6['on'](CodeceptJS[_0x578867(0x189)]['all'][_0x578867(0x19b)],async()=>{const _0x572d75=_0x578867;if(_0x3bad12[_0x572d75(0x1b2)](_0x3bad12[_0x572d75(0x18b)],_0x3bad12[_0x572d75(0x184)]))_0x371eb0['errorMessage']=_testErrorData,helper[_0x572d75(0x199)](_0x371eb0),_0x13e2d6[_0x572d75(0x142)]();else{const _0x2d13f3=_0x2100d8['spawn']();_0x2d13f3[_0x572d75(0x177)](_0x98eb0d),_0x2d13f3[_0x572d75(0x198)](_0x1d6cf5);}});async function _0x1d31f2(){const _0x363f41=_0x578867;try{await _0x13e2d6[_0x363f41(0x152)](),await _0x13e2d6['run']();}finally{process[_0x363f41(0x1cb)](_0x5aae8b),await _0x13e2d6['teardownAll']();}}_0x3bad12['KCbwB'](_0x1d31f2);}module[a1_0x123099(0x161)]=run;
|
|
2
|
+
'use strict';const a1_0x43f44c=a1_0x4040;(function(_0x44e4ef,_0xae6810){const _0x4f684f=a1_0x4040,_0x52fbfd=_0x44e4ef();while(!![]){try{const _0x2a0d4e=parseInt(_0x4f684f(0x117))/0x1+parseInt(_0x4f684f(0xc6))/0x2+-parseInt(_0x4f684f(0x140))/0x3+parseInt(_0x4f684f(0xd0))/0x4+parseInt(_0x4f684f(0x103))/0x5*(parseInt(_0x4f684f(0x13e))/0x6)+-parseInt(_0x4f684f(0x12e))/0x7*(parseInt(_0x4f684f(0xd9))/0x8)+parseInt(_0x4f684f(0xfd))/0x9;if(_0x2a0d4e===_0xae6810)break;else _0x52fbfd['push'](_0x52fbfd['shift']());}catch(_0x3fad58){_0x52fbfd['push'](_0x52fbfd['shift']());}}}(a1_0x48e1,0x48d1e));function a1_0x4040(_0x166f76,_0x4fc005){const _0x48e139=a1_0x48e1();return a1_0x4040=function(_0x4040f4,_0x5caf95){_0x4040f4=_0x4040f4-0xad;let _0x492803=_0x48e139[_0x4040f4];return _0x492803;},a1_0x4040(_0x166f76,_0x4fc005);}const fs=require('fs'),path=require('path'),{spawn}=require('child_process'),process=require(a1_0x43f44c(0xc2)),logger=require(a1_0x43f44c(0x10e))[a1_0x43f44c(0xbd)],{default:BrowserStackSetup}=require(a1_0x43f44c(0x105)),helper=require(a1_0x43f44c(0x141)),{requireModule}=require(a1_0x43f44c(0x141)),CodeceptJS=requireModule(a1_0x43f44c(0x136)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x1d0469,_0x16cca9)=>{const _0x1e23eb=a1_0x43f44c,_0x3e630b={};_0x3e630b[_0x1e23eb(0xec)]=_0x1e23eb(0xf3),_0x3e630b[_0x1e23eb(0x13d)]=_0x1e23eb(0xd5),_0x3e630b[_0x1e23eb(0x10a)]=function(_0x9ed80a,_0x1e045c){return _0x9ed80a===_0x1e045c;},_0x3e630b[_0x1e23eb(0xe3)]=function(_0x36b2fd,_0x5addd2){return _0x36b2fd!==_0x5addd2;},_0x3e630b[_0x1e23eb(0xad)]=_0x1e23eb(0x126),_0x3e630b[_0x1e23eb(0x131)]=_0x1e23eb(0xfa),_0x3e630b['zrnjN']='oEHbt',_0x3e630b[_0x1e23eb(0x106)]=_0x1e23eb(0xbf),_0x3e630b[_0x1e23eb(0x111)]=function(_0xff3335,_0x349e6f){return _0xff3335===_0x349e6f;},_0x3e630b[_0x1e23eb(0x124)]=_0x1e23eb(0xba),_0x3e630b[_0x1e23eb(0xb4)]=function(_0x369229,_0x42d85d){return _0x369229!==_0x42d85d;},_0x3e630b[_0x1e23eb(0xbc)]=_0x1e23eb(0x10f),_0x3e630b[_0x1e23eb(0x118)]=_0x1e23eb(0x11c),_0x3e630b[_0x1e23eb(0x11b)]=function(_0x3d6ae0,_0x1d8103){return _0x3d6ae0===_0x1d8103;},_0x3e630b[_0x1e23eb(0xff)]=_0x1e23eb(0xc7),_0x3e630b[_0x1e23eb(0xce)]=_0x1e23eb(0xe6),_0x3e630b[_0x1e23eb(0xfc)]='WGuWG',_0x3e630b['eftXs']=_0x1e23eb(0x12b);const _0xc8131=_0x3e630b;let _0x5bedba=null;const _0x42c97e={};let _0x2ad31c=_0x16cca9[_0x1e23eb(0x121)](_0x5f5399=>_0x5f5399===_0x1e23eb(0xb8));_0xc8131[_0x1e23eb(0x10a)](_0x2ad31c,-0x1)&&(_0xc8131[_0x1e23eb(0xe3)](_0xc8131[_0x1e23eb(0xad)],_0xc8131[_0x1e23eb(0x131)])?_0x2ad31c=_0x16cca9[_0x1e23eb(0x121)](_0x29c2cc=>_0x29c2cc==='-c'):(_0x5acfd7=_0x3b20ea['join'](_0x1b9b29['cwd'](),_0x43d392['c']),_0x2fc552[_0x1e23eb(0x12a)](_0x1a55a0,0x2)));if(!helper[_0x1e23eb(0xe4)](_0x1d0469[_0x1e23eb(0xf6)])&&fs['existsSync'](path[_0x1e23eb(0x143)](process['cwd'](),_0x1d0469[_0x1e23eb(0xf6)])))_0xc8131[_0x1e23eb(0x10a)](_0xc8131[_0x1e23eb(0xe7)],_0xc8131['kUmxt'])?(_0x4cb51a[_0x1e23eb(0xf4)]=_0x47f01e,_0x1ceb50[_0x1e23eb(0x11d)](_0x5ac5f3),_0x433547['printResults']()):(_0x5bedba=path[_0x1e23eb(0x143)](process[_0x1e23eb(0x122)](),_0x1d0469[_0x1e23eb(0xf6)]),_0x16cca9[_0x1e23eb(0x12a)](_0x2ad31c,0x2));else{if(!helper[_0x1e23eb(0xe4)](_0x1d0469['c'])&&fs[_0x1e23eb(0xf9)](path[_0x1e23eb(0x143)](process['cwd'](),_0x1d0469['c']))){if(_0xc8131[_0x1e23eb(0x111)](_0xc8131[_0x1e23eb(0x124)],_0xc8131['cLMxD']))_0x5bedba=path[_0x1e23eb(0x143)](process[_0x1e23eb(0x122)](),_0x1d0469['c']),_0x16cca9[_0x1e23eb(0x12a)](_0x2ad31c,0x2);else{_0x5d6a46[_0x1e23eb(0xb6)](_0xc8131[_0x1e23eb(0xec)],_0x54fe0e[_0x1e23eb(0x110)]);const _0x248926={[_0x4c446f[_0x1e23eb(0x110)]]:_0x3a4286[_0x1e23eb(0xd2)][_0x1e23eb(0x123)]};_0x2f5f50[_0x1e23eb(0xe8)](_0x248926);}}else{if(_0xc8131[_0x1e23eb(0xb4)](_0xc8131[_0x1e23eb(0xbc)],_0xc8131[_0x1e23eb(0xbc)])){const _0x35cd6b={..._0x408869[_0x18a32f]},_0x2f33bb={};_0x2f33bb[_0x1e23eb(0xfe)]=_0x35cd6b;const _0x142b2a={};_0x142b2a[_0x1e23eb(0xd3)]=_0x2069c9,_0x142b2a['enabled']=!![],_0x142b2a[_0x1e23eb(0xeb)]=_0x2ee8a6['config'][_0x1e23eb(0xc1)][_0x1e23eb(0xeb)],_0x142b2a['skipSessionStatus']=_0x20343c[_0x1e23eb(0xf6)][_0x1e23eb(0xc1)][_0x1e23eb(0xda)];const _0x3c1e02={};_0x3c1e02['BrowserStackPlugin']=_0x142b2a;const _0x19805b={};return _0x19805b[_0x1e23eb(0xc4)]=_0x2f33bb,_0x19805b[_0x1e23eb(0x130)]=_0x3c1e02,_0x19805b;}else{if(fs[_0x1e23eb(0xf9)](path['join'](process[_0x1e23eb(0x122)](),_0xc8131['HzsbB'])))_0xc8131[_0x1e23eb(0x11b)](_0xc8131[_0x1e23eb(0xff)],_0xc8131[_0x1e23eb(0xff)])?_0x5bedba=path[_0x1e23eb(0x143)](process[_0x1e23eb(0x122)](),_0xc8131[_0x1e23eb(0x118)]):_0x505a94?_0x4e3e8e[_0x1e23eb(0xe8)](_0x134df3[_0x1e23eb(0x109)](_0x1e5471[_0x1e23eb(0xf6)],_0xc8131[_0x1e23eb(0x13d)],_0x1f8097)):_0x4ee593[_0x1e23eb(0xe8)](_0x3cbb7c['modifyBrowserStackCaps'](_0x1f9844[_0x1e23eb(0xf6)],_0xc8131[_0x1e23eb(0x13d)],_0x7d0d2c));else{if(fs['existsSync'](path[_0x1e23eb(0x143)](process[_0x1e23eb(0x122)](),_0xc8131[_0x1e23eb(0xce)]))){if(_0xc8131[_0x1e23eb(0xe3)](_0xc8131[_0x1e23eb(0xfc)],_0xc8131[_0x1e23eb(0x148)]))_0x5bedba=path[_0x1e23eb(0x143)](process[_0x1e23eb(0x122)](),_0xc8131['bIJCI']);else{const _0x9559a2=_0x4cab81[_0x1e23eb(0x133)]();_0x9559a2['addTests'](_0x4bb6bc),_0x9559a2['addConfig'](_0x3d6c59);}}}}}}return _0x5bedba;};function a1_0x48e1(){const _0x2ae30a=['brSHY','codeceptjs','cZIyl','RDyCk','dXmlA','7408amlMsz','skipSessionStatus','GRTBQ','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','EItar','OYuLR','qWqlg','ESvly','failed','Qlsnv','RtCLN','isUndefined','zvjLr','codecept.json','zrnjN','push','event','Started\x20:\x20','skipSessionName','BdybP','GltSk','VqRFl','Bafqh','HMFuQ','forEach','MIUgb','Failed\x20:\x20','errorMessage','printResults','config','all','XwBnq','existsSync','WNMlq','zuhSg','CgZdt','1864206czpavW','WebDriver','GxoWu','OLAMB','LSjiU','exports','15175jfUTYP','PjQsU','../../helpers/BrowserStackSetup','kUmxt','chdir','IdOAk','modifyBrowserStackW3CCaps','lqmhT','xwYRs','test','nqZZv','../../helpers/logger','pEvnT','title','OFNPg','dirname','result','passed','AiOlq','XKjai','235109PnNUVQ','HzsbB','parallelsPerPlatform','mergeDeep','UzQtA','codecept.conf.js','finalExecution','UDXlb','addTests','useW3C','findIndex','cwd','stack','cLMxD','VkCxq','irwyB','NaLfl','Passed\x20:\x20','WJHvG','slice','WHptD','hhMDi','initialize','3423BfeIfs','ikJmU','plugins','CmGEm','EdEub','spawn','YfIqH','now','codeceptjs/lib/index.js','platforms','aMLoy','Kshwm','enabled','xksbZ','OroDS','PfBcf','402muBiJw','addConfig','993687xoYsxG','../../helpers/helper','desiredCapabilities','join','BrowserStackPlugin','WcDbL','testConfig','QVwvK','eftXs','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','info','yJniE','map','ZWMSg','Csknc','dvMQq','teardownAll','tmOPS','handleApp','kJtYV','cvHuu','hVHAK','log','mSYVN','--config','QeRGp','RfmiF','Dofxr','sZMNv','winstonLogger','length','hYlNV','getPlatformName','testContextOptions','process','AxsqD','helpers','Kdgoh','670158grccAP','TuimQ','rVocW','mfVGP','HqniB','tAdXI','rDaOv','YLsVm','bIJCI','Workers','406584cnwXvJ','pDVNA','err','require'];a1_0x48e1=function(){return _0x2ae30a;};return a1_0x48e1();}async function run(_0x292226,_0x430131){const _0xd1329f=a1_0x43f44c,_0x41f330={'MIUgb':_0xd1329f(0x11c),'pDVNA':_0xd1329f(0xe6),'hhMDi':_0xd1329f(0xd5),'xksbZ':function(_0x2a756d,_0x1c5b2c){return _0x2a756d+_0x1c5b2c;},'WJHvG':_0xd1329f(0xf6),'dXmlA':'helpers','AxsqD':'WebDriver','VkCxq':function(_0x25a3b0,_0x565c86){return _0x25a3b0!==_0x565c86;},'OLAMB':_0xd1329f(0xdf),'rDaOv':function(_0x505a5f,_0x2dd1f0){return _0x505a5f===_0x2dd1f0;},'PCUrT':_0xd1329f(0x115),'ikJmU':_0xd1329f(0xe5),'mfVGP':_0xd1329f(0x11e),'ESvly':_0xd1329f(0xe2),'dvMQq':'LDwKQ','GltSk':_0xd1329f(0xdc),'QVwvK':function(_0x24091b,_0x34b3ef){return _0x24091b!==_0x34b3ef;},'XKjai':'pkdVQ','tAdXI':_0xd1329f(0xea),'YfIqH':function(_0x2f9840,_0x47b120){return _0x2f9840!==_0x47b120;},'LSjiU':_0xd1329f(0xbb),'zJlBP':_0xd1329f(0xb9),'HqniB':'Failed\x20:\x20','WcDbL':function(_0x5dc0c0,_0x369001){return _0x5dc0c0(_0x369001);},'kJtYV':function(_0x4c6c73,_0x511964){return _0x4c6c73===_0x511964;},'NaLfl':_0xd1329f(0x13c),'XwBnq':_0xd1329f(0x128),'yJniE':_0xd1329f(0x108),'EItar':_0xd1329f(0xde),'VqRFl':function(_0x17a323,_0x106c41){return _0x17a323!==_0x106c41;},'HMFuQ':_0xd1329f(0xcd),'Bafqh':function(_0x1665b3,_0x356c4f,_0x43498f){return _0x1665b3(_0x356c4f,_0x43498f);},'xwYRs':_0xd1329f(0xc5),'hVHAK':function(_0x3d4045,_0x49ce3e){return _0x3d4045(_0x49ce3e);},'aMLoy':function(_0x3ac5d4,_0x1d140e){return _0x3ac5d4===_0x1d140e;},'PjQsU':_0xd1329f(0xd4),'nqZZv':_0xd1329f(0xdb),'oMGgM':'BrowserStackPlugin.js','mSYVN':'browserStackCwd','cZIyl':function(_0x24fb96,_0x517959){return _0x24fb96*_0x517959;},'rVocW':function(_0x75ec93,_0x44bc66){return _0x75ec93===_0x44bc66;},'zuhSg':_0xd1329f(0xae),'RDyCk':_0xd1329f(0x132),'xuXCi':function(_0x346263){return _0x346263();}},_0x490f8d=new BrowserStackSetup(_0x292226,_0x41f330['hhMDi']);await _0x490f8d[_0xd1329f(0x12d)](),await helper[_0xd1329f(0xb2)](_0x490f8d[_0xd1329f(0xf6)]);if(!_0x490f8d['config']){if(_0x41f330[_0xd1329f(0xee)](_0x41f330['HMFuQ'],_0x41f330[_0xd1329f(0xf0)]))return;else return;}const _0x46892b=_0x41f330[_0xd1329f(0xef)](getUserCodeceptJSConfigs,_0x292226,_0x430131);let _0x26fb3e={};if(_0x46892b){if(_0x41f330[_0xd1329f(0xb3)](_0x41f330[_0xd1329f(0x10b)],_0x41f330[_0xd1329f(0x10b)]))logger[_0xd1329f(0x14a)](_0xd1329f(0x149)+_0x46892b),_0x26fb3e=_0x41f330[_0xd1329f(0xb5)](require,_0x46892b);else{if(_0x52b512[_0xd1329f(0xf9)](_0x4ed0ea['join'](_0xea4158[_0xd1329f(0x122)](),_0x41f330['MIUgb'])))_0x390902=_0xa66067['join'](_0x377be2[_0xd1329f(0x122)](),_0x41f330[_0xd1329f(0xf2)]);else _0x45d365[_0xd1329f(0xf9)](_0x2885e1[_0xd1329f(0x143)](_0x41f6d8['cwd'](),_0x41f330[_0xd1329f(0xd1)]))&&(_0x325f85=_0x5e8e18[_0xd1329f(0x143)](_0x33390c[_0xd1329f(0x122)](),_0x41f330['pDVNA']));}}else _0x41f330[_0xd1329f(0x138)](_0x41f330[_0xd1329f(0x104)],_0x41f330[_0xd1329f(0x10d)])?_0x4d36de[_0xd1329f(0xe8)](_0x1ff30b['modifyBrowserStackCaps'](_0x2c8157[_0xd1329f(0xf6)],_0x41f330[_0xd1329f(0x12c)],_0x418284)):logger[_0xd1329f(0x14a)](_0x41f330[_0xd1329f(0xed)]);const _0x155e9e=helper[_0xd1329f(0x120)](_0x490f8d[_0xd1329f(0xf6)]),_0x59b044=[];_0x490f8d[_0xd1329f(0xf6)]['platforms']['forEach']((_0x38d6a1,_0x558d91)=>{const _0x1d1a5a=_0xd1329f;if(_0x41f330['VkCxq'](_0x41f330[_0x1d1a5a(0x100)],_0x41f330['OLAMB'])){const _0x352a4e=_0x41f330[_0x1d1a5a(0x13b)](_0x5e449f[_0x1d1a5a(0xc0)](_0x527bff,'_'),'_'+_0x3c4bc7[_0x1d1a5a(0x135)]()),_0x597752={};_0x597752[_0x1d1a5a(0x142)]=_0x4c7ef1;const _0x53f11a=_0x597752;_0x21fb30[_0x352a4e]=_0x38179f[_0x41f330[_0x1d1a5a(0x129)]][_0x41f330[_0x1d1a5a(0xd8)]][_0x41f330[_0x1d1a5a(0xc3)]]?_0x3ae99d['mergeDeep'](_0x53f11a,_0x2962fd[_0x41f330[_0x1d1a5a(0x129)]][_0x41f330['dXmlA']][_0x41f330[_0x1d1a5a(0xc3)]]):_0x53f11a,_0x985b8f[_0x1d1a5a(0xe8)](_0x352a4e);}else _0x155e9e?_0x41f330[_0x1d1a5a(0xcc)](_0x41f330['PCUrT'],_0x41f330[_0x1d1a5a(0x12f)])?_0x13ccfe=_0x1a6988[_0x1d1a5a(0x121)](_0x46f5f9=>_0x46f5f9==='-c'):_0x59b044[_0x1d1a5a(0xe8)](helper['modifyBrowserStackW3CCaps'](_0x490f8d[_0x1d1a5a(0xf6)],_0x41f330[_0x1d1a5a(0x12c)],_0x558d91)):_0x41f330[_0x1d1a5a(0x125)](_0x41f330[_0x1d1a5a(0xc9)],_0x41f330[_0x1d1a5a(0xe0)])?_0x59b044[_0x1d1a5a(0xe8)](helper['modifyBrowserStackCaps'](_0x490f8d[_0x1d1a5a(0xf6)],_0x41f330[_0x1d1a5a(0x12c)],_0x558d91)):_0x8ecd40=_0x590a25['join'](_0x57aa7a[_0x1d1a5a(0x122)](),_0x41f330['MIUgb']);});const _0x3e9e6d={},_0x33b1e0=[];_0x59b044[_0xd1329f(0xf1)](_0x45ffaf=>{const _0xbcef04=_0xd1329f;if(_0x41f330[_0xbcef04(0x125)](_0x41f330[_0xbcef04(0xaf)],_0x41f330[_0xbcef04(0xaf)]))_0x17d4b4[_0xbcef04(0xe8)](_0x32b9af['modifyBrowserStackW3CCaps'](_0x1244af[_0xbcef04(0xf6)],_0x41f330['hhMDi'],_0x4b950b));else{const _0x301608=_0x41f330[_0xbcef04(0x13b)](helper[_0xbcef04(0xc0)](_0x45ffaf,'_'),'_'+Date['now']()),_0x3adf04={};_0x3adf04[_0xbcef04(0x142)]=_0x45ffaf;const _0x95cb07=_0x3adf04;_0x3e9e6d[_0x301608]=_0x26fb3e[_0x41f330[_0xbcef04(0x129)]][_0x41f330['dXmlA']][_0x41f330[_0xbcef04(0xc3)]]?helper[_0xbcef04(0x11a)](_0x95cb07,_0x26fb3e[_0x41f330[_0xbcef04(0x129)]][_0x41f330[_0xbcef04(0xd8)]][_0x41f330[_0xbcef04(0xc3)]]):_0x95cb07,_0x33b1e0[_0xbcef04(0xe8)](_0x301608);}});const _0x361a29={};_0x361a29[_0xd1329f(0x146)]=_0x46892b;const _0x116276=_0x361a29,_0x358f4c=path['join'](__dirname,_0x41f330['oMGgM']),_0x2018d6=process[_0xd1329f(0x122)]();process['env'][_0x41f330[_0xd1329f(0xb7)]]=_0x2018d6,process[_0xd1329f(0x107)](path[_0xd1329f(0x112)](_0x46892b));const _0x1720dd=new CodeceptJS[(_0xd1329f(0xcf))](null,_0x116276),_0x593d87=_0x1720dd['createGroupsOfSuites'](_0x41f330[_0xd1329f(0xd6)](_0x490f8d[_0xd1329f(0xf6)][_0xd1329f(0x119)],_0x490f8d[_0xd1329f(0xf6)][_0xd1329f(0x137)][_0xd1329f(0xbe)])),_0x401135=_0x33b1e0[_0xd1329f(0x14c)](_0x1920f4=>{const _0x44f004=_0xd1329f,_0x58388e={};_0x58388e[_0x44f004(0x139)]=_0x41f330[_0x44f004(0xed)];const _0x9a2516=_0x58388e;if(_0x41f330[_0x44f004(0x147)](_0x41f330[_0x44f004(0x116)],_0x41f330[_0x44f004(0x116)]))_0x548846[_0x44f004(0x14a)](_0x9a2516[_0x44f004(0x139)]);else{const _0x8eb37c={..._0x3e9e6d[_0x1920f4]},_0x676565={};_0x676565[_0x44f004(0xfe)]=_0x8eb37c;const _0x4c9315={};_0x4c9315[_0x44f004(0xd3)]=_0x358f4c,_0x4c9315[_0x44f004(0x13a)]=!![],_0x4c9315[_0x44f004(0xeb)]=_0x490f8d[_0x44f004(0xf6)]['testContextOptions'][_0x44f004(0xeb)],_0x4c9315[_0x44f004(0xda)]=_0x490f8d[_0x44f004(0xf6)][_0x44f004(0xc1)][_0x44f004(0xda)];const _0x579ae4={};_0x579ae4[_0x44f004(0x144)]=_0x4c9315;const _0x1b1280={};return _0x1b1280['helpers']=_0x676565,_0x1b1280['plugins']=_0x579ae4,_0x1b1280;}});for(const _0x266a8e of _0x401135){if(_0x41f330[_0xd1329f(0xc8)](_0x41f330[_0xd1329f(0xfb)],_0x41f330['zuhSg']))for(const _0x574ec9 of _0x593d87){if(_0x41f330[_0xd1329f(0x134)](_0x41f330['RDyCk'],_0x41f330[_0xd1329f(0xd7)]))_0x5c4798=_0x16d4f9['join'](_0x4fa320['cwd'](),_0x41f330['pDVNA']);else{const _0x5ddc3c=_0x1720dd[_0xd1329f(0x133)]();_0x5ddc3c['addTests'](_0x574ec9),_0x5ddc3c['addConfig'](_0x266a8e);}}else _0xccb695=_0x189bac[_0xd1329f(0x143)](_0x2c82dc[_0xd1329f(0x122)](),_0x30fd08[_0xd1329f(0xf6)]),_0x2e173b['slice'](_0x14d7f0,0x2);}_0x1720dd['on'](CodeceptJS[_0xd1329f(0xe9)][_0xd1329f(0x10c)][_0xd1329f(0xe1)],(_0x2e358f,_0x1c60e0)=>{const _0x14ad1a=_0xd1329f;if(_0x41f330[_0x14ad1a(0x134)](_0x41f330[_0x14ad1a(0x101)],_0x41f330['zJlBP'])){console[_0x14ad1a(0xb6)](_0x41f330[_0x14ad1a(0xca)],_0x2e358f[_0x14ad1a(0x110)]);const _0x1dc9e6={[_0x2e358f[_0x14ad1a(0x110)]]:_0x2e358f['err'][_0x14ad1a(0x123)]};_testErrorData['push'](_0x1dc9e6);}else _0x2a3158[_0x14ad1a(0xb6)](_0x41f330[_0x14ad1a(0xcb)],_0x2196b5['title']);}),_0x1720dd['on'](CodeceptJS[_0xd1329f(0xe9)][_0xd1329f(0x10c)][_0xd1329f(0x114)],async _0x3b1ca9=>{const _0xb9f86e=_0xd1329f;_0x41f330['kJtYV'](_0x41f330[_0xb9f86e(0x127)],_0x41f330[_0xb9f86e(0x127)])?console[_0xb9f86e(0xb6)](_0x41f330[_0xb9f86e(0xf8)],_0x3b1ca9[_0xb9f86e(0x110)]):(_0x1b9049[_0xb9f86e(0x14a)](_0xb9f86e(0x149)+_0x136df7),_0x2b08cc=_0x41f330[_0xb9f86e(0x145)](_0x39fd41,_0x253ad5));}),_0x1720dd['on'](CodeceptJS[_0xd1329f(0xe9)]['test']['before'],async _0x433316=>{const _0x575c53=_0xd1329f,_0x25a69f={};_0x25a69f[_0x575c53(0xb1)]=_0x41f330['XwBnq'];const _0x7e3290=_0x25a69f;_0x41f330[_0x575c53(0xcc)](_0x41f330[_0x575c53(0x14b)],_0x41f330[_0x575c53(0x14b)])?console[_0x575c53(0xb6)](_0x41f330[_0x575c53(0xcb)],_0x433316[_0x575c53(0x110)]):_0x48ae66[_0x575c53(0xb6)](_0x7e3290['tmOPS'],_0x4033f9['title']);}),_0x1720dd['on'](CodeceptJS[_0xd1329f(0xe9)][_0xd1329f(0xf7)][_0xd1329f(0x113)],async()=>{const _0x2ee51e=_0xd1329f;if(_0x41f330['kJtYV'](_0x41f330['EItar'],_0x41f330[_0x2ee51e(0xdd)]))_0x490f8d[_0x2ee51e(0xf4)]=_testErrorData,helper['finalExecution'](_0x490f8d),_0x1720dd[_0x2ee51e(0xf5)]();else for(const _0x2a68c4 of _0x2bd1f8){const _0xff97f2=_0x36d4f6[_0x2ee51e(0x133)]();_0xff97f2[_0x2ee51e(0x11f)](_0x2a68c4),_0xff97f2[_0x2ee51e(0x13f)](_0x4e0255);}});async function _0x5e2dad(){const _0x1ad251=_0xd1329f;try{await _0x1720dd['bootstrapAll'](),await _0x1720dd['run']();}finally{process[_0x1ad251(0x107)](_0x2018d6),await _0x1720dd[_0x1ad251(0xb0)]();}}_0x41f330['xuXCi'](_0x5e2dad);}module[a1_0x43f44c(0x102)]=run;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a2_0x3bcd45=a2_0x1ec4;function a2_0x1ec4(_0x3d6c6f,_0x355701){const _0x1c89a2=a2_0x1c89();return a2_0x1ec4=function(_0x1ec496,_0x17b31b){_0x1ec496=_0x1ec496-0xa8;let _0x28e276=_0x1c89a2[_0x1ec496];return _0x28e276;},a2_0x1ec4(_0x3d6c6f,_0x355701);}(function(_0x27c5b4,_0x1900c0){const _0x2854bd=a2_0x1ec4,_0x2d4bed=_0x27c5b4();while(!![]){try{const _0x3b05b1=parseInt(_0x2854bd(0xb2))/0x1+-parseInt(_0x2854bd(0xb3))/0x2+parseInt(_0x2854bd(0xd2))/0x3*(-parseInt(_0x2854bd(0xf9))/0x4)+-parseInt(_0x2854bd(0x143))/0x5*(-parseInt(_0x2854bd(0xfa))/0x6)+parseInt(_0x2854bd(0xf8))/0x7*(-parseInt(_0x2854bd(0xab))/0x8)+parseInt(_0x2854bd(0xd8))/0x9*(-parseInt(_0x2854bd(0xc0))/0xa)+parseInt(_0x2854bd(0xec))/0xb;if(_0x3b05b1===_0x1900c0)break;else _0x2d4bed['push'](_0x2d4bed['shift']());}catch(_0x414e44){_0x2d4bed['push'](_0x2d4bed['shift']());}}}(a2_0x1c89,0x19993));function a2_0x1c89(){const _0xbc9fbe=['errorMessage','\x20failed','\x20pending','543389wTPydD','172PGsPiK','1020636PzhRHl','proxySettings','aBdth','parallelsPerPlatform','../../helpers/helper','cNtrX','hRBkU','FMBOO','ruihz','aPcLz','LvZYJ','argv','platforms','lbYzI','CbVJR','ybGzd','whpbl','QgWXE','winstonLogger','steps','bYZtD','PAAaJ','WRrDi','cNEdk','prAfN','exitCode','HYezc','createDir','LAFTz','gvWCN','green','cucumber-js','UmgTG','yxWXt','OHYyS','finally','useW3C','parseFormatters','TGfbk','\x20passed','stepsPending','yellow','Removing\x20tmp\x20directory\x20created\x20for\x20reports','JLCCD','hnkTT','cyan','SmOZD','initialize','mergeOutputFiles','JdyOo','stepsUnknown','NJKPq','\x20undefined','qgHDG','WmNre','yCVgC','JRQfh','cwd','yECwI','qDqZV','join','../test-runner','qzDXo','ViijZ','FGome','ZCOqo','log','skipSessionName','tECaz','stepsFailed','Mgbee','cucumber','gvcgL','5UmsRiU','debug','DEzuZ','YTfPq','zuOdw','gyeKo','AgyFN','scenariosFailed','finalExecution','cVAUu','path','QAFRH','TclAX','bold','16UDTwlX','push','rNJVk','config','Generating\x20consolidated\x20report...','SOhZb','AeKup','57913aKCfWq','211388coUVHh','Wztxl','red','handleApp','OnBeV','JyGfm','akVZC','turboScaleUrl','FhXGZ','removeDir','scenarios','tmp','Zjvqv','9310iakwkB','\x20skipped','testContextOptions','stepsSkipped','TDoHZ','modifyBrowserStackCaps','nvWul','FQiib','ewmDU','logLevel','APkko','exports','cLSMV','GrHsz','QzTyL','stepsUndefined','YWPEv','ktmfC','4215rcAnWX','GurHr','../../helpers/logger','xFbON','kzdgm','forEach','1737aXkTWG','hpuwy','SjjAi','LCUke','WUZuc','CHxIF','nVVpU','fpSAa','\x20scenarios','uiQpW','splice','PRAYJ','DbwiG','length','euhtT','tlFVg','CQuDt','\x20ambiguous','stepsPassed','ntCDZ','4156658PwWsrT','lRLLW','modifyBrowserStackW3CCaps','YWzpi','mRZRY','processSuccess','../../helpers/BrowserStackSetup','AwJMc','zQrpN'];a2_0x1c89=function(){return _0xbc9fbe;};return a2_0x1c89();}const fs=require('fs'),path=require(a2_0x3bcd45(0x14d)),logger=require(a2_0x3bcd45(0xd4))[a2_0x3bcd45(0x10c)],{default:BrowserStackSetup}=require(a2_0x3bcd45(0xf2)),helper=require(a2_0x3bcd45(0xfe)),constants=require('../utils/constants'),{parallelCucumberRun}=require(a2_0x3bcd45(0x137)),chalk=require('chalk');function printCucumberStats(_0x5ad504){const _0x15db8d=a2_0x3bcd45,_0x3118ea={'zQrpN':'cucumber','WUZuc':function(_0x3d251f,_0x1a761f){return _0x3d251f(_0x1a761f);},'OHYyS':function(_0x246c80,_0x2f6fb7){return _0x246c80>_0x2f6fb7;},'NENuj':_0x15db8d(0xaf),'YTfPq':_0x15db8d(0x124),'QAFRH':function(_0x5d3f6a,_0x1672a3){return _0x5d3f6a===_0x1672a3;},'hRBkU':'DOZeT','tECaz':_0x15db8d(0xdb),'nvWul':function(_0x29d6be,_0x395939){return _0x29d6be>_0x395939;},'YWPEv':function(_0x455707,_0x42e2f2){return _0x455707-_0x42e2f2;},'kOhDj':function(_0x293632,_0x1eec52){return _0x293632-_0x1eec52;},'WRrDi':function(_0x90c093,_0x18258a){return _0x90c093>_0x18258a;},'yCVgC':function(_0x152db6,_0x5c939f){return _0x152db6===_0x5c939f;},'OnBeV':_0x15db8d(0x134),'rNJVk':function(_0x16d43e,_0x3a4c21){return _0x16d43e>_0x3a4c21;},'jQoCK':function(_0x188038,_0x1c9338){return _0x188038!==_0x1c9338;},'ruihz':_0x15db8d(0x142),'qzDXo':_0x15db8d(0xc4),'JESaA':function(_0x2e17db,_0x42d93a){return _0x2e17db>_0x42d93a;},'ahkaU':function(_0x51576f,_0x2e7d72){return _0x51576f>_0x2e7d72;},'cVAUu':function(_0x1d0f2e,_0x5b5e76){return _0x1d0f2e===_0x5b5e76;},'xFbON':_0x15db8d(0xd9),'vsuNU':_0x15db8d(0x12f),'PAAaJ':'OaRzA','UmgTG':function(_0x5b2cab,_0x55d6d4){return _0x5b2cab>_0x55d6d4;},'JLCCD':_0x15db8d(0x104),'EOBdS':_0x15db8d(0x11b),'QzTyL':function(_0x5c7a8a,_0x4cbcf5){return _0x5c7a8a===_0x4cbcf5;},'fpSAa':'NtMYu','prAfN':function(_0x1f10a4,_0x42dee3){return _0x1f10a4===_0x42dee3;},'AeKup':_0x15db8d(0xe6),'LAFTz':_0x15db8d(0xb9),'APkko':function(_0x1b959a,_0x178b69){return _0x1b959a>_0x178b69;},'cLSMV':'jxoaf','Mgbee':'cERVo','JdyOo':'NgCjJ','JyGfm':function(_0x226d44,_0x420580){return _0x226d44+_0x420580;},'qDqZV':function(_0x51a36d,_0x10274c){return _0x51a36d+_0x10274c;},'SOhZb':function(_0x428933,_0x372384){return _0x428933+_0x372384;},'tlFVg':function(_0x177fb0,_0x23d4d6){return _0x177fb0+_0x23d4d6;},'zuOdw':_0x15db8d(0xd3),'NaZEU':function(_0x2b264e,_0x3ecb8a){return _0x2b264e!==_0x3ecb8a;},'FGome':_0x15db8d(0xfc),'Zjvqv':_0x15db8d(0x111),'TGfbk':'****\x20RESULTS\x20****'};let _0x514151=0x0;if(_0x3118ea[_0x15db8d(0x112)](_0x5ad504[_0x15db8d(0xe5)],0x0)){if(_0x3118ea['NaZEU'](_0x3118ea[_0x15db8d(0x13a)],_0x3118ea[_0x15db8d(0xbf)]))return _0x514151;else _0x21e6b7[_0x15db8d(0xac)](''+_0x4cc1dc['bold'][_0x15db8d(0xb5)](_0x1bb1f5+'\x20failed'));}return console['log'](chalk[_0x15db8d(0xaa)]['bgWhite'](_0x3118ea[_0x15db8d(0x120)])),_0x5ad504[_0x15db8d(0xd7)](_0x1be4df=>{const _0x41a73b=_0x15db8d,_0x3ff7d7={'DbwiG':function(_0x30188b,_0x46e80b){const _0x1c3f21=a2_0x1ec4;return _0x3118ea[_0x1c3f21(0xdc)](_0x30188b,_0x46e80b);},'mRZRY':function(_0x550e12,_0x21f0c6){const _0x22dee1=a2_0x1ec4;return _0x3118ea[_0x22dee1(0x11c)](_0x550e12,_0x21f0c6);},'WmNre':_0x3118ea['NENuj'],'GVvwP':_0x3118ea[_0x41a73b(0x146)]};if(_0x3118ea[_0x41a73b(0xa8)](_0x3118ea[_0x41a73b(0x100)],_0x3118ea[_0x41a73b(0x13e)]))_0x282d46?_0x35c0db['push'](_0xbe9d0d[_0x41a73b(0xee)](_0x41768c[_0x41a73b(0xae)],_0x3118ea[_0x41a73b(0xf4)],_0xac6d20)):_0x239d4a['push'](_0x4eae10[_0x41a73b(0xc5)](_0xdce04e[_0x41a73b(0xae)],_0x3118ea[_0x41a73b(0xf4)],_0x1d7d3b));else{const _0x51fc74=_0x1be4df[0x0],_0x5433c0=_0x1be4df[0x1];console[_0x41a73b(0x13c)]('\x0a'+chalk[_0x41a73b(0xaa)][_0x41a73b(0x123)](''+helper['getPlatformName'](_0x51fc74)));const _0x24d00c=_0x5433c0[_0x41a73b(0xbd)],_0x58935d=_0x5433c0[_0x41a73b(0x10d)],_0x52c96c=_0x5433c0[_0x41a73b(0x14a)],_0x2603da=_0x5433c0[_0x41a73b(0x13f)],_0x211c20=_0x5433c0[_0x41a73b(0xea)],_0xe9de43=_0x5433c0[_0x41a73b(0xc3)],_0x5b7f44=_0x5433c0[_0x41a73b(0x122)],_0x11b546=_0x5433c0[_0x41a73b(0xcf)],_0x36ac13=_0x5433c0[_0x41a73b(0x12c)],_0x480526=_0x5433c0['stepsAmbiguous'],_0x4c6550=_0x5433c0[_0x41a73b(0xf1)];let _0xbb89bf=_0x24d00c+_0x41a73b(0xe0);const _0x3a28af=_0x3118ea[_0x41a73b(0xc6)](_0x3118ea[_0x41a73b(0xd0)](_0x24d00c,_0x52c96c),0x0)?_0x3118ea['kOhDj'](_0x24d00c,_0x52c96c):0x0;if(_0x3118ea[_0x41a73b(0xc6)](_0x52c96c,0x0)&&_0x3118ea[_0x41a73b(0x110)](_0x3a28af,0x0))_0x3118ea[_0x41a73b(0x131)](_0x3118ea[_0x41a73b(0xb7)],_0x3118ea[_0x41a73b(0xb7)])?_0xbb89bf+='\x20('+chalk[_0x41a73b(0xaa)][_0x41a73b(0xb5)](_0x52c96c+_0x41a73b(0xf6))+',\x20'+chalk[_0x41a73b(0xaa)]['green'](_0x3a28af+_0x41a73b(0x121))+')':_0x266510[_0x41a73b(0xac)](_0x45d935[_0x41a73b(0xc5)](_0x4af6b4[_0x41a73b(0xae)],_0x3118ea[_0x41a73b(0xf4)],_0x24a5d7));else(_0x3118ea[_0x41a73b(0xad)](_0x52c96c,0x0)||_0x3118ea[_0x41a73b(0x11c)](_0x3a28af,0x0))&&(_0x3118ea['jQoCK'](_0x3118ea[_0x41a73b(0x102)],_0x3118ea[_0x41a73b(0x138)])?_0xbb89bf+=_0x3118ea['JESaA'](_0x52c96c,0x0)?'\x20('+chalk[_0x41a73b(0xaa)][_0x41a73b(0xb5)](_0x52c96c+_0x41a73b(0xf6))+')':'\x20('+chalk['bold'][_0x41a73b(0x118)](_0x3a28af+_0x41a73b(0x121))+')':_0x48b708[_0x41a73b(0xac)](''+_0x10c6a6[_0x41a73b(0xaa)][_0x41a73b(0x127)](_0x44d0e9+_0x41a73b(0xc1))));const _0x1f498c=_0x58935d+'\x20steps',_0x32968d=[];if(_0x3118ea['ahkaU'](_0x480526,0x0)){if(_0x3118ea[_0x41a73b(0x14c)](_0x3118ea[_0x41a73b(0xd5)],_0x3118ea['vsuNU'])){_0x290cc5=_0x1bf667;const _0xfe32d4=_0x3ff7d7[_0x41a73b(0xe4)](_0x3b21d2,_0x53a62c);_0x485718[_0x41a73b(0x113)]=_0xfe32d4,_0x3ff7d7[_0x41a73b(0xf0)](_0x3afc4b[_0x41a73b(0xe5)],0x0)&&(_0x26e692['debug'](_0x3ff7d7[_0x41a73b(0x130)]),_0x34c27f['mergeOutputFiles'](_0xcdc992,_0x2a5f2d),_0x25afcb['debug'](_0x3ff7d7['GVvwP']),_0x34c0b6[_0x41a73b(0xbc)](_0x14cd46));}else _0x32968d[_0x41a73b(0xac)](''+chalk[_0x41a73b(0xaa)][_0x41a73b(0xb5)](_0x480526+_0x41a73b(0xe9)));}_0x3118ea[_0x41a73b(0xc6)](_0x2603da,0x0)&&(_0x3118ea[_0x41a73b(0xa8)](_0x3118ea[_0x41a73b(0x10f)],_0x3118ea[_0x41a73b(0x10f)])?_0x32968d[_0x41a73b(0xac)](''+chalk[_0x41a73b(0xaa)]['red'](_0x2603da+_0x41a73b(0xf6))):_0x476784[_0x41a73b(0xe2)](_0xf2380d[_0x288b88],0x2));_0x3118ea[_0x41a73b(0x11a)](_0x211c20,0x0)&&(_0x3118ea['yCVgC'](_0x3118ea[_0x41a73b(0x125)],_0x3118ea['EOBdS'])?_0x1e4a3a[_0x41a73b(0xac)](''+_0x55ca9d[_0x41a73b(0xaa)]['red'](_0x36cf10+_0x41a73b(0xe9))):_0x32968d[_0x41a73b(0xac)](''+chalk[_0x41a73b(0xaa)][_0x41a73b(0x118)](_0x211c20+'\x20passed')));if(_0x3118ea[_0x41a73b(0xc6)](_0x5b7f44,0x0)){if(_0x3118ea[_0x41a73b(0xce)](_0x3118ea[_0x41a73b(0xdf)],_0x3118ea[_0x41a73b(0xdf)]))_0x32968d[_0x41a73b(0xac)](''+chalk[_0x41a73b(0xaa)][_0x41a73b(0x123)](_0x5b7f44+_0x41a73b(0xf7)));else return;}_0x3118ea['UmgTG'](_0xe9de43,0x0)&&(_0x3118ea[_0x41a73b(0x112)](_0x3118ea[_0x41a73b(0xb1)],_0x3118ea[_0x41a73b(0x116)])?_0x463c5f+='\x20('+_0x2d4c22[_0x41a73b(0xaa)][_0x41a73b(0xb5)](_0x1950a5+_0x41a73b(0xf6))+',\x20'+_0xd1e50c[_0x41a73b(0xaa)][_0x41a73b(0x118)](_0x35f68b+'\x20passed')+')':_0x32968d[_0x41a73b(0xac)](''+chalk[_0x41a73b(0xaa)][_0x41a73b(0x127)](_0xe9de43+_0x41a73b(0xc1))));_0x3118ea[_0x41a73b(0xca)](_0x11b546,0x0)&&(_0x3118ea['cVAUu'](_0x3118ea['cLSMV'],_0x3118ea[_0x41a73b(0xcc)])?_0x32968d['push'](''+chalk[_0x41a73b(0xaa)][_0x41a73b(0x123)](_0x11b546+_0x41a73b(0x12e))):_0x390e6b[_0x41a73b(0xac)](''+_0x522f95[_0x41a73b(0xaa)][_0x41a73b(0x123)](_0x55b5d6+_0x41a73b(0xf7))));_0x3118ea['APkko'](_0x36ac13,0x0)&&(_0x3118ea['QAFRH'](_0x3118ea[_0x41a73b(0x140)],_0x3118ea[_0x41a73b(0x12b)])?_0xe24759[_0x41a73b(0xac)](''+_0x53213b[_0x41a73b(0xaa)][_0x41a73b(0x123)](_0x27e586+_0x41a73b(0x12e))):_0x32968d[_0x41a73b(0xac)](''+chalk[_0x41a73b(0xaa)][_0x41a73b(0x123)](_0x36ac13+_0x41a73b(0xc1))));const _0x1cdd97=_0x3118ea['JyGfm'](_0x3118ea[_0x41a73b(0x135)](_0x3118ea[_0x41a73b(0xb8)](_0x1f498c,'('),_0x32968d[_0x41a73b(0x136)](',\x20')),')');console[_0x41a73b(0x13c)](_0x3118ea[_0x41a73b(0xb0)](_0x3118ea[_0x41a73b(0xe7)](_0x3118ea[_0x41a73b(0xb0)](_0x3118ea['SOhZb']('\x0a',_0xbb89bf),'\x0a'),_0x1cdd97),'\x0a')),_0x3118ea[_0x41a73b(0x131)](_0x4c6550,![])&&(_0x3118ea[_0x41a73b(0x112)](_0x3118ea[_0x41a73b(0x147)],_0x3118ea[_0x41a73b(0x147)])?_0x514151=0x1:_0x3936a5['push'](''+_0x407a0c[_0x41a73b(0xaa)][_0x41a73b(0x118)](_0x508ac0+_0x41a73b(0x121))));}}),_0x514151;}async function run(_0x2ac999,_0x3d547e){const _0x388436=a2_0x3bcd45,_0x306172={'HYezc':_0x388436(0x141),'JSguD':function(_0x288aad,_0x22a5d2){return _0x288aad-_0x22a5d2;},'cNtrX':function(_0x2eb237,_0x2c2a99){return _0x2eb237>=_0x2c2a99;},'aPcLz':function(_0x3aff77,_0x4b7590){return _0x3aff77>_0x4b7590;},'QgWXE':function(_0x3df358,_0x2df2b4){return _0x3df358!==_0x2df2b4;},'ZCOqo':_0x388436(0xb4),'FhXGZ':_0x388436(0x109),'ntCDZ':function(_0x509e33,_0x450db1){return _0x509e33===_0x450db1;},'YWzpi':'Neasp','ViijZ':_0x388436(0xf3),'uiQpW':_0x388436(0xd1),'CHxIF':_0x388436(0xcd),'PRAYJ':_0x388436(0xaf),'lRLLW':_0x388436(0x124),'kzdgm':function(_0x272c76,_0x17a9fc){return _0x272c76(_0x17a9fc);},'Mexll':function(_0x40f401,_0x54c745){return _0x40f401===_0x54c745;},'lbYzI':'tysRS','CQuDt':_0x388436(0xc8),'NJKPq':_0x388436(0x119),'JRQfh':function(_0x2d195c,_0xed784){return _0x2d195c===_0xed784;},'whpbl':_0x388436(0x108),'FMBOO':_0x388436(0xbe),'gyeKo':function(_0x2e0972,_0x2a9cc8){return _0x2e0972>_0x2a9cc8;},'gvWCN':_0x388436(0x149),'bYZtD':_0x388436(0x128),'DEzuZ':function(_0x38a875,_0x452bcd){return _0x38a875-_0x452bcd;},'lWjkY':_0x388436(0xc7),'hnkTT':_0x388436(0xa9),'nVVpU':function(_0x3d3452,_0x5347c5,_0x1139d5,_0x210b7c,_0x33f95f,_0x2ce4cd){return _0x3d3452(_0x5347c5,_0x1139d5,_0x210b7c,_0x33f95f,_0x2ce4cd);}},_0x1d2f66=new BrowserStackSetup(_0x2ac999,_0x306172[_0x388436(0x12d)]);await _0x1d2f66[_0x388436(0x129)](),await helper[_0x388436(0xb6)](_0x1d2f66[_0x388436(0xae)]);const _0x1e79cb=[];if(!_0x1d2f66['config']){if(_0x306172[_0x388436(0x132)](_0x306172[_0x388436(0x10a)],_0x306172[_0x388436(0x10a)]))return;else _0x46758f[_0x388436(0xac)](_0x4ee86a[_0x388436(0xee)](_0x4232ff[_0x388436(0xae)],_0x306172['HYezc'],_0x3faee7));}const _0x231855=_0x1d2f66['config'][_0x388436(0xfd)],_0x5b2843=helper[_0x388436(0x11e)](_0x1d2f66[_0x388436(0xae)]);_0x1d2f66[_0x388436(0xae)][_0x388436(0x106)][_0x388436(0xd7)]((_0x2491da,_0x551c26)=>{const _0x393418=_0x388436,_0xc9e092={'SjjAi':function(_0x575643,_0x549ff5){const _0x15b5b7=a2_0x1ec4;return _0x306172[_0x15b5b7(0x103)](_0x575643,_0x549ff5);}};if(_0x306172[_0x393418(0x10b)](_0x306172[_0x393418(0x13b)],_0x306172[_0x393418(0xbb)])){if(_0x5b2843)_0x306172[_0x393418(0xeb)](_0x306172[_0x393418(0xef)],_0x306172[_0x393418(0x139)])?_0x311962=0x1:_0x1e79cb[_0x393418(0xac)](helper['modifyBrowserStackW3CCaps'](_0x1d2f66[_0x393418(0xae)],_0x306172[_0x393418(0x114)],_0x551c26));else{if(_0x306172['QgWXE'](_0x306172[_0x393418(0xe1)],_0x306172[_0x393418(0xdd)]))_0x1e79cb['push'](helper[_0x393418(0xc5)](_0x1d2f66['config'],_0x306172['HYezc'],_0x551c26));else{_0x3b03b7['createDir'](_0x2734c1);for(let _0x99569e=_0x306172['JSguD'](_0x38787f[_0x393418(0xe5)],0x1);_0x306172['cNtrX'](_0x99569e,0x0);_0x99569e--){_0x56b9cb['splice'](_0x2ff8d3[_0x99569e],0x2);}}}}else _0x5d5d91+=_0xc9e092[_0x393418(0xda)](_0x32f36a,0x0)?'\x20('+_0x37b642[_0x393418(0xaa)][_0x393418(0xb5)](_0x2a243f+_0x393418(0xf6))+')':'\x20('+_0x3497b4[_0x393418(0xaa)][_0x393418(0x118)](_0x1302ec+'\x20passed')+')';});const _0x58ec56={'server':helper['getHubUrl'](_0x1d2f66['config']),'proxySettings':_0x1d2f66[_0x388436(0xae)][_0x388436(0xfb)],'maxWorkers':_0x231855,'browserStackLogLevel':_0x1d2f66['config'][_0x388436(0xc9)],'skipSessionName':_0x1d2f66[_0x388436(0xae)][_0x388436(0xc2)][_0x388436(0x13d)],'skipSessionStatus':_0x1d2f66[_0x388436(0xae)][_0x388436(0xc2)]['skipSessionStatus'],'turboScaleUrl':_0x1d2f66[_0x388436(0xae)][_0x388436(0xba)]},_0x4b847c=process[_0x388436(0x105)],[_0x243b51,_0x4a0e32]=helper[_0x388436(0x11f)](_0x4b847c),_0x3215b5=path[_0x388436(0x136)](process[_0x388436(0x133)](),_0x306172[_0x388436(0x101)]);if(_0x306172[_0x388436(0x148)](_0x4a0e32[_0x388436(0xe5)],0x0)){if(_0x306172[_0x388436(0x10b)](_0x306172[_0x388436(0x117)],_0x306172[_0x388436(0x10e)])){helper[_0x388436(0x115)](_0x3215b5);for(let _0x5ede77=_0x306172[_0x388436(0x145)](_0x243b51[_0x388436(0xe5)],0x1);_0x306172[_0x388436(0xff)](_0x5ede77,0x0);_0x5ede77--){if(_0x306172[_0x388436(0x10b)](_0x306172['lWjkY'],_0x306172[_0x388436(0x126)]))_0x4b847c['splice'](_0x243b51[_0x5ede77],0x2);else return _0x3f578f;}}else _0x374c85[_0x388436(0x144)](_0x306172[_0x388436(0xe3)]),_0x26c007[_0x388436(0x12a)](_0x49b064,_0x3ac2c2),_0x5d62ad[_0x388436(0x144)](_0x306172[_0x388436(0xed)]),_0x3be8c2[_0x388436(0xbc)](_0x263624);}let _0x1dc71f;_0x306172[_0x388436(0xde)](parallelCucumberRun,_0x1e79cb,_0x58ec56,_0x1d2f66[_0x388436(0xae)],_0x4b847c,_0x4a0e32)['then'](async _0x2d42db=>{const _0xb773f3=_0x388436;_0x1dc71f=_0x2d42db;const _0x2621ea=_0x306172[_0xb773f3(0xd6)](printCucumberStats,_0x2d42db);process['exitCode']=_0x2621ea,_0x306172[_0xb773f3(0x103)](_0x4a0e32[_0xb773f3(0xe5)],0x0)&&(_0x306172['Mexll'](_0x306172[_0xb773f3(0x107)],_0x306172[_0xb773f3(0xe8)])?_0xff567c[_0xb773f3(0xac)](''+_0x524dfd[_0xb773f3(0xaa)]['yellow'](_0x3e75be+_0xb773f3(0xc1))):(logger[_0xb773f3(0x144)](_0x306172[_0xb773f3(0xe3)]),helper[_0xb773f3(0x12a)](_0x3215b5,_0x4a0e32),logger[_0xb773f3(0x144)](_0x306172['lRLLW']),helper[_0xb773f3(0xbc)](_0x3215b5)));})[_0x388436(0x11d)](async()=>{const _0xd5bcf4=_0x388436;_0x1d2f66[_0xd5bcf4(0xf5)]=helper['getErrorMessageFromResults'](_0x1dc71f,_0x306172[_0xd5bcf4(0x114)]),await helper[_0xd5bcf4(0x14b)](_0x1d2f66);});}module[a2_0x3bcd45(0xcb)]=run;
|
|
2
|
+
'use strict';const a2_0x11e82c=a2_0x3ed0;(function(_0x155c4d,_0x2fe234){const _0x118542=a2_0x3ed0,_0x2571f8=_0x155c4d();while(!![]){try{const _0x49df7f=parseInt(_0x118542(0xef))/0x1+-parseInt(_0x118542(0x9e))/0x2+-parseInt(_0x118542(0x103))/0x3+-parseInt(_0x118542(0x129))/0x4+-parseInt(_0x118542(0xa5))/0x5+-parseInt(_0x118542(0xc8))/0x6*(parseInt(_0x118542(0xd6))/0x7)+parseInt(_0x118542(0x126))/0x8*(parseInt(_0x118542(0xe3))/0x9);if(_0x49df7f===_0x2fe234)break;else _0x2571f8['push'](_0x2571f8['shift']());}catch(_0x48ad47){_0x2571f8['push'](_0x2571f8['shift']());}}}(a2_0x1100,0x66aa8));function a2_0x1100(){const _0x40f084=['testContextOptions','UIOMU','sdtly','processSuccess','akzos','fbnse','skipSessionStatus','stepsPassed','../utils/constants','logLevel','uUiHF','lHtqr','IdrHH','LmMfA','eWxSA','qReJv','cSBKV','OYSpn','hgQZg','../../helpers/logger','push','Xmhyi','Vtdpx','cvwxG','DVgZX','\x20scenarios','mmSii','knGAy','wmWWd','bgWhite','LEivW','mergeOutputFiles','Pehgy','684224nLFDdL','modifyBrowserStackW3CCaps','uMXit','2966164PwXXKp','useW3C','sjVkM','kDNNa','****\x20RESULTS\x20****','config','turboScaleUrl','stepsUndefined','qwMUa','finalExecution','cucumber-js','369392cyLkLw','kywmk','KdEKS','path','Generating\x20consolidated\x20report...','createDir','wKzPS','2222670jjyhKs','HMwYE','JdVvs','\x20pending','gOGrj','tJVRI','aikxx','HoTss','Iertw','egqyj','BsGiS','xdnKK','HkoUU','../test-runner','log','VyZfN','aaODu','forEach','mbLzy','modifyBrowserStackCaps','\x20undefined','join','\x20ambiguous','atkUn','green','stepsUnknown','skipSessionName','dhHTv','stepsPending','\x20skipped','proxySettings','../../helpers/BrowserStackSetup','yellow','TSBnw','initialize','41958eigCNr','kWcjU','debug','KFCrY','CGoZy','lVugR','ieZTj','veEVL','WUeHq','ftDTV','bold','vVRXr','TvqSK','IoKUe','161YkJHla','XvXrR','IdbGv','BPpwS','FQLng','mApGu','YXYjy','finally','JZsUA','AvtSw','fGyMl','VizJq','lqICR','225iEPmki','stepsSkipped','KMOLM','BIPyu','removeDir','XTbQf','Removing\x20tmp\x20directory\x20created\x20for\x20reports','BAGyq','getErrorMessageFromResults','gNdYb','steps','DkiNs','454441RBurly','length','splice','\x20failed','red','tQDDQ','cyan','../../helpers/helper','stepsAmbiguous','CVNco','\x20passed','iGptl','scenariosFailed','AWNCw','VWcSK','AdaWG','exports','parallelsPerPlatform','yFeii','cucumber','1921533UuRPDn','kCCvw'];a2_0x1100=function(){return _0x40f084;};return a2_0x1100();}function a2_0x3ed0(_0x4d7efe,_0x3a304e){const _0x110008=a2_0x1100();return a2_0x3ed0=function(_0x3ed0de,_0x5de3eb){_0x3ed0de=_0x3ed0de-0x9d;let _0x5a7430=_0x110008[_0x3ed0de];return _0x5a7430;},a2_0x3ed0(_0x4d7efe,_0x3a304e);}const fs=require('fs'),path=require(a2_0x11e82c(0xa1)),logger=require(a2_0x11e82c(0x118))['winstonLogger'],{default:BrowserStackSetup}=require(a2_0x11e82c(0xc4)),helper=require(a2_0x11e82c(0xf6)),constants=require(a2_0x11e82c(0x10d)),{parallelCucumberRun}=require(a2_0x11e82c(0xb2)),chalk=require('chalk');function printCucumberStats(_0x54ba36){const _0xb9795a=a2_0x11e82c,_0x396db9={};_0x396db9['HMwYE']=_0xb9795a(0x102),_0x396db9[_0xb9795a(0x106)]=function(_0x390cc6,_0x1277c3){return _0x390cc6!==_0x1277c3;},_0x396db9[_0xb9795a(0xe8)]=_0xb9795a(0xad),_0x396db9['Vtdpx']=function(_0x3c944f,_0x5cbeb5){return _0x3c944f>_0x5cbeb5;},_0x396db9['KEkFF']=function(_0x3eadba,_0x284845){return _0x3eadba-_0x284845;},_0x396db9['XvXrR']=function(_0x82039,_0x1415f5){return _0x82039===_0x1415f5;},_0x396db9[_0xb9795a(0xd9)]='GkIAY',_0x396db9[_0xb9795a(0xd5)]=function(_0x165bd2,_0x4a5fd2){return _0x165bd2===_0x4a5fd2;},_0x396db9[_0xb9795a(0xb7)]=_0xb9795a(0xe6),_0x396db9[_0xb9795a(0xdc)]=_0xb9795a(0xe2),_0x396db9[_0xb9795a(0x11a)]=function(_0x381ce0,_0x278834){return _0x381ce0>_0x278834;},_0x396db9[_0xb9795a(0x110)]=_0xb9795a(0xa7),_0x396db9['veEVL']=_0xb9795a(0x128),_0x396db9[_0xb9795a(0xbc)]=_0xb9795a(0xdb),_0x396db9[_0xb9795a(0xd4)]=_0xb9795a(0x12c),_0x396db9[_0xb9795a(0x113)]='HnONU',_0x396db9[_0xb9795a(0x117)]=function(_0x4bd791,_0x507bc7){return _0x4bd791===_0x507bc7;},_0x396db9['dhHTv']='PCkIc',_0x396db9[_0xb9795a(0xce)]=function(_0x50de40,_0x1be84f){return _0x50de40>_0x1be84f;},_0x396db9[_0xb9795a(0x131)]=function(_0x6719ba,_0x323457){return _0x6719ba===_0x323457;},_0x396db9['IdrHH']=_0xb9795a(0xe1),_0x396db9[_0xb9795a(0xfc)]=_0xb9795a(0xa9),_0x396db9['cSBKV']=function(_0x36491f,_0x259b2c){return _0x36491f>_0x259b2c;},_0x396db9[_0xb9795a(0x120)]=_0xb9795a(0xfd),_0x396db9['DkiNs']=_0xb9795a(0x109),_0x396db9[_0xb9795a(0x116)]=_0xb9795a(0xf8),_0x396db9['WUeHq']=function(_0x1766b5,_0x1bb23c){return _0x1766b5+_0x1bb23c;},_0x396db9[_0xb9795a(0x101)]=function(_0x5b51b6,_0x1f9e0e){return _0x5b51b6+_0x1f9e0e;},_0x396db9['fbnse']=function(_0x386b45,_0x2a5e7c){return _0x386b45+_0x2a5e7c;},_0x396db9['JZsUA']=function(_0x18fa70,_0x138b0c){return _0x18fa70+_0x138b0c;},_0x396db9[_0xb9795a(0xa4)]=_0xb9795a(0xec),_0x396db9[_0xb9795a(0xf4)]=function(_0x438ab4,_0x338791){return _0x438ab4===_0x338791;},_0x396db9[_0xb9795a(0xb4)]=_0xb9795a(0xa0),_0x396db9[_0xb9795a(0xd8)]=_0xb9795a(0xfa),_0x396db9[_0xb9795a(0x123)]=_0xb9795a(0x12d);const _0x4fa090=_0x396db9;let _0x42a505=0x0;if(_0x4fa090['tQDDQ'](_0x54ba36['length'],0x0)){if(_0x4fa090['UIOMU'](_0x4fa090['VyZfN'],_0x4fa090['IdbGv']))return _0x42a505;else _0x3c6ee4[_0xb9795a(0x119)](''+_0x4f285a[_0xb9795a(0xd2)]['red'](_0x45c946+_0xb9795a(0xbb)));}return console[_0xb9795a(0xb3)](chalk[_0xb9795a(0xd2)][_0xb9795a(0x122)](_0x4fa090[_0xb9795a(0x123)])),_0x54ba36[_0xb9795a(0xb6)](_0xedc36=>{const _0xd3783a=_0xb9795a,_0x39528a={};_0x39528a[_0xd3783a(0xea)]=_0x4fa090[_0xd3783a(0xa6)];const _0x2805d1=_0x39528a;if(_0x4fa090[_0xd3783a(0x106)](_0x4fa090[_0xd3783a(0xe8)],_0x4fa090['XTbQf']))_0x29760a[_0xd3783a(0x119)](''+_0x4d0023[_0xd3783a(0xd2)]['green'](_0x435d35+_0xd3783a(0xf9)));else{const _0x16a993=_0xedc36[0x0],_0x2c48e9=_0xedc36[0x1];console['log']('\x0a'+chalk[_0xd3783a(0xd2)][_0xd3783a(0xc5)](''+helper['getPlatformName'](_0x16a993)));const _0x1b0e27=_0x2c48e9['scenarios'],_0x20f759=_0x2c48e9[_0xd3783a(0xed)],_0x14b29f=_0x2c48e9[_0xd3783a(0xfb)],_0x280908=_0x2c48e9['stepsFailed'],_0x17c7b7=_0x2c48e9[_0xd3783a(0x10c)],_0x170219=_0x2c48e9[_0xd3783a(0xe4)],_0x123f6f=_0x2c48e9[_0xd3783a(0xc1)],_0x1cdaab=_0x2c48e9[_0xd3783a(0x130)],_0x15c890=_0x2c48e9[_0xd3783a(0xbe)],_0x4019fb=_0x2c48e9[_0xd3783a(0xf7)],_0x3c2574=_0x2c48e9[_0xd3783a(0x108)];let _0x5f4fdf=_0x1b0e27+_0xd3783a(0x11e);const _0x4088b3=_0x4fa090[_0xd3783a(0x11b)](_0x4fa090['KEkFF'](_0x1b0e27,_0x14b29f),0x0)?_0x4fa090['KEkFF'](_0x1b0e27,_0x14b29f):0x0;if(_0x4fa090[_0xd3783a(0x11b)](_0x14b29f,0x0)&&_0x4fa090[_0xd3783a(0x11b)](_0x4088b3,0x0))_0x4fa090[_0xd3783a(0xd7)](_0x4fa090['BPpwS'],_0x4fa090[_0xd3783a(0xd9)])?_0x5f4fdf+='\x20('+chalk['bold'][_0xd3783a(0xf3)](_0x14b29f+_0xd3783a(0xf2))+',\x20'+chalk[_0xd3783a(0xd2)][_0xd3783a(0xbd)](_0x4088b3+_0xd3783a(0xf9))+')':_0x4e4605[_0xd3783a(0x119)](_0xc23cb8['modifyBrowserStackW3CCaps'](_0x1f3fa1['config'],_0x4fa090['HMwYE'],_0x192547));else{if(_0x4fa090[_0xd3783a(0x11b)](_0x14b29f,0x0)||_0x4fa090[_0xd3783a(0x11b)](_0x4088b3,0x0)){if(_0x4fa090['IoKUe'](_0x4fa090[_0xd3783a(0xb7)],_0x4fa090[_0xd3783a(0xdc)]))return _0x19294e;else _0x5f4fdf+=_0x4fa090[_0xd3783a(0x11a)](_0x14b29f,0x0)?'\x20('+chalk[_0xd3783a(0xd2)][_0xd3783a(0xf3)](_0x14b29f+_0xd3783a(0xf2))+')':'\x20('+chalk[_0xd3783a(0xd2)][_0xd3783a(0xbd)](_0x4088b3+'\x20passed')+')';}}const _0xfbae5=_0x20f759+'\x20steps',_0x6464be=[];_0x4fa090[_0xd3783a(0x11a)](_0x4019fb,0x0)&&(_0x4fa090[_0xd3783a(0x106)](_0x4fa090[_0xd3783a(0x110)],_0x4fa090[_0xd3783a(0x110)])?_0x34b5a7[_0xd3783a(0xf1)](_0x3a7dcd[_0x18143b],0x2):_0x6464be['push'](''+chalk['bold'][_0xd3783a(0xf3)](_0x4019fb+_0xd3783a(0xbb))));_0x4fa090[_0xd3783a(0x11a)](_0x280908,0x0)&&(_0x4fa090[_0xd3783a(0xd5)](_0x4fa090[_0xd3783a(0xcf)],_0x4fa090[_0xd3783a(0xbc)])?_0x396abd[_0xd3783a(0x119)](''+_0x545cb0[_0xd3783a(0xd2)][_0xd3783a(0xc5)](_0x5d78cd+_0xd3783a(0xc2))):_0x6464be['push'](''+chalk['bold']['red'](_0x280908+_0xd3783a(0xf2))));_0x4fa090['Xmhyi'](_0x17c7b7,0x0)&&(_0x4fa090[_0xd3783a(0xd5)](_0x4fa090['TvqSK'],_0x4fa090[_0xd3783a(0x113)])?_0x26da8d[_0xd3783a(0x119)](''+_0x4848a6[_0xd3783a(0xd2)][_0xd3783a(0xc5)](_0x1e4eea+'\x20undefined')):_0x6464be[_0xd3783a(0x119)](''+chalk['bold'][_0xd3783a(0xbd)](_0x17c7b7+_0xd3783a(0xf9))));_0x4fa090[_0xd3783a(0x11a)](_0x123f6f,0x0)&&(_0x4fa090[_0xd3783a(0x117)](_0x4fa090[_0xd3783a(0xc0)],_0x4fa090[_0xd3783a(0xc0)])?_0x6464be[_0xd3783a(0x119)](''+chalk['bold'][_0xd3783a(0xc5)](_0x123f6f+_0xd3783a(0xa8))):_0x17c828=0x1);_0x4fa090[_0xd3783a(0xce)](_0x170219,0x0)&&(_0x4fa090[_0xd3783a(0x131)](_0x4fa090[_0xd3783a(0x111)],_0x4fa090[_0xd3783a(0xfc)])?_0x38f3c1['push'](_0x17076e[_0xd3783a(0xb8)](_0x3aaa20[_0xd3783a(0x12e)],_0x2805d1[_0xd3783a(0xea)],_0x207544)):_0x6464be[_0xd3783a(0x119)](''+chalk[_0xd3783a(0xd2)][_0xd3783a(0xf5)](_0x170219+_0xd3783a(0xc2))));_0x4fa090[_0xd3783a(0x115)](_0x1cdaab,0x0)&&(_0x4fa090['UIOMU'](_0x4fa090[_0xd3783a(0x120)],_0x4fa090[_0xd3783a(0xee)])?_0x6464be[_0xd3783a(0x119)](''+chalk[_0xd3783a(0xd2)]['yellow'](_0x1cdaab+_0xd3783a(0xb9))):_0x1f7887[_0xd3783a(0x119)](''+_0x2f2b14[_0xd3783a(0xd2)][_0xd3783a(0xf5)](_0xb8b37b+_0xd3783a(0xc2))));_0x4fa090[_0xd3783a(0x115)](_0x15c890,0x0)&&(_0x4fa090[_0xd3783a(0xd5)](_0x4fa090[_0xd3783a(0x116)],_0x4fa090[_0xd3783a(0x116)])?_0x6464be[_0xd3783a(0x119)](''+chalk[_0xd3783a(0xd2)][_0xd3783a(0xc5)](_0x15c890+_0xd3783a(0xc2))):_0xb282ff['push'](''+_0x2d356b[_0xd3783a(0xd2)][_0xd3783a(0xf3)](_0x2d9936+_0xd3783a(0xf2))));const _0x31d8b9=_0x4fa090['WUeHq'](_0x4fa090[_0xd3783a(0x101)](_0x4fa090[_0xd3783a(0x10a)](_0xfbae5,'('),_0x6464be[_0xd3783a(0xba)](',\x20')),')');console['log'](_0x4fa090[_0xd3783a(0xde)](_0x4fa090[_0xd3783a(0x10a)](_0x4fa090[_0xd3783a(0xd0)](_0x4fa090[_0xd3783a(0xd0)]('\x0a',_0x5f4fdf),'\x0a'),_0x31d8b9),'\x0a')),_0x4fa090[_0xd3783a(0x117)](_0x3c2574,![])&&(_0x4fa090[_0xd3783a(0x131)](_0x4fa090[_0xd3783a(0xa4)],_0x4fa090[_0xd3783a(0xa4)])?_0x42a505=0x1:_0x579409?_0x470fb6[_0xd3783a(0x119)](_0xa5a3e1['modifyBrowserStackW3CCaps'](_0x38b04f['config'],_0x4fa090[_0xd3783a(0xa6)],_0x10a187)):_0x25a7d5[_0xd3783a(0x119)](_0x56ca7e[_0xd3783a(0xb8)](_0x283ba1[_0xd3783a(0x12e)],_0x4fa090[_0xd3783a(0xa6)],_0x127919)));}}),_0x42a505;}async function run(_0x50c49c,_0x4a0a9a){const _0x390c1c=a2_0x11e82c,_0x524564={'BsGiS':function(_0x4a6ff2,_0x181166){return _0x4a6ff2>_0x181166;},'aaODu':function(_0x417e89,_0x411396){return _0x417e89-_0x411396;},'LmMfA':function(_0x1aed6c,_0x1351d1){return _0x1aed6c>=_0x1351d1;},'wmWWd':function(_0x55bb10,_0x2e6e10){return _0x55bb10!==_0x2e6e10;},'sdtly':_0x390c1c(0xc9),'KMOLM':function(_0x2e9e4f,_0x3fa318){return _0x2e9e4f===_0x3fa318;},'broST':_0x390c1c(0xcb),'egqyj':_0x390c1c(0xcd),'mmSii':_0x390c1c(0x102),'NsraZ':_0x390c1c(0x114),'qawes':function(_0x2582b7,_0x464519){return _0x2582b7(_0x464519);},'VCImV':function(_0x55e5e9,_0x19d0c2){return _0x55e5e9>_0x19d0c2;},'HkoUU':_0x390c1c(0xa2),'CGoZy':_0x390c1c(0xe9),'TSBnw':function(_0x1e830c,_0x124d38){return _0x1e830c(_0x124d38);},'fNgXz':_0x390c1c(0xfe),'uRPKj':_0x390c1c(0x12b),'nkZSw':_0x390c1c(0x9d),'aikxx':function(_0x34733a,_0x47c901){return _0x34733a===_0x47c901;},'ftDTV':_0x390c1c(0x125),'kCCvw':'tmp','xdnKK':function(_0x285600,_0x242830){return _0x285600!==_0x242830;},'kywmk':_0x390c1c(0x11c),'tJVRI':function(_0x57ee5c,_0x423caf){return _0x57ee5c!==_0x423caf;},'HoTss':_0x390c1c(0xda),'vawin':function(_0x523724,_0x4a0c17,_0x55f022,_0x30591c,_0x218360,_0x1b16d2){return _0x523724(_0x4a0c17,_0x55f022,_0x30591c,_0x218360,_0x1b16d2);}},_0x335cc5=new BrowserStackSetup(_0x50c49c,_0x524564['nkZSw']);await _0x335cc5[_0x390c1c(0xc7)](),await helper['handleApp'](_0x335cc5[_0x390c1c(0x12e)]);const _0x35dc39=[];if(!_0x335cc5[_0x390c1c(0x12e)]){if(_0x524564[_0x390c1c(0xab)](_0x524564[_0x390c1c(0xd1)],_0x524564[_0x390c1c(0xd1)]))return;else return;}const _0x4e4bc6=_0x335cc5[_0x390c1c(0x12e)][_0x390c1c(0x100)],_0x5ae81a=helper[_0x390c1c(0x12a)](_0x335cc5[_0x390c1c(0x12e)]);_0x335cc5[_0x390c1c(0x12e)]['platforms'][_0x390c1c(0xb6)]((_0x4e9eeb,_0x4a952c)=>{const _0x5d885d=_0x390c1c,_0x4b8a8e={'uUiHF':function(_0x55bcea,_0x47c6a9){const _0x249b80=a2_0x3ed0;return _0x524564[_0x249b80(0xaf)](_0x55bcea,_0x47c6a9);},'fGyMl':function(_0x432609,_0xd5b3ac){const _0x3762b3=a2_0x3ed0;return _0x524564[_0x3762b3(0xb5)](_0x432609,_0xd5b3ac);},'vVRXr':function(_0x1413f2,_0x22585f){return _0x524564['LmMfA'](_0x1413f2,_0x22585f);}};if(_0x524564[_0x5d885d(0x121)](_0x524564[_0x5d885d(0x107)],_0x524564[_0x5d885d(0x107)]))_0x51f78e+=_0x4b8a8e[_0x5d885d(0x10f)](_0x1b2f06,0x0)?'\x20('+_0x402d55[_0x5d885d(0xd2)][_0x5d885d(0xf3)](_0x200087+_0x5d885d(0xf2))+')':'\x20('+_0x37ce8[_0x5d885d(0xd2)][_0x5d885d(0xbd)](_0x372af4+_0x5d885d(0xf9))+')';else{if(_0x5ae81a)_0x524564[_0x5d885d(0xe5)](_0x524564['broST'],_0x524564[_0x5d885d(0xae)])?_0x2f5cee+='\x20('+_0x4e5c5e['bold'][_0x5d885d(0xf3)](_0x47c79c+'\x20failed')+',\x20'+_0x6bb4e5['bold']['green'](_0x5834c0+_0x5d885d(0xf9))+')':_0x35dc39[_0x5d885d(0x119)](helper[_0x5d885d(0x127)](_0x335cc5['config'],_0x524564[_0x5d885d(0x11f)],_0x4a952c));else{if(_0x524564['KMOLM'](_0x524564['NsraZ'],_0x524564['NsraZ']))_0x35dc39[_0x5d885d(0x119)](helper[_0x5d885d(0xb8)](_0x335cc5[_0x5d885d(0x12e)],_0x524564[_0x5d885d(0x11f)],_0x4a952c));else{_0x8f1acd[_0x5d885d(0xa3)](_0x59d25d);for(let _0x163204=_0x4b8a8e[_0x5d885d(0xe0)](_0x442b1f[_0x5d885d(0xf0)],0x1);_0x4b8a8e[_0x5d885d(0xd3)](_0x163204,0x0);_0x163204--){_0x2772a0[_0x5d885d(0xf1)](_0xa43e78[_0x163204],0x2);}}}}});const _0x20b370={'server':helper['getHubUrl'](_0x335cc5[_0x390c1c(0x12e)]),'proxySettings':_0x335cc5[_0x390c1c(0x12e)][_0x390c1c(0xc3)],'maxWorkers':_0x4e4bc6,'browserStackLogLevel':_0x335cc5[_0x390c1c(0x12e)][_0x390c1c(0x10e)],'skipSessionName':_0x335cc5[_0x390c1c(0x12e)][_0x390c1c(0x105)][_0x390c1c(0xbf)],'skipSessionStatus':_0x335cc5[_0x390c1c(0x12e)][_0x390c1c(0x105)][_0x390c1c(0x10b)],'turboScaleUrl':_0x335cc5[_0x390c1c(0x12e)][_0x390c1c(0x12f)]},_0x5c949a=process['argv'],[_0xe831bb,_0x37a4e0]=helper['parseFormatters'](_0x5c949a),_0x307b5a=path[_0x390c1c(0xba)](process['cwd'](),_0x524564[_0x390c1c(0x104)]);if(_0x524564['BsGiS'](_0x37a4e0[_0x390c1c(0xf0)],0x0)){if(_0x524564[_0x390c1c(0xb0)](_0x524564[_0x390c1c(0x9f)],_0x524564[_0x390c1c(0x9f)])){_0x5dbb07=_0x1fc828;const _0x421b0d=_0x524564['qawes'](_0x16db73,_0x5b336f);_0x38a555['exitCode']=_0x421b0d,_0x524564['VCImV'](_0x2ee335[_0x390c1c(0xf0)],0x0)&&(_0x1f0479[_0x390c1c(0xca)](_0x524564[_0x390c1c(0xb1)]),_0x41b14e[_0x390c1c(0x124)](_0x75de5b,_0xc68e49),_0x4d831e[_0x390c1c(0xca)](_0x524564[_0x390c1c(0xcc)]),_0x490a56[_0x390c1c(0xe7)](_0x319fef));}else{helper['createDir'](_0x307b5a);for(let _0x2b6b49=_0x524564[_0x390c1c(0xb5)](_0xe831bb[_0x390c1c(0xf0)],0x1);_0x524564[_0x390c1c(0x112)](_0x2b6b49,0x0);_0x2b6b49--){_0x524564[_0x390c1c(0xaa)](_0x524564[_0x390c1c(0xac)],_0x524564[_0x390c1c(0xac)])?_0x224e96['push'](''+_0x3228ad[_0x390c1c(0xd2)]['yellow'](_0x13757e+_0x390c1c(0xa8))):_0x5c949a[_0x390c1c(0xf1)](_0xe831bb[_0x2b6b49],0x2);}}}let _0x279c1c;_0x524564['vawin'](parallelCucumberRun,_0x35dc39,_0x20b370,_0x335cc5[_0x390c1c(0x12e)],_0x5c949a,_0x37a4e0)['then'](async _0x51e26b=>{const _0x569887=_0x390c1c,_0x173f58={};_0x173f58['AvtSw']=_0x524564[_0x569887(0xb1)],_0x173f58[_0x569887(0x11d)]=_0x524564[_0x569887(0xcc)];const _0x22077f=_0x173f58;_0x279c1c=_0x51e26b;const _0x376134=_0x524564[_0x569887(0xc6)](printCucumberStats,_0x51e26b);process['exitCode']=_0x376134,_0x524564['VCImV'](_0x37a4e0[_0x569887(0xf0)],0x0)&&(_0x524564['KMOLM'](_0x524564['fNgXz'],_0x524564['uRPKj'])?(_0x343aaf['debug'](_0x22077f[_0x569887(0xdf)]),_0x46c1ac[_0x569887(0x124)](_0x1d09e5,_0x2e4917),_0x2db109['debug'](_0x22077f[_0x569887(0x11d)]),_0x9e6415[_0x569887(0xe7)](_0x2ee6ab)):(logger[_0x569887(0xca)](_0x524564[_0x569887(0xb1)]),helper[_0x569887(0x124)](_0x307b5a,_0x37a4e0),logger['debug'](_0x524564[_0x569887(0xcc)]),helper[_0x569887(0xe7)](_0x307b5a)));})[_0x390c1c(0xdd)](async()=>{const _0x3382ff=_0x390c1c;_0x335cc5['errorMessage']=helper[_0x3382ff(0xeb)](_0x279c1c,_0x524564['mmSii']),await helper[_0x3382ff(0x132)](_0x335cc5);});}module[a2_0x11e82c(0xff)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a3_0x39c734=a3_0x245b;(function(_0x3e5c66,_0x2cd71a){const _0x5c7c6b=a3_0x245b,_0x11d1bb=_0x3e5c66();while(!![]){try{const _0xd572a4=-parseInt(_0x5c7c6b(0xa2))/0x1+parseInt(_0x5c7c6b(0x12e))/0x2*(-parseInt(_0x5c7c6b(0xe5))/0x3)+-parseInt(_0x5c7c6b(0x9a))/0x4+-parseInt(_0x5c7c6b(0x10c))/0x5*(parseInt(_0x5c7c6b(0xca))/0x6)+parseInt(_0x5c7c6b(0xbf))/0x7*(parseInt(_0x5c7c6b(0xdb))/0x8)+-parseInt(_0x5c7c6b(0xc3))/0x9+-parseInt(_0x5c7c6b(0xa3))/0xa*(-parseInt(_0x5c7c6b(0x11a))/0xb);if(_0xd572a4===_0x2cd71a)break;else _0x11d1bb['push'](_0x11d1bb['shift']());}catch(_0x3b070c){_0x11d1bb['push'](_0x11d1bb['shift']());}}}(a3_0x1868,0x1f908));const {requireModule,getPlatformName,nestedKeyValue}=require('../../../helpers/helper'),{Formatter,formatterHelpers,Status}=requireModule(a3_0x39c734(0x110));class BrowserstackFormatter extends Formatter{constructor(_0x287f47){const _0x2ac0f4=a3_0x39c734,_0x5184de={'IOfNi':function(_0x16dd11,_0x2fd55b){return _0x16dd11+_0x2fd55b;},'roCDR':'\x20-\x20','XbOQm':function(_0x396b29,_0x1cb081){return _0x396b29+_0x1cb081;},'tGVnv':_0x2ac0f4(0xff),'fanCk':function(_0x30442e,_0x26fa7f){return _0x30442e===_0x26fa7f;},'KrYqn':'FAILED','SIJPv':function(_0x4724a,_0x2b7de0,_0x518500){return _0x4724a(_0x2b7de0,_0x518500);},'gotPI':_0x2ac0f4(0xb2),'qLWqT':_0x2ac0f4(0xb4),'kZAWo':function(_0x768c6f,_0x2cfce5){return _0x768c6f+_0x2cfce5;},'jroPl':function(_0x1e37a1,_0xbdd027){return _0x1e37a1(_0xbdd027);},'CXiYQ':function(_0x3d949c,_0xe9b81e){return _0x3d949c!==_0xe9b81e;},'TISYN':'WLRgz','JDUrK':function(_0x5e62d6,_0x17e0f6){return _0x5e62d6===_0x17e0f6;},'DaFDQ':'Dbius','rygJG':_0x2ac0f4(0x11e),'rFZij':'bCgQG','msuSF':function(_0x2f3d78,_0x411ea0){return _0x2f3d78!==_0x411ea0;},'LZzLy':_0x2ac0f4(0x102),'tehro':_0x2ac0f4(0xa7),'WiIxe':function(_0x4c2012,_0x4d8973){return _0x4c2012===_0x4d8973;},'TLaFm':_0x2ac0f4(0xab),'YiWJg':'gDFxM','jjadl':_0x2ac0f4(0xbd),'tNVlV':_0x2ac0f4(0x9d),'weiJt':function(_0x1ed54a,_0x5c2cce){return _0x1ed54a!==_0x5c2cce;},'pajPC':_0x2ac0f4(0x10d),'IANtb':_0x2ac0f4(0xd0),'FzpUl':'envelope'};super(_0x287f47),_0x287f47['eventBroadcaster']['on'](_0x5184de[_0x2ac0f4(0x130)],_0x10d553=>{const _0x3be116=_0x2ac0f4,_0x5b45e7={'Qsrqd':function(_0x15317c,_0x30ba5a){const _0xab2b4e=a3_0x245b;return _0x5184de[_0xab2b4e(0x111)](_0x15317c,_0x30ba5a);},'AJnjL':function(_0xa73314,_0x239762){const _0x4527c3=a3_0x245b;return _0x5184de[_0x4527c3(0x111)](_0xa73314,_0x239762);},'ZfUUk':_0x5184de['roCDR'],'YDBRA':function(_0x2e3ecc,_0x5dafe5){const _0x4182ad=a3_0x245b;return _0x5184de[_0x4182ad(0x111)](_0x2e3ecc,_0x5dafe5);},'RqDcI':function(_0x19462b,_0x2a6289){return _0x5184de['XbOQm'](_0x19462b,_0x2a6289);},'DbZfE':_0x5184de[_0x3be116(0xcc)],'lRNyJ':function(_0x4aec78,_0x36d55b){const _0x134ba2=_0x3be116;return _0x5184de[_0x134ba2(0xb5)](_0x4aec78,_0x36d55b);},'UFvIy':_0x5184de['KrYqn'],'IolEZ':function(_0x2ce078,_0x330aae,_0x2b9d41){return _0x5184de['SIJPv'](_0x2ce078,_0x330aae,_0x2b9d41);},'ebESN':_0x5184de[_0x3be116(0xcb)],'MQopd':_0x5184de[_0x3be116(0xf8)],'ijTQl':function(_0x4ed7ca,_0x1efa68){const _0x5bb55c=_0x3be116;return _0x5184de[_0x5bb55c(0x111)](_0x4ed7ca,_0x1efa68);},'fvzUt':function(_0x1489b3,_0x4a46a0){return _0x5184de['kZAWo'](_0x1489b3,_0x4a46a0);},'mDTBH':function(_0x19cbcb,_0x56c29d){const _0xf05370=_0x3be116;return _0x5184de[_0xf05370(0xc1)](_0x19cbcb,_0x56c29d);}};if(_0x5184de[_0x3be116(0x11d)](_0x5184de[_0x3be116(0x11b)],_0x5184de['TISYN'])){const _0x512384=_0x48d586[_0x3be116(0xa9)](_0x2f2632[_0x3be116(0x129)][_0x3be116(0x11f)]);_0x18134d=_0x512384[_0x3be116(0xd3)];}else{if(_0x10d553[_0x3be116(0x118)])_0x5184de[_0x3be116(0xc6)](_0x5184de[_0x3be116(0x10f)],_0x5184de['rygJG'])?_0x587b2c+=0x1:testSuites+=0x1;else{if(_0x10d553[_0x3be116(0xdd)]){if(_0x5184de[_0x3be116(0xc6)](_0x5184de[_0x3be116(0x9f)],_0x5184de[_0x3be116(0x9f)])){let _0x420f1d;if(_0x5184de[_0x3be116(0x11d)](process[_0x3be116(0x129)][_0x3be116(0x11f)],undefined)){if(_0x5184de[_0x3be116(0xc8)](_0x5184de['LZzLy'],_0x5184de[_0x3be116(0xfe)])){const _0x14be9a=JSON['parse'](process['env'][_0x3be116(0x11f)]);_0x420f1d=_0x14be9a[_0x3be116(0xd3)];}else _0x4fd9df[_0x5b45e7[_0x3be116(0xea)](_0x5b45e7[_0x3be116(0x119)](_0x269b69[_0x3be116(0xe9)][_0x3be116(0xf2)][_0x3be116(0xe7)],_0x5b45e7['ZfUUk']),_0x466bd5[_0x3be116(0x11c)][_0x3be116(0xe7)])]=_0x4aa4f5,this[_0x3be116(0x101)](_0x5b45e7[_0x3be116(0xea)](_0x404996,'\x0a'));}if(_0x5184de[_0x3be116(0xc8)](_0x420f1d,undefined)){if(_0x5184de['WiIxe'](_0x5184de[_0x3be116(0xb0)],_0x5184de['YiWJg']))return![];else global[_0x3be116(0x9b)]=_0x5184de[_0x3be116(0xc1)](getPlatformName,_0x420f1d),this[_0x3be116(0x101)](_0x5184de[_0x3be116(0xf6)]('Executing\x20tests\x20for\x20'+global['__platform'],'\x0a'));}}else{_0x3ceee5+=0x1,this['log'](_0x5b45e7[_0x3be116(0xde)](_0x5b45e7[_0x3be116(0x119)](_0x5b45e7[_0x3be116(0xde)](_0x5b45e7[_0x3be116(0xeb)](_0x5b45e7[_0x3be116(0x119)](_0x5b45e7[_0x3be116(0x132)],_0xc1a9ec[_0x3be116(0x127)]),_0x43ab4b[_0x3be116(0x134)]||''),_0x5b45e7[_0x3be116(0xb3)]),_0x53057b[_0x38fb75[_0x3be116(0xb2)][_0x3be116(0x124)]]),'\x0a')),this[_0x3be116(0xd8)](_0x4e38d7[_0x16044f['result'][_0x3be116(0x124)]]);if(_0x5b45e7[_0x3be116(0xe6)](_0x132a85[_0xe3a192[_0x3be116(0xb2)][_0x3be116(0x124)]],_0x5b45e7['UFvIy'])){_0x3c4def=!![];const _0x3d8980=_0x5b45e7[_0x3be116(0xec)](_0xe7446,_0x590585,[_0x5b45e7['ebESN'],_0x5b45e7[_0x3be116(0xac)]]);_0x3d8980&&(_0x2b76cb[_0x5b45e7[_0x3be116(0xeb)](_0x5b45e7['ijTQl'](_0x426467[_0x3be116(0xe9)][_0x3be116(0xf2)]['name'],_0x5b45e7[_0x3be116(0xb3)]),_0x15020e[_0x3be116(0x11c)][_0x3be116(0xe7)])]=_0x3d8980,this[_0x3be116(0x101)](_0x5b45e7[_0x3be116(0xbe)](_0x3d8980,'\x0a')));}}}else{if(_0x10d553['testCaseFinished'])_0x5184de[_0x3be116(0x108)](_0x5184de[_0x3be116(0xfd)],_0x5184de['tNVlV'])?this[_0x3be116(0x131)](_0x549743[_0x3be116(0x12a)]):this['logTestCaseFinished'](_0x10d553[_0x3be116(0xa5)]);else _0x10d553['testRunFinished']&&(_0x5184de['weiJt'](_0x5184de[_0x3be116(0xce)],_0x5184de[_0x3be116(0xcf)])?this[_0x3be116(0x131)](_0x10d553[_0x3be116(0x12a)]):(_0x4c5296[_0x3be116(0x9b)]=_0x5b45e7[_0x3be116(0xa1)](_0x38a22b,_0x17814b),this[_0x3be116(0x101)](_0x5b45e7[_0x3be116(0xde)](_0x3be116(0x98)+_0x5cbd68[_0x3be116(0x9b)],'\x0a'))));}}}});}[a3_0x39c734(0xf5)](_0x3dff0d){const _0x42207c=a3_0x39c734,_0xa1a0af={'TmRMG':function(_0x2b97c5,_0x557f98,_0x8576e8){return _0x2b97c5(_0x557f98,_0x8576e8);},'iAtUQ':_0x42207c(0xb2),'pOFCY':'message','SdPGr':function(_0x21ac4c,_0x353efb){return _0x21ac4c+_0x353efb;},'TzxwZ':function(_0xa2592a,_0xac45ec){return _0xa2592a+_0xac45ec;},'dWCIy':_0x42207c(0x9e),'NJsrC':function(_0x27c387,_0x2278af){return _0x27c387+_0x2278af;},'pGUjV':function(_0x2c2e42,_0x139f26){return _0x2c2e42!==_0x139f26;},'DRNOr':_0x42207c(0xaf),'sVdiA':function(_0x212ddb,_0x515323){return _0x212ddb+_0x515323;},'osefD':function(_0x59632f,_0x1999f9){return _0x59632f+_0x1999f9;},'tBIeN':function(_0x15eb0c,_0x43f8ea){return _0x15eb0c!==_0x43f8ea;},'mIiTH':_0x42207c(0xad),'okvwQ':function(_0x123eca,_0x2fe923){return _0x123eca!==_0x2fe923;},'CQWeb':_0x42207c(0xd9),'QTojL':function(_0x398e12,_0x36b26b){return _0x398e12!==_0x36b26b;},'qpqmK':_0x42207c(0xf4),'eGGxc':_0x42207c(0xd5),'jIceJ':function(_0x1144c3,_0xac6f64){return _0x1144c3+_0xac6f64;},'vEJhS':function(_0x29dbf2,_0x33a9ff){return _0x29dbf2+_0x33a9ff;},'RimvA':function(_0x1d1ee2,_0x16d0b0){return _0x1d1ee2+_0x16d0b0;},'PCPyR':'\x20\x20\x20\x20','idyZP':function(_0xa65172,_0x39fe99){return _0xa65172===_0x39fe99;},'JRfOi':'FAILED','QtZto':function(_0x485958,_0x256eda){return _0x485958!==_0x256eda;},'rOGHD':_0x42207c(0x128),'alljj':'kXUHl','Eahio':function(_0x94f3d,_0x2fdcb6,_0x27827b){return _0x94f3d(_0x2fdcb6,_0x27827b);},'fYkJP':function(_0x48a997,_0x15acb6){return _0x48a997===_0x15acb6;},'iqHKb':_0x42207c(0xb6),'VBFhX':function(_0x25e828,_0x37b694){return _0x25e828+_0x37b694;},'XiwdA':function(_0x28873b,_0x50930d){return _0x28873b!==_0x50930d;},'jkZiM':function(_0x4b5822,_0x430c1f){return _0x4b5822!==_0x430c1f;},'MBuIx':function(_0x2b6fd7,_0x3fdd43){return _0x2b6fd7(_0x3fdd43);},'lxVEa':function(_0x23c8ab,_0x1a1ca8){return _0x23c8ab!==_0x1a1ca8;},'kdewD':'cUNwU','SsZpH':function(_0x5d90e4,_0x594678){return _0x5d90e4+_0x594678;},'qyTWb':function(_0x2cc1ca,_0x5ec4c8){return _0x2cc1ca+_0x5ec4c8;},'ZLJci':'RNEoS','cTFeJ':'mnEjt'};if(_0xa1a0af[_0x42207c(0xd2)](global['__platform'],undefined)){if(_0xa1a0af[_0x42207c(0xfb)](_0xa1a0af['kdewD'],_0xa1a0af[_0x42207c(0xf0)])){_0x3758f7=!![];const _0x4d11f0=_0xa1a0af[_0x42207c(0x123)](_0x3f10f9,_0x19afdd,[_0xa1a0af[_0x42207c(0xa8)],_0xa1a0af[_0x42207c(0x115)]]);_0x4d11f0&&(_0x28cce6[_0xa1a0af[_0x42207c(0xda)](_0xa1a0af[_0x42207c(0xd4)](_0x229692['gherkinDocument'][_0x42207c(0xf2)][_0x42207c(0xe7)],_0xa1a0af[_0x42207c(0xb1)]),_0x4f0852[_0x42207c(0x11c)][_0x42207c(0xe7)])]=_0x4d11f0,this[_0x42207c(0x101)](_0xa1a0af['NJsrC'](_0x4d11f0,'\x0a')));}else this[_0x42207c(0x101)](_0xa1a0af[_0x42207c(0x113)](_0xa1a0af['TzxwZ']('\x0a',global[_0x42207c(0x9b)]),'\x0a'));}const _0x31f35d=this[_0x42207c(0x133)][_0x42207c(0x106)](_0x3dff0d['testCaseStartedId']);this['log'](_0xa1a0af[_0x42207c(0x113)](_0xa1a0af[_0x42207c(0xf3)](_0xa1a0af['SsZpH'](_0xa1a0af[_0x42207c(0xb8)]('\x20\x20',_0x31f35d['gherkinDocument'][_0x42207c(0xf2)][_0x42207c(0xe7)]),_0xa1a0af[_0x42207c(0xb1)]),_0x31f35d[_0x42207c(0x11c)][_0x42207c(0xe7)]),'\x0a'));const _0x4c93b1={};_0x4c93b1[_0x42207c(0x116)]=this[_0x42207c(0x116)],_0x4c93b1[_0x42207c(0x10b)]=this[_0x42207c(0x10b)],_0x4c93b1[_0x42207c(0xa6)]=this[_0x42207c(0xa6)],_0x4c93b1['testCaseAttempt']=_0x31f35d;const _0x402fc8=formatterHelpers[_0x42207c(0xf9)](_0x4c93b1);let _0x437c5f=![];_0x402fc8['testSteps']['forEach'](_0x27d11e=>{const _0x443d22=_0x42207c,_0x19f00e={'DYIZU':function(_0x447067,_0x3b081e){return _0xa1a0af['pGUjV'](_0x447067,_0x3b081e);},'VkQWH':_0xa1a0af[_0x443d22(0x109)],'IopHJ':function(_0x2c0aca,_0x1d3a56){return _0xa1a0af['sVdiA'](_0x2c0aca,_0x1d3a56);},'FNOxp':function(_0x537d19,_0x3c92d1){return _0xa1a0af['osefD'](_0x537d19,_0x3c92d1);}};if(_0xa1a0af[_0x443d22(0x120)](_0xa1a0af[_0x443d22(0xdc)],_0xa1a0af['mIiTH'])){if(_0x19f00e[_0x443d22(0x105)](_0x27f126[_0x443d22(0xc7)],_0x3f446c))return![];if(_0x36b6ec[_0x443d22(0xfa)]&&_0x3aa82b['actionLocation'][_0x443d22(0x10a)]['includes'](_0x19f00e['VkQWH']))return!![];return![];}else{if(_0xa1a0af[_0x443d22(0xf7)](_0x27d11e[_0x443d22(0xe7)],_0xa1a0af[_0x443d22(0xd6)])&&!this[_0x443d22(0xba)](_0x27d11e)){if(_0xa1a0af[_0x443d22(0xd2)](_0xa1a0af[_0x443d22(0x99)],_0xa1a0af[_0x443d22(0xc0)])){totalTests+=0x1,this[_0x443d22(0x101)](_0xa1a0af[_0x443d22(0xf3)](_0xa1a0af[_0x443d22(0x113)](_0xa1a0af[_0x443d22(0xbc)](_0xa1a0af[_0x443d22(0xee)](_0xa1a0af[_0x443d22(0xf3)](_0xa1a0af[_0x443d22(0x112)],_0x27d11e['keyword']),_0x27d11e['text']||''),_0xa1a0af[_0x443d22(0xb1)]),Status[_0x27d11e[_0x443d22(0xb2)][_0x443d22(0x124)]]),'\x0a')),this[_0x443d22(0xd8)](Status[_0x27d11e[_0x443d22(0xb2)][_0x443d22(0x124)]]);if(_0xa1a0af[_0x443d22(0x107)](Status[_0x27d11e[_0x443d22(0xb2)]['status']],_0xa1a0af[_0x443d22(0xe1)])){if(_0xa1a0af[_0x443d22(0xed)](_0xa1a0af[_0x443d22(0xb9)],_0xa1a0af[_0x443d22(0x122)])){_0x437c5f=!![];const _0x1d65ec=_0xa1a0af[_0x443d22(0x10e)](nestedKeyValue,_0x27d11e,[_0xa1a0af[_0x443d22(0xa8)],_0xa1a0af[_0x443d22(0x115)]]);_0x1d65ec&&(_0xa1a0af[_0x443d22(0xb7)](_0xa1a0af[_0x443d22(0xef)],_0xa1a0af[_0x443d22(0xef)])?(testsErrorMessage[_0xa1a0af[_0x443d22(0xee)](_0xa1a0af[_0x443d22(0xee)](_0x31f35d[_0x443d22(0xe9)][_0x443d22(0xf2)]['name'],_0xa1a0af[_0x443d22(0xb1)]),_0x31f35d[_0x443d22(0x11c)][_0x443d22(0xe7)])]=_0x1d65ec,this[_0x443d22(0x101)](_0xa1a0af['VBFhX'](_0x1d65ec,'\x0a'))):this[_0x443d22(0x101)](_0x19f00e[_0x443d22(0x12c)](_0x19f00e['FNOxp']('\x0a',_0x5a709f[_0x443d22(0x9b)]),'\x0a')));}else _0x3290cc+=0x1;}}else return!![];}}});if(_0x437c5f){if(_0xa1a0af[_0x42207c(0xb7)](_0xa1a0af[_0x42207c(0x104)],_0xa1a0af[_0x42207c(0xf1)])){let _0x515582;if(_0xa1a0af['XiwdA'](_0x2e2344[_0x42207c(0x129)][_0x42207c(0x11f)],_0x4a158f)){const _0xa0b0d4=_0x569911[_0x42207c(0xa9)](_0x51520e['env'][_0x42207c(0x11f)]);_0x515582=_0xa0b0d4[_0x42207c(0xd3)];}_0xa1a0af[_0x42207c(0x12b)](_0x515582,_0x2227d6)&&(_0x55de35[_0x42207c(0x9b)]=_0xa1a0af['MBuIx'](_0x15d497,_0x515582),this[_0x42207c(0x101)](_0xa1a0af[_0x42207c(0xda)]('Executing\x20tests\x20for\x20'+_0x6a9156['__platform'],'\x0a')));}else testSuitesFailed+=0x1;}this[_0x42207c(0x101)]('\x0a');}[a3_0x39c734(0x131)](_0x5a72c4){}[a3_0x39c734(0xba)](_0x107256){const _0x27675b=a3_0x39c734,_0xecb70e={'UpZFw':function(_0x9349bd,_0x2b3772){return _0x9349bd!==_0x2b3772;},'LqyLo':_0x27675b(0xd9),'EYzKs':function(_0x4db31e,_0x1a4ca4){return _0x4db31e+_0x1a4ca4;},'RvwEq':function(_0x359bef,_0x541e83){return _0x359bef+_0x541e83;},'NkgxO':function(_0x484d06,_0x3931cd){return _0x484d06+_0x3931cd;},'VgecQ':_0x27675b(0xff),'iveFX':_0x27675b(0x9e),'sLfYB':function(_0x4a1360,_0x1cc7ea){return _0x4a1360===_0x1cc7ea;},'JWkDT':_0x27675b(0xc9),'HAGAE':function(_0x41426f,_0xd8bf6b,_0x1aabab){return _0x41426f(_0xd8bf6b,_0x1aabab);},'naCCi':'result','NzOsN':'message','mWKwg':function(_0x3f8475,_0x4b3028){return _0x3f8475+_0x4b3028;},'iNCeg':function(_0x13a578,_0xc76b44){return _0x13a578===_0xc76b44;},'rJwic':_0x27675b(0xc5),'zwQLV':_0x27675b(0xaf),'nZpEr':function(_0x807bb6,_0x5b1557){return _0x807bb6===_0x5b1557;},'crXKq':_0x27675b(0x125)};if(_0xecb70e[_0x27675b(0xc2)](_0x107256[_0x27675b(0xc7)],undefined)){if(_0xecb70e['iNCeg'](_0xecb70e['rJwic'],_0xecb70e[_0x27675b(0xe3)]))return![];else this[_0x27675b(0xf5)](_0x13d5b0[_0x27675b(0xa5)]);}if(_0x107256[_0x27675b(0xfa)]&&_0x107256[_0x27675b(0xfa)]['uri']['includes'](_0xecb70e[_0x27675b(0xcd)])){if(_0xecb70e['nZpEr'](_0xecb70e['crXKq'],_0xecb70e[_0x27675b(0x9c)]))return!![];else{if(_0xecb70e[_0x27675b(0xc2)](_0x1456c9[_0x27675b(0xe7)],_0xecb70e[_0x27675b(0xe0)])&&!this[_0x27675b(0xba)](_0x4cc6b6)){_0x36bb1c+=0x1,this[_0x27675b(0x101)](_0xecb70e['EYzKs'](_0xecb70e[_0x27675b(0xaa)](_0xecb70e[_0x27675b(0x126)](_0xecb70e[_0x27675b(0x121)](_0xecb70e[_0x27675b(0x126)](_0xecb70e[_0x27675b(0xe8)],_0x31ad0f[_0x27675b(0x127)]),_0x2f0257[_0x27675b(0x134)]||''),_0xecb70e[_0x27675b(0x114)]),_0x4e2bfa[_0x3d33ff['result'][_0x27675b(0x124)]]),'\x0a')),this[_0x27675b(0xd8)](_0x7dc7af[_0x38b6f4[_0x27675b(0xb2)][_0x27675b(0x124)]]);if(_0xecb70e[_0x27675b(0x103)](_0xcdc68d[_0x5684ec[_0x27675b(0xb2)][_0x27675b(0x124)]],_0xecb70e[_0x27675b(0x135)])){_0x15ee44=!![];const _0x45a07b=_0xecb70e['HAGAE'](_0x2268bd,_0x40b57d,[_0xecb70e['naCCi'],_0xecb70e[_0x27675b(0xc4)]]);_0x45a07b&&(_0x2f6ddf[_0xecb70e[_0x27675b(0xa0)](_0xecb70e[_0x27675b(0x121)](_0x551b48[_0x27675b(0xe9)][_0x27675b(0xf2)][_0x27675b(0xe7)],_0xecb70e[_0x27675b(0x114)]),_0x4786fc[_0x27675b(0x11c)][_0x27675b(0xe7)])]=_0x45a07b,this['log'](_0xecb70e[_0x27675b(0xa0)](_0x45a07b,'\x0a')));}}}}return![];}[a3_0x39c734(0xd8)](_0x265b8d){const _0x2e98e2=a3_0x39c734,_0x1faa21={};_0x1faa21['NNNpD']=_0x2e98e2(0xc9),_0x1faa21['fockw']=_0x2e98e2(0xae),_0x1faa21[_0x2e98e2(0xd7)]=_0x2e98e2(0x12f),_0x1faa21['msvfa']=_0x2e98e2(0xbb),_0x1faa21['PwZgl']=_0x2e98e2(0xe4),_0x1faa21['gpgHo']=_0x2e98e2(0xa4),_0x1faa21[_0x2e98e2(0x117)]='AMBIGUOUS';const _0x2e8860=_0x1faa21;switch(_0x265b8d){case _0x2e8860[_0x2e98e2(0x12d)]:testsFailed+=0x1;break;case _0x2e8860[_0x2e98e2(0xdf)]:testsPassed+=0x1;break;case _0x2e8860['IjRlp']:testsSkipped+=0x1;break;case _0x2e8860[_0x2e98e2(0xfc)]:testsPending+=0x1;break;case _0x2e8860[_0x2e98e2(0x100)]:testsUndefined+=0x1;break;case _0x2e8860[_0x2e98e2(0xd1)]:testsUnknown+=0x1;break;case _0x2e8860[_0x2e98e2(0x117)]:testsAmbiguous+=0x1;break;default:break;}}}function a3_0x245b(_0x2fa410,_0x3271db){const _0x186821=a3_0x1868();return a3_0x245b=function(_0x245bc4,_0x23eaa7){_0x245bc4=_0x245bc4-0x98;let _0x365f62=_0x186821[_0x245bc4];return _0x365f62;},a3_0x245b(_0x2fa410,_0x3271db);}module[a3_0x39c734(0xe2)]=BrowserstackFormatter;function a3_0x1868(){const _0x514112=['93712TXgWPQ','mIiTH','testRunStarted','YDBRA','fockw','LqyLo','JRfOi','exports','rJwic','UNDEFINED','766461SGthBM','lRNyJ','name','VgecQ','gherkinDocument','Qsrqd','RqDcI','IolEZ','QtZto','RimvA','iqHKb','kdewD','cTFeJ','feature','jIceJ','eGmHv','logTestCaseFinished','kZAWo','okvwQ','qLWqT','parseTestCaseAttempt','actionLocation','lxVEa','msvfa','jjadl','tehro','\x20\x20\x20\x20','PwZgl','log','qsiJd','sLfYB','ZLJci','DYIZU','getTestCaseAttempt','idyZP','WiIxe','DRNOr','uri','snippetBuilder','5255RYASUJ','TMdkL','Eahio','DaFDQ','@cucumber/cucumber','IOfNi','PCPyR','NJsrC','iveFX','pOFCY','cwd','RmpMg','testCaseStarted','AJnjL','33LmSnnq','TISYN','pickle','CXiYQ','bHqyc','CONFIG','tBIeN','NkgxO','alljj','TmRMG','status','yNFZY','EYzKs','keyword','kWVKK','env','testRunFinished','jkZiM','IopHJ','NNNpD','2uAMtkf','SKIPPED','FzpUl','logTestRunFinished','DbZfE','eventDataCollector','text','JWkDT','Executing\x20tests\x20for\x20','qpqmK','65476LOgWiQ','__platform','crXKq','zCvjk','\x20-\x20','rFZij','mWKwg','mDTBH','20934iOElUc','2372870XHlCWf','UNKNOWN','testCaseFinished','supportCodeLibrary','gcNqC','iAtUQ','parse','RvwEq','OdBnB','MQopd','NYdDy','PASSED','cucumber-js/test.setup.js','TLaFm','dWCIy','result','ZfUUk','message','fanCk','nDFuw','fYkJP','qyTWb','rOGHD','isBstackHook','PENDING','vEJhS','qLTdg','fvzUt','35dSpgNT','eGGxc','jroPl','UpZFw','1791999loNjWO','NzOsN','EZYap','JDUrK','sourceLocation','msuSF','FAILED','852oWmaCi','gotPI','tGVnv','zwQLV','pajPC','IANtb','SFmkw','gpgHo','QTojL','capability','TzxwZ','ukxyG','CQWeb','IjRlp','incrementCounter','bstack','SdPGr'];a3_0x1868=function(){return _0x514112;};return a3_0x1868();}
|
|
1
|
+
const a3_0x3c7690=a3_0x56c5;(function(_0x184977,_0x129429){const _0x29e03a=a3_0x56c5,_0x3bee7e=_0x184977();while(!![]){try{const _0x1971d=-parseInt(_0x29e03a(0xd3))/0x1+parseInt(_0x29e03a(0xd9))/0x2+-parseInt(_0x29e03a(0x8e))/0x3*(-parseInt(_0x29e03a(0xd8))/0x4)+-parseInt(_0x29e03a(0xdb))/0x5*(parseInt(_0x29e03a(0xa0))/0x6)+parseInt(_0x29e03a(0xc7))/0x7+-parseInt(_0x29e03a(0xaf))/0x8*(parseInt(_0x29e03a(0x124))/0x9)+parseInt(_0x29e03a(0xd4))/0xa*(parseInt(_0x29e03a(0xe9))/0xb);if(_0x1971d===_0x129429)break;else _0x3bee7e['push'](_0x3bee7e['shift']());}catch(_0xc7a14b){_0x3bee7e['push'](_0x3bee7e['shift']());}}}(a3_0xd1fd,0x27768));const {requireModule,getPlatformName,nestedKeyValue}=require('../../../helpers/helper'),{Formatter,formatterHelpers,Status}=requireModule(a3_0x3c7690(0xe8));class BrowserstackFormatter extends Formatter{constructor(_0x598527){const _0x40aac5=a3_0x3c7690,_0xdabf7f={'WfHaH':function(_0xf71c28,_0x45f576){return _0xf71c28+_0x45f576;},'sJwXw':function(_0x4afb24,_0x5054fc){return _0x4afb24+_0x5054fc;},'LzqTH':function(_0x113740,_0x1d1d1f){return _0x113740+_0x1d1d1f;},'UwnVF':function(_0x248ec1,_0x48d5b9){return _0x248ec1+_0x48d5b9;},'KarQY':'\x20\x20\x20\x20','bHAKq':_0x40aac5(0x120),'FgCSM':function(_0x1a9527,_0x457dd2){return _0x1a9527===_0x457dd2;},'FOihm':_0x40aac5(0x111),'Fxdsc':function(_0x474c18,_0x56228d,_0x555369){return _0x474c18(_0x56228d,_0x555369);},'zzqGU':'result','ROIqL':'message','fmFtN':function(_0x276505,_0x24ff04){return _0x276505+_0x24ff04;},'eQJfb':function(_0x1251c8,_0x43e659){return _0x1251c8(_0x43e659);},'TduwB':function(_0x2e5d04,_0x1b6f78){return _0x2e5d04!==_0x1b6f78;},'jCkid':_0x40aac5(0xf5),'WZkbI':function(_0x105fb0,_0x503401,_0x117b53){return _0x105fb0(_0x503401,_0x117b53);},'PwOBG':function(_0x39a9ed,_0x5ea4dd){return _0x39a9ed+_0x5ea4dd;},'WZayW':function(_0x1917f1,_0x981ed3){return _0x1917f1+_0x981ed3;},'dPngi':_0x40aac5(0xf7),'CIkrE':'QvVjP','HXFVJ':'BVHdO','UiFHt':_0x40aac5(0xa8),'gNqPp':_0x40aac5(0x11d),'HQCbg':function(_0x278fa1,_0x784f48){return _0x278fa1!==_0x784f48;},'EDwpX':_0x40aac5(0x125),'YuYUd':'TOhPs','CYYgq':_0x40aac5(0x81),'BScUH':function(_0x18e57f,_0x547911){return _0x18e57f!==_0x547911;},'XdDZw':_0x40aac5(0xc4),'cOgoG':_0x40aac5(0xfd),'spSwj':function(_0xe54d09,_0x3fbff9){return _0xe54d09===_0x3fbff9;},'sNCdL':_0x40aac5(0x10b),'hTJBP':_0x40aac5(0xe6),'KmyKU':'envelope'};super(_0x598527),_0x598527['eventBroadcaster']['on'](_0xdabf7f['KmyKU'],_0x393258=>{const _0x5edf3c=_0x40aac5,_0x51415c={'zEzIy':function(_0x3425a8,_0x5eef15,_0x4803ac){const _0x3b9a37=a3_0x56c5;return _0xdabf7f[_0x3b9a37(0x85)](_0x3425a8,_0x5eef15,_0x4803ac);},'EJLtU':_0xdabf7f[_0x5edf3c(0x127)],'PqgDQ':_0xdabf7f[_0x5edf3c(0x128)],'TysJT':function(_0x356440,_0x9a6b9a){const _0x94afda=_0x5edf3c;return _0xdabf7f[_0x94afda(0xb2)](_0x356440,_0x9a6b9a);},'BirNX':_0xdabf7f[_0x5edf3c(0xd2)],'bbWys':function(_0x1a0383,_0x2e5958){const _0x18ae0d=_0x5edf3c;return _0xdabf7f[_0x18ae0d(0xc9)](_0x1a0383,_0x2e5958);}};if(_0xdabf7f[_0x5edf3c(0x82)](_0xdabf7f[_0x5edf3c(0x11c)],_0xdabf7f[_0x5edf3c(0x11c)])){if(_0x393258[_0x5edf3c(0xfa)])_0xdabf7f[_0x5edf3c(0x82)](_0xdabf7f[_0x5edf3c(0x8d)],_0xdabf7f[_0x5edf3c(0xea)])?this[_0x5edf3c(0xa5)](_0xdabf7f[_0x5edf3c(0xab)](_0xdabf7f[_0x5edf3c(0xa1)]('\x0a',_0x239de5['__platform']),'\x0a')):testSuites+=0x1;else{if(_0x393258['testRunStarted']){if(_0xdabf7f[_0x5edf3c(0x82)](_0xdabf7f[_0x5edf3c(0xb7)],_0xdabf7f['gNqPp'])){const _0x33aa12=_0x276561[_0x5edf3c(0xf9)](_0x10da02['env'][_0x5edf3c(0xe5)]);_0x3988f1=_0x33aa12['capability'];}else{let _0xc50a20;if(_0xdabf7f[_0x5edf3c(0x117)](process['env']['CONFIG'],undefined)){if(_0xdabf7f[_0x5edf3c(0x117)](_0xdabf7f[_0x5edf3c(0x121)],_0xdabf7f[_0x5edf3c(0x121)])){_0xa36366+=0x1,this[_0x5edf3c(0xa5)](_0xdabf7f[_0x5edf3c(0x94)](_0xdabf7f[_0x5edf3c(0x94)](_0xdabf7f[_0x5edf3c(0x114)](_0xdabf7f[_0x5edf3c(0xa1)](_0xdabf7f[_0x5edf3c(0x114)](_0xdabf7f[_0x5edf3c(0xdf)],_0x3b183c[_0x5edf3c(0x87)]),_0x5994fe[_0x5edf3c(0xd0)]||''),_0xdabf7f['bHAKq']),_0x5aa973[_0x335011[_0x5edf3c(0xdc)][_0x5edf3c(0x119)]]),'\x0a')),this['incrementCounter'](_0x3013b3[_0x51db51[_0x5edf3c(0xdc)]['status']]);if(_0xdabf7f['FgCSM'](_0x552e56[_0x509be2['result'][_0x5edf3c(0x119)]],_0xdabf7f[_0x5edf3c(0xf1)])){_0x1823d7=!![];const _0x588efb=_0xdabf7f[_0x5edf3c(0x104)](_0x30d35a,_0x1831fa,[_0xdabf7f[_0x5edf3c(0x127)],_0xdabf7f[_0x5edf3c(0x128)]]);_0x588efb&&(_0x5429a3[_0xdabf7f[_0x5edf3c(0xb0)](_0xdabf7f[_0x5edf3c(0xab)](_0x392c06[_0x5edf3c(0x92)][_0x5edf3c(0xca)][_0x5edf3c(0xfe)],_0xdabf7f[_0x5edf3c(0xd2)]),_0x3207ad['pickle'][_0x5edf3c(0xfe)])]=_0x588efb,this[_0x5edf3c(0xa5)](_0xdabf7f[_0x5edf3c(0x94)](_0x588efb,'\x0a')));}}else{const _0x1bdf52=JSON[_0x5edf3c(0xf9)](process[_0x5edf3c(0x9c)]['CONFIG']);_0xc50a20=_0x1bdf52[_0x5edf3c(0xb8)];}}if(_0xdabf7f['HQCbg'](_0xc50a20,undefined)){if(_0xdabf7f[_0x5edf3c(0x82)](_0xdabf7f[_0x5edf3c(0xc0)],_0xdabf7f[_0x5edf3c(0xbb)])){_0x188960=!![];const _0x367bb9=_0x51415c[_0x5edf3c(0xb3)](_0x10ba99,_0x39f83e,[_0x51415c[_0x5edf3c(0xed)],_0x51415c[_0x5edf3c(0xfc)]]);_0x367bb9&&(_0x374902[_0x51415c[_0x5edf3c(0x83)](_0x51415c[_0x5edf3c(0x83)](_0x1b96c8[_0x5edf3c(0x92)][_0x5edf3c(0xca)][_0x5edf3c(0xfe)],_0x51415c['BirNX']),_0x21bbf1[_0x5edf3c(0x10d)][_0x5edf3c(0xfe)])]=_0x367bb9,this[_0x5edf3c(0xa5)](_0x51415c[_0x5edf3c(0xe7)](_0x367bb9,'\x0a')));}else global[_0x5edf3c(0xcb)]=_0xdabf7f[_0x5edf3c(0xf8)](getPlatformName,_0xc50a20),this['log'](_0xdabf7f[_0x5edf3c(0xc9)](_0x5edf3c(0xbc)+global['__platform'],'\x0a'));}}}else{if(_0x393258[_0x5edf3c(0xcd)])_0xdabf7f[_0x5edf3c(0xa2)](_0xdabf7f[_0x5edf3c(0xba)],_0xdabf7f[_0x5edf3c(0xb4)])?this[_0x5edf3c(0xf0)](_0x393258['testCaseFinished']):(_0x156821[_0x5edf3c(0xcb)]=_0xdabf7f['eQJfb'](_0xc908a8,_0x1ec9b9),this[_0x5edf3c(0xa5)](_0xdabf7f['fmFtN'](_0x5edf3c(0xbc)+_0x24e0e1[_0x5edf3c(0xcb)],'\x0a')));else{if(_0x393258[_0x5edf3c(0x107)]){if(_0xdabf7f[_0x5edf3c(0xbf)](_0xdabf7f[_0x5edf3c(0xc2)],_0xdabf7f[_0x5edf3c(0xe4)])){if(_0xdabf7f[_0x5edf3c(0x88)](_0x30ba04[_0x5edf3c(0xc8)],_0x1c2a3d))return![];if(_0x3f94a7[_0x5edf3c(0x100)]&&_0x233d4a[_0x5edf3c(0x100)][_0x5edf3c(0xde)]['includes'](_0xdabf7f['jCkid']))return!![];return![];}else this[_0x5edf3c(0xb1)](_0x393258[_0x5edf3c(0x107)]);}}}}}else _0x40d958+=0x1;});}['logTestCaseFinished'](_0x590693){const _0x4a14e9=a3_0x3c7690,_0x247389={'aeEmh':function(_0x33b89e,_0x44c1e7){return _0x33b89e!==_0x44c1e7;},'uVBZn':function(_0x1e3820,_0x401bfd){return _0x1e3820!==_0x401bfd;},'NFRjy':function(_0xa4baed,_0x2865f1){return _0xa4baed(_0x2865f1);},'Nqhrs':function(_0x5f2f40,_0x555423){return _0x5f2f40+_0x555423;},'xgCcx':function(_0x225ae9,_0x15e4b5){return _0x225ae9!==_0x15e4b5;},'etEvf':_0x4a14e9(0x8b),'tlRgC':function(_0x43ad1d,_0x3ab730){return _0x43ad1d+_0x3ab730;},'sXUtP':function(_0x1ec750,_0x424eae){return _0x1ec750+_0x424eae;},'txEFR':_0x4a14e9(0x10a),'nPdQm':'\x20-\x20','vdlSA':function(_0x3db235,_0x15ce27){return _0x3db235===_0x15ce27;},'dImAZ':'FAILED','kIfSs':function(_0x245fd8,_0x31f745,_0x411f44){return _0x245fd8(_0x31f745,_0x411f44);},'WOrfT':'result','qoVDx':'message','TcFJS':function(_0x59f1f0,_0x2f23bb){return _0x59f1f0+_0x2f23bb;},'lEEwB':function(_0x58b52c,_0xc917){return _0x58b52c===_0xc917;},'tZAaN':_0x4a14e9(0xd6),'kxBHo':function(_0x487b1b,_0x30733a){return _0x487b1b!==_0x30733a;},'vJpbW':_0x4a14e9(0xbe),'zxzra':_0x4a14e9(0x8c),'OLLnM':function(_0x34caaf,_0x1edb48){return _0x34caaf+_0x1edb48;},'TyAmy':function(_0xe02310,_0x33af0a){return _0xe02310===_0x33af0a;},'zFPfO':function(_0x4f397f,_0x24db6d){return _0x4f397f===_0x24db6d;},'fZcuj':_0x4a14e9(0xf3),'FSTWg':'agEAb','XkggS':function(_0x109a99,_0x51719c,_0x291ab4){return _0x109a99(_0x51719c,_0x291ab4);},'SnfRx':'fFHGF','tPVqI':'ITCKO','EJIQe':function(_0xf17ae6,_0x293a13){return _0xf17ae6+_0x293a13;},'uKKEx':function(_0x567466,_0x26f5e1){return _0x567466+_0x26f5e1;},'KXwBm':function(_0x270eba,_0x45c603){return _0x270eba!==_0x45c603;},'uqKOW':_0x4a14e9(0x99),'SelqN':_0x4a14e9(0x113),'sKIXT':function(_0x53685c,_0x3251a9){return _0x53685c+_0x3251a9;},'dHnMA':function(_0x4e8ab2,_0x3fe27d){return _0x4e8ab2+_0x3fe27d;},'jgFwF':function(_0x137fe1,_0x1ec38c){return _0x137fe1+_0x1ec38c;},'ozycC':_0x4a14e9(0x11b)};if(_0x247389[_0x4a14e9(0x80)](global['__platform'],undefined)){if(_0x247389[_0x4a14e9(0xdd)](_0x247389['uqKOW'],_0x247389[_0x4a14e9(0xd1)]))this['log'](_0x247389[_0x4a14e9(0x126)](_0x247389['dHnMA']('\x0a',global[_0x4a14e9(0xcb)]),'\x0a'));else{let _0x3e28bb;if(_0x247389['aeEmh'](_0x36d740[_0x4a14e9(0x9c)]['CONFIG'],_0x1941c0)){const _0x1537af=_0x180196[_0x4a14e9(0xf9)](_0x23fd6c[_0x4a14e9(0x9c)][_0x4a14e9(0xe5)]);_0x3e28bb=_0x1537af[_0x4a14e9(0xb8)];}_0x247389['uVBZn'](_0x3e28bb,_0x3dab30)&&(_0x510929[_0x4a14e9(0xcb)]=_0x247389['NFRjy'](_0x410952,_0x3e28bb),this[_0x4a14e9(0xa5)](_0x247389[_0x4a14e9(0xff)](_0x4a14e9(0xbc)+_0x4c81c1['__platform'],'\x0a')));}}const _0x3d8246=this[_0x4a14e9(0x123)][_0x4a14e9(0x106)](_0x590693[_0x4a14e9(0xc3)]);this[_0x4a14e9(0xa5)](_0x247389[_0x4a14e9(0xb5)](_0x247389[_0x4a14e9(0x10e)](_0x247389[_0x4a14e9(0xff)](_0x247389[_0x4a14e9(0x84)]('\x20\x20',_0x3d8246[_0x4a14e9(0x92)][_0x4a14e9(0xca)][_0x4a14e9(0xfe)]),_0x247389['nPdQm']),_0x3d8246[_0x4a14e9(0x10d)][_0x4a14e9(0xfe)]),'\x0a'));const _0x3bd24c={};_0x3bd24c['cwd']=this[_0x4a14e9(0x109)],_0x3bd24c['snippetBuilder']=this[_0x4a14e9(0x102)],_0x3bd24c[_0x4a14e9(0x9f)]=this[_0x4a14e9(0x9f)],_0x3bd24c[_0x4a14e9(0x116)]=_0x3d8246;const _0x405577=formatterHelpers[_0x4a14e9(0xe2)](_0x3bd24c);let _0x416f31=![];_0x405577[_0x4a14e9(0xc6)][_0x4a14e9(0x86)](_0x4859c8=>{const _0x575e6e=_0x4a14e9,_0x3e725={'anXZP':function(_0x1848e2,_0x284497){return _0x247389['xgCcx'](_0x1848e2,_0x284497);},'ThcWp':_0x247389[_0x575e6e(0xf6)],'bebWX':function(_0x22725a,_0x52e2fe){const _0x370102=_0x575e6e;return _0x247389[_0x370102(0xff)](_0x22725a,_0x52e2fe);},'SoLzh':function(_0x8145e,_0x2a554c){const _0x1cbf69=_0x575e6e;return _0x247389[_0x1cbf69(0xb6)](_0x8145e,_0x2a554c);},'FICKX':function(_0x5bfd86,_0x11dcf5){return _0x247389['sXUtP'](_0x5bfd86,_0x11dcf5);},'xyBwt':function(_0x56a76f,_0x2952c3){const _0x51d123=_0x575e6e;return _0x247389[_0x51d123(0xff)](_0x56a76f,_0x2952c3);},'OIqxQ':_0x247389[_0x575e6e(0x98)],'fPOLT':_0x247389[_0x575e6e(0xf4)],'EBqsV':function(_0x561d93,_0x1ccee9){const _0x107fdc=_0x575e6e;return _0x247389[_0x107fdc(0x110)](_0x561d93,_0x1ccee9);},'BvFoG':_0x247389[_0x575e6e(0xc1)],'XQNFH':function(_0x4079fa,_0x3c0536,_0x4f1821){return _0x247389['kIfSs'](_0x4079fa,_0x3c0536,_0x4f1821);},'PykjV':_0x247389['WOrfT'],'lcfWv':_0x247389[_0x575e6e(0x90)],'AsynF':function(_0x2452e8,_0x50d440){const _0x12c0f7=_0x575e6e;return _0x247389[_0x12c0f7(0xb5)](_0x2452e8,_0x50d440);}};if(_0x247389[_0x575e6e(0x95)](_0x247389[_0x575e6e(0xb9)],_0x247389[_0x575e6e(0xb9)])){if(_0x247389[_0x575e6e(0x103)](_0x4859c8[_0x575e6e(0xfe)],_0x247389['etEvf'])&&!this[_0x575e6e(0x11f)](_0x4859c8)){if(_0x247389[_0x575e6e(0x103)](_0x247389[_0x575e6e(0xee)],_0x247389[_0x575e6e(0xec)])){totalTests+=0x1,this[_0x575e6e(0xa5)](_0x247389['sXUtP'](_0x247389[_0x575e6e(0xae)](_0x247389['tlRgC'](_0x247389[_0x575e6e(0xff)](_0x247389['OLLnM'](_0x247389[_0x575e6e(0x98)],_0x4859c8[_0x575e6e(0x87)]),_0x4859c8[_0x575e6e(0xd0)]||''),_0x247389[_0x575e6e(0xf4)]),Status[_0x4859c8[_0x575e6e(0xdc)][_0x575e6e(0x119)]]),'\x0a')),this[_0x575e6e(0xbd)](Status[_0x4859c8[_0x575e6e(0xdc)][_0x575e6e(0x119)]]);if(_0x247389[_0x575e6e(0x112)](Status[_0x4859c8['result'][_0x575e6e(0x119)]],_0x247389[_0x575e6e(0xc1)])){if(_0x247389[_0x575e6e(0x93)](_0x247389[_0x575e6e(0xe3)],_0x247389[_0x575e6e(0x91)])){if(_0x3e725['anXZP'](_0x51e42c[_0x575e6e(0xfe)],_0x3e725['ThcWp'])&&!this['isBstackHook'](_0x415746)){_0x135b8e+=0x1,this[_0x575e6e(0xa5)](_0x3e725[_0x575e6e(0xcc)](_0x3e725[_0x575e6e(0xad)](_0x3e725['FICKX'](_0x3e725[_0x575e6e(0x11e)](_0x3e725['bebWX'](_0x3e725['OIqxQ'],_0x14e057[_0x575e6e(0x87)]),_0x46b6bb['text']||''),_0x3e725[_0x575e6e(0xf2)]),_0x53a817[_0x15bd2a['result'][_0x575e6e(0x119)]]),'\x0a')),this[_0x575e6e(0xbd)](_0xc9a295[_0x4541f4[_0x575e6e(0xdc)][_0x575e6e(0x119)]]);if(_0x3e725[_0x575e6e(0xef)](_0x5f1e81[_0x24455f[_0x575e6e(0xdc)][_0x575e6e(0x119)]],_0x3e725[_0x575e6e(0x7f)])){_0x2ac149=!![];const _0x4611f3=_0x3e725['XQNFH'](_0x1653e5,_0x314ac8,[_0x3e725[_0x575e6e(0xa3)],_0x3e725[_0x575e6e(0x122)]]);_0x4611f3&&(_0x26b0a3[_0x3e725[_0x575e6e(0x11e)](_0x3e725[_0x575e6e(0xcc)](_0x2faeea['gherkinDocument'][_0x575e6e(0xca)]['name'],_0x3e725[_0x575e6e(0xf2)]),_0x386fd6[_0x575e6e(0x10d)][_0x575e6e(0xfe)])]=_0x4611f3,this[_0x575e6e(0xa5)](_0x3e725['AsynF'](_0x4611f3,'\x0a')));}}}else{_0x416f31=!![];const _0x48efa4=_0x247389[_0x575e6e(0x118)](nestedKeyValue,_0x4859c8,[_0x247389[_0x575e6e(0xd5)],_0x247389[_0x575e6e(0x90)]]);_0x48efa4&&(_0x247389[_0x575e6e(0x103)](_0x247389[_0x575e6e(0x105)],_0x247389[_0x575e6e(0x115)])?(testsErrorMessage[_0x247389[_0x575e6e(0xa4)](_0x247389[_0x575e6e(0x8f)](_0x3d8246[_0x575e6e(0x92)][_0x575e6e(0xca)][_0x575e6e(0xfe)],_0x247389['nPdQm']),_0x3d8246[_0x575e6e(0x10d)][_0x575e6e(0xfe)])]=_0x48efa4,this['log'](_0x247389['uKKEx'](_0x48efa4,'\x0a'))):_0x2152b8+=0x1);}}}else return!![];}}else this[_0x575e6e(0xb1)](_0x2eda39['testRunFinished']);}),_0x416f31&&(_0x247389[_0x4a14e9(0x101)](_0x247389[_0x4a14e9(0x11a)],_0x247389[_0x4a14e9(0x11a)])?this[_0x4a14e9(0xf0)](_0x45a206['testCaseFinished']):testSuitesFailed+=0x1),this[_0x4a14e9(0xa5)]('\x0a');}[a3_0x3c7690(0xb1)](_0x46b945){}['isBstackHook'](_0xe28e43){const _0x2e84af=a3_0x3c7690,_0xd9aa9d={};_0xd9aa9d['qmFmE']=function(_0x4675b5,_0x861c18){return _0x4675b5+_0x861c18;},_0xd9aa9d['TgWDs']='\x20-\x20',_0xd9aa9d[_0x2e84af(0xac)]=function(_0x1cba55,_0x56ab55){return _0x1cba55+_0x56ab55;},_0xd9aa9d[_0x2e84af(0xa7)]=function(_0x4488a7,_0x1910be){return _0x4488a7!==_0x1910be;},_0xd9aa9d[_0x2e84af(0x9b)]=function(_0x3a9e3a,_0x9a976a){return _0x3a9e3a===_0x9a976a;},_0xd9aa9d[_0x2e84af(0xd7)]=_0x2e84af(0xda),_0xd9aa9d[_0x2e84af(0xc5)]=_0x2e84af(0xe1),_0xd9aa9d[_0x2e84af(0xaa)]=_0x2e84af(0xf5),_0xd9aa9d[_0x2e84af(0x9e)]=function(_0x1d8c96,_0x436d90){return _0x1d8c96!==_0x436d90;},_0xd9aa9d[_0x2e84af(0x89)]='gxAJc',_0xd9aa9d[_0x2e84af(0xe0)]=_0x2e84af(0x10f);const _0x5db580=_0xd9aa9d;if(_0x5db580[_0x2e84af(0xa7)](_0xe28e43[_0x2e84af(0xc8)],undefined))return _0x5db580['lNThz'](_0x5db580[_0x2e84af(0xd7)],_0x5db580['Besjv'])?![]:![];if(_0xe28e43[_0x2e84af(0x100)]&&_0xe28e43[_0x2e84af(0x100)]['uri'][_0x2e84af(0x96)](_0x5db580[_0x2e84af(0xaa)])){if(_0x5db580[_0x2e84af(0x9e)](_0x5db580['nmFoo'],_0x5db580['yhEZr']))return!![];else _0x5e2222[_0x5db580[_0x2e84af(0x10c)](_0x5db580[_0x2e84af(0x10c)](_0x90c007['gherkinDocument'][_0x2e84af(0xca)]['name'],_0x5db580[_0x2e84af(0xce)]),_0x37b8a6[_0x2e84af(0x10d)][_0x2e84af(0xfe)])]=_0x13d999,this[_0x2e84af(0xa5)](_0x5db580[_0x2e84af(0xac)](_0x4d6365,'\x0a'));}return![];}[a3_0x3c7690(0xbd)](_0x5de392){const _0x151829=a3_0x3c7690,_0x3dcb35={};_0x3dcb35[_0x151829(0x9d)]=_0x151829(0x111),_0x3dcb35[_0x151829(0xcf)]='PASSED',_0x3dcb35['faluB']=_0x151829(0xa9),_0x3dcb35[_0x151829(0x9a)]=_0x151829(0x97),_0x3dcb35[_0x151829(0x8a)]='UNDEFINED',_0x3dcb35[_0x151829(0x108)]=_0x151829(0xfb),_0x3dcb35[_0x151829(0xa6)]=_0x151829(0xeb);const _0x37f960=_0x3dcb35;switch(_0x5de392){case _0x37f960[_0x151829(0x9d)]:testsFailed+=0x1;break;case _0x37f960[_0x151829(0xcf)]:testsPassed+=0x1;break;case _0x37f960['faluB']:testsSkipped+=0x1;break;case _0x37f960['efVvS']:testsPending+=0x1;break;case _0x37f960[_0x151829(0x8a)]:testsUndefined+=0x1;break;case _0x37f960['idrSp']:testsUnknown+=0x1;break;case _0x37f960['xKFQT']:testsAmbiguous+=0x1;break;default:break;}}}module['exports']=BrowserstackFormatter;function a3_0x56c5(_0x50aa5c,_0x586cba){const _0xd1fdec=a3_0xd1fd();return a3_0x56c5=function(_0x56c575,_0x13c7bf){_0x56c575=_0x56c575-0x7f;let _0x5d1e3=_0xd1fdec[_0x56c575];return _0x5d1e3;},a3_0x56c5(_0x50aa5c,_0x586cba);}function a3_0xd1fd(){const _0x315ca7=['supportCodeLibrary','56838qzMEmG','sJwXw','BScUH','PykjV','OLLnM','log','xKFQT','ctaZU','TcEnH','SKIPPED','mrNsS','WfHaH','NWVwC','SoLzh','sXUtP','56VpbPHG','fmFtN','logTestRunFinished','PwOBG','zEzIy','cOgoG','TcFJS','tlRgC','UiFHt','capability','tZAaN','XdDZw','CYYgq','Executing\x20tests\x20for\x20','incrementCounter','lSYyn','spSwj','YuYUd','dImAZ','sNCdL','testCaseStartedId','ujiIA','Besjv','testSteps','132846gGJQYx','sourceLocation','WZayW','feature','__platform','bebWX','testCaseFinished','TgWDs','TGRGF','text','SelqN','bHAKq','278227jfEJfD','830uhDUej','WOrfT','zqKBp','QYkFi','43528kfOFUP','499484xyIsjH','jsLlQ','155uLeXvP','result','KXwBm','uri','KarQY','yhEZr','HOwgk','parseTestCaseAttempt','fZcuj','hTJBP','CONFIG','moQne','bbWys','@cucumber/cucumber','85382aDVAiQ','HXFVJ','AMBIGUOUS','zxzra','EJLtU','vJpbW','EBqsV','logTestCaseFinished','FOihm','fPOLT','JOkmY','nPdQm','cucumber-js/test.setup.js','etEvf','LMRRh','eQJfb','parse','testCaseStarted','UNKNOWN','PqgDQ','NBwQt','name','Nqhrs','actionLocation','xgCcx','snippetBuilder','kxBHo','Fxdsc','SnfRx','getTestCaseAttempt','testRunFinished','idrSp','cwd','\x20\x20\x20\x20','jYtTR','qmFmE','pickle','dHnMA','rpkfN','vdlSA','FAILED','TyAmy','zzBYy','UwnVF','tPVqI','testCaseAttempt','HQCbg','XkggS','status','ozycC','VcFTK','dPngi','PHWaa','xyBwt','isBstackHook','\x20-\x20','EDwpX','lcfWv','eventDataCollector','286668OxMGue','Reras','sKIXT','zzqGU','ROIqL','BvFoG','uVBZn','KOZhh','FgCSM','TysJT','jgFwF','WZkbI','forEach','keyword','TduwB','nmFoo','VRmeZ','bstack','KTFrY','CIkrE','12CQbsAy','EJIQe','qoVDx','FSTWg','gherkinDocument','zFPfO','LzqTH','lEEwB','includes','PENDING','txEFR','Cqlaf','efVvS','lNThz','env','uyhIS','abjse'];a3_0xd1fd=function(){return _0x315ca7;};return a3_0xd1fd();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a4_0x19e58d=a4_0x9bbb;function a4_0x9bbb(_0x4a633d,_0x440aa1){const _0x5b03a7=a4_0x5b03();return a4_0x9bbb=function(_0x9bbb9f,_0x57288d){_0x9bbb9f=_0x9bbb9f-0xe0;let _0x582da6=_0x5b03a7[_0x9bbb9f];return _0x582da6;},a4_0x9bbb(_0x4a633d,_0x440aa1);}(function(_0x4dae29,_0x46f98f){const _0x475c24=a4_0x9bbb,_0x1653a3=_0x4dae29();while(!![]){try{const _0x308f6d=-parseInt(_0x475c24(0xe8))/0x1+parseInt(_0x475c24(0x13f))/0x2*(parseInt(_0x475c24(0x105))/0x3)+parseInt(_0x475c24(0x136))/0x4+-parseInt(_0x475c24(0x124))/0x5+-parseInt(_0x475c24(0x15d))/0x6+parseInt(_0x475c24(0xec))/0x7*(-parseInt(_0x475c24(0x12b))/0x8)+parseInt(_0x475c24(0xed))/0x9*(parseInt(_0x475c24(0x186))/0xa);if(_0x308f6d===_0x46f98f)break;else _0x1653a3['push'](_0x1653a3['shift']());}catch(_0x130f26){_0x1653a3['push'](_0x1653a3['shift']());}}}(a4_0x5b03,0x6f706));const {requireModule,getPlatformName,nestedKeyValue}=require(a4_0x19e58d(0x121)),{Formatter}=requireModule(a4_0x19e58d(0x172)),pickleParser=requireModule(a4_0x19e58d(0xfb));function a4_0x5b03(){const _0x4b1d25=['LxAJA','TpHod','EyCZD','GDjvp','CUzHP','toUpperCase','NhLbQ','otMRG','cucumber-js/test_old.setup.js','feature','UNKNOWN','NOhvS','DmMug','Mxtyn','jpRFA','qTZqJ','qEzsg','cZlnG','udhzo','hxkuk','test-run-finished','sourceLocation','WLNew','aFcjE','127662RBHBtF','name','gISwJ','PrFZX','16793mZxnYe','9ufgKXP','PeiHa','QnDNQ','jhFrU','xvgah','ONDEw','CvQri','JQXEA','env','JATJg','HeRNd','dLBkD','QLBwd','ezmuV','cucumber/lib/formatter/helpers/pickle_parser.js','baNso','DmCJW','test-case-finished','jXtdy','PVKKn','EXjtZ','yYryT','LPrBu','QqpZV','471ceUUPN','getTestCaseData','VgAHt','yobpw','eTnmA','stack','zrPjx','XFGIx','TtVsZ','OmfOD','uri','oUgAu','Executing\x20tests\x20for\x20','\x20-\x20','UxLQf','ZkQda','EHgOP','EGmqF','testCase','hxTvx','cLjoe','gherkinDocument','\x20\x20\x20\x20','nycwE','sESqc','pickle','DouFO','AMBIGUOUS','../../../helpers/helper','__platform','FrYMG','1826670Waanyi','eventDataCollector','actionLocation','DlKkd','rftnY','sljzt','\x20\x20\x20\x20BEFORE\x20-\x20','2480JnAFdl','test-step-started','ILsoC','YzwWp','forEach','zAmGj','MxhKJ','nWWIV','unQlS','exports','AQSkn','733252ngwsrG','mzUHM','QrIXe','BnlXI','length','yRdXS','rTBmJ','BgTCr','VAbzw','5288GMCOUo','VSoML','tWilA','ftUPn','LsJxy','test-case-started','HgjTm','AeFBS','PENDING','dFqdF','sWClR','TdjZE','mtemP','ECOHM','FLNfi','PSKKX','KWVmc','yGcnK','CHlic','QzEGS','VEhQQ','logTestCaseFinished','fRLNt','mPyum','OlyYv','cBNcf','aPbJd','\x20\x20\x20\x20AFTER\x20-\x20','gBopM','KEEan','2181780ZBnapM','vbnJi','text','UsvLf','log','steps','jyHBO','EfguX','capability','eventBroadcaster','JvZIq','getStepLineToPickledStepMap','HrNwW','kijdx','ptDRX','includes','OdoGX','stepResults','CONFIG','UWezq','DByjL','cucumber','result','aOAhq','lJLCS','feHFL','wIukJ','dXPrH','gKJNz','AoJCl','RhhCX','yxrVE','line','vXnAg','status','nmTOL','SKIPPED','YPXyS','NYjGe','UNsfq','rYBBs','14583490WcrPsP','sRKCY','okKvM','FAILED','cNqib','parse'];a4_0x5b03=function(){return _0x4b1d25;};return a4_0x5b03();}class BrowserstackFormatter extends Formatter{constructor(_0x18d834){const _0x3c4eab=a4_0x19e58d,_0xef5b76={'aFcjE':function(_0x1bc34a,_0x255303){return _0x1bc34a+_0x255303;},'udhzo':function(_0x27e6c8,_0x485a50){return _0x27e6c8+_0x485a50;},'Ubwti':_0x3c4eab(0x11b),'NZzXJ':_0x3c4eab(0x112),'GDjvp':function(_0x3b708f,_0x53c88c){return _0x3b708f(_0x53c88c);},'CUzHP':function(_0x351117,_0x2306e5){return _0x351117!==_0x2306e5;},'aotMI':_0x3c4eab(0x167),'gBopM':_0x3c4eab(0x14b),'IOmRU':function(_0x1d03fe,_0x48a680){return _0x1d03fe===_0x48a680;},'FcPPg':_0x3c4eab(0x116),'LsJxy':_0x3c4eab(0x14c),'jXtdy':function(_0x145592,_0x50c55f){return _0x145592!==_0x50c55f;},'QnDNQ':'GhJMT','PVKKn':function(_0x370638,_0x1127a7){return _0x370638(_0x1127a7);},'nWWIV':_0x3c4eab(0x194),'EETrp':function(_0x53297e,_0x1eb994){return _0x53297e(_0x1eb994);},'qTZqJ':function(_0x59a42a,_0x1c39a0){return _0x59a42a+_0x1c39a0;},'lJLCS':_0x3c4eab(0x15a),'zrPjx':_0x3c4eab(0x12a),'OmfOD':function(_0x2c2fce,_0x4d8f32){return _0x2c2fce===_0x4d8f32;},'VgAHt':_0x3c4eab(0x152),'TdjZE':function(_0x5914f4,_0x55261b){return _0x5914f4+_0x55261b;},'OOXbN':function(_0x43ed13,_0x3d0b30){return _0x43ed13===_0x3d0b30;},'sljzt':_0x3c4eab(0x169),'jyHBO':function(_0x585756,_0x324eaa){return _0x585756===_0x324eaa;},'cZlnG':_0x3c4eab(0x159),'RhhCX':_0x3c4eab(0x197),'YPXyS':_0x3c4eab(0x150),'OlyYv':'test-run-started','baNso':_0x3c4eab(0x144),'ybOxj':_0x3c4eab(0xfe),'DmCJW':_0x3c4eab(0xe4),'cNqib':_0x3c4eab(0x12c)};super(_0x18d834),_0x18d834['eventBroadcaster']['on'](_0xef5b76[_0x3c4eab(0x157)],()=>{const _0x29c78e=_0x3c4eab,_0x4d268b={'XFGIx':function(_0x33203c,_0x32e632){return _0xef5b76['aFcjE'](_0x33203c,_0x32e632);},'CvQri':function(_0x1c05b9,_0xc937fc){const _0x4f992d=a4_0x9bbb;return _0xef5b76[_0x4f992d(0xe7)](_0x1c05b9,_0xc937fc);},'TtVsZ':function(_0x96a0fe,_0x41b64f){const _0x583dab=a4_0x9bbb;return _0xef5b76[_0x583dab(0xe2)](_0x96a0fe,_0x41b64f);},'DouFO':_0xef5b76['Ubwti'],'xvgah':_0xef5b76['NZzXJ'],'UsvLf':function(_0x382206,_0x3fecb3){const _0x4359bd=a4_0x9bbb;return _0xef5b76[_0x4359bd(0x18f)](_0x382206,_0x3fecb3);}};if(_0xef5b76[_0x29c78e(0x190)](_0xef5b76['aotMI'],_0xef5b76[_0x29c78e(0x15b)])){let _0x1d85ad;if(_0xef5b76[_0x29c78e(0x190)](process['env'][_0x29c78e(0x16f)],undefined)){if(_0xef5b76['IOmRU'](_0xef5b76['FcPPg'],_0xef5b76[_0x29c78e(0x143)]))_0x866989[_0x29c78e(0x161)](_0xef5b76[_0x29c78e(0xe7)](_0xef5b76[_0x29c78e(0xe7)]('\x0a',_0x1afa6d[_0x29c78e(0x122)]),'\x0a'));else{const _0x2fd740=JSON[_0x29c78e(0x18b)](process[_0x29c78e(0xf5)][_0x29c78e(0x16f)]);_0x1d85ad=_0x2fd740[_0x29c78e(0x165)];}}_0xef5b76[_0x29c78e(0x190)](_0x1d85ad,undefined)&&(_0xef5b76[_0x29c78e(0xff)](_0xef5b76['QnDNQ'],_0xef5b76[_0x29c78e(0xef)])?(_0x15a34d=!![],_0x18cf8[_0x29c78e(0x161)](_0x4d268b[_0x29c78e(0x10c)](_0x4d268b[_0x29c78e(0xf3)](_0x4d268b[_0x29c78e(0x10d)](_0x4d268b[_0x29c78e(0x11f)],_0x186804[_0x1cdbf6['sourceLocation'][_0x29c78e(0x17d)]][_0x29c78e(0x15f)]),_0x4d268b[_0x29c78e(0xf1)]),_0xcf81a[_0x29c78e(0x173)][_0x29c78e(0x17f)][_0x29c78e(0x191)]())),_0x4d268b[_0x29c78e(0x160)](_0x9b1e0a,_0x481cb3['result'][_0x29c78e(0x17f)]['toUpperCase']())):(global['__platform']=_0xef5b76[_0x29c78e(0x100)](getPlatformName,_0x1d85ad),console[_0x29c78e(0x161)]('Executing\x20tests\x20for\x20'+global[_0x29c78e(0x122)])));}else _0x324f7c+=0x1;}),_0x18d834[_0x3c4eab(0x166)]['on'](_0xef5b76[_0x3c4eab(0xfc)],()=>{const _0x2c2554=_0x3c4eab;_0xef5b76[_0x2c2554(0x10e)](_0xef5b76[_0x2c2554(0x107)],_0xef5b76['VgAHt'])?testSuites+=0x1:!_0x252403[_0x2c2554(0x126)][_0x2c2554(0x10f)]['includes'](_0xef5b76[_0x2c2554(0x132)])&&(_0xef5b76['EETrp'](_0x3b635f,_0x205199[_0x311567]['status'][_0x2c2554(0x191)]()),_0x3d3e80?_0x1f912b[_0x2c2554(0x161)](_0xef5b76[_0x2c2554(0x19b)](_0xef5b76[_0x2c2554(0x175)],_0x41c78e[_0x2f6496][_0x2c2554(0x17f)]['toUpperCase']())):_0x1da08c['log'](_0xef5b76[_0x2c2554(0xe7)](_0xef5b76[_0x2c2554(0x10b)],_0x588984[_0x52f92d]['status'][_0x2c2554(0x191)]())));}),_0x18d834[_0x3c4eab(0x166)]['on'](_0xef5b76['ybOxj'],_0x405e90=>{const _0x5d3ce2=_0x3c4eab;_0xef5b76['OOXbN'](_0xef5b76['sljzt'],_0xef5b76[_0x5d3ce2(0x129)])?this[_0x5d3ce2(0x154)](_0x405e90):_0x2fbcf6[_0x5d3ce2(0x161)](_0xef5b76['TdjZE'](_0xef5b76[_0x5d3ce2(0x175)],_0x477aff[_0x2ac75a][_0x5d3ce2(0x17f)]['toUpperCase']()));}),_0x18d834[_0x3c4eab(0x166)]['on'](_0xef5b76[_0x3c4eab(0xfd)],()=>{const _0x5e044a=_0x3c4eab,_0x586c10={'EXjtZ':function(_0xb69f71,_0x1c6bc0){const _0x1847d5=a4_0x9bbb;return _0xef5b76[_0x1847d5(0x14a)](_0xb69f71,_0x1c6bc0);},'yobpw':_0xef5b76['NZzXJ']};_0xef5b76[_0x5e044a(0x163)](_0xef5b76[_0x5e044a(0xe1)],_0xef5b76[_0x5e044a(0x17b)])?(_0x1078cc[_0x586c10[_0x5e044a(0x101)](_0x586c10[_0x5e044a(0x101)](_0x5d48a4['gherkinDocument'][_0x5e044a(0x195)][_0x5e044a(0xe9)],_0x586c10[_0x5e044a(0x108)]),_0xaf18ee[_0x5e044a(0x11e)][_0x5e044a(0xe9)])]=_0x10259,_0x224d9c['log'](_0x586c10['EXjtZ'](_0x2a0fc8,'\x0a'))):totalTests-=0x2;}),_0x18d834['eventBroadcaster']['on'](_0xef5b76[_0x3c4eab(0x18a)],()=>{const _0x577475=_0x3c4eab,_0x234a29={'ZkQda':function(_0x5c52df,_0x55080e){const _0x1aeb2c=a4_0x9bbb;return _0xef5b76[_0x1aeb2c(0xe2)](_0x5c52df,_0x55080e);},'vmHaq':_0xef5b76[_0x577475(0x10b)]};_0xef5b76['OOXbN'](_0xef5b76[_0x577475(0x182)],_0xef5b76[_0x577475(0x182)])?totalTests+=0x1:_0x7d9dc8[_0x577475(0x161)](_0x234a29[_0x577475(0x114)](_0x234a29['vmHaq'],_0x1d8e7b[_0x4c550d][_0x577475(0x17f)]['toUpperCase']()));});}['logTestCaseFinished'](_0x51609c){const _0x1067e3=a4_0x19e58d,_0x329dbb={'QqpZV':function(_0x2ba5a0,_0x46d530){return _0x2ba5a0+_0x46d530;},'HeRNd':function(_0x32c50a,_0x31d69a){return _0x32c50a!==_0x31d69a;},'gNhvN':_0x1067e3(0xe6),'BhtSN':'DsWJv','PrFZX':_0x1067e3(0x189),'vbnJi':'PASSED','HgjTm':_0x1067e3(0x181),'ftUPn':_0x1067e3(0x147),'LxAJA':'UNDEFINED','DByjL':_0x1067e3(0x196),'UNsfq':_0x1067e3(0x120),'mPyum':function(_0x35ab16,_0x145b5d){return _0x35ab16+_0x145b5d;},'kijdx':_0x1067e3(0x12a),'dFqdF':_0x1067e3(0x15a),'VEhQQ':function(_0x320553,_0x4fa2c4){return _0x320553+_0x4fa2c4;},'ptDRX':_0x1067e3(0x11b),'sRKCY':'\x20-\x20','QrIXe':function(_0x27c226,_0x5f2d6f){return _0x27c226(_0x5f2d6f);},'AQSkn':function(_0x29614c,_0x4f6998,_0x45559d){return _0x29614c(_0x4f6998,_0x45559d);},'yRdXS':'exception','PSKKX':_0x1067e3(0x10a),'AeFBS':function(_0x2b43b4,_0x4bd9d0){return _0x2b43b4(_0x4bd9d0);},'JATJg':function(_0x43a747,_0x33c0ba){return _0x43a747(_0x33c0ba);},'jpRFA':function(_0x28d1e5,_0x2ff640){return _0x28d1e5+_0x2ff640;},'YzwWp':function(_0x1b76be,_0x546a5b){return _0x1b76be+_0x546a5b;},'DlKkd':function(_0xb8d2cd,_0x267153){return _0xb8d2cd!==_0x267153;},'cLjoe':_0x1067e3(0x103),'VAbzw':'czgVA','FrYMG':function(_0x23ac7e,_0x64e268){return _0x23ac7e!==_0x64e268;},'BgTCr':_0x1067e3(0x11c),'KEEan':function(_0x5dc88b,_0x5555ef){return _0x5dc88b+_0x5555ef;},'MxhKJ':function(_0x493122,_0x4fd2a3){return _0x493122+_0x4fd2a3;},'wIukJ':function(_0x1807cd,_0xd99d77){return _0x1807cd+_0xd99d77;},'unQlS':'GTVtN','QtYjA':_0x1067e3(0x109),'aOAhq':_0x1067e3(0x194),'BnlXI':'HraGb','gISwJ':'mmqly','AoJCl':function(_0x29ab05,_0x4ad219){return _0x29ab05(_0x4ad219);},'rftnY':function(_0x3f3fd9,_0xb63cc8){return _0x3f3fd9!==_0xb63cc8;},'iPvZX':_0x1067e3(0xf2),'EyCZD':function(_0x4a0528,_0x47f3c8){return _0x4a0528===_0x47f3c8;},'TpHod':_0x1067e3(0xf8),'hxTvx':_0x1067e3(0x178),'yxrVE':_0x1067e3(0x158),'rYBBs':function(_0xcb8f33,_0x44a965,_0x23e13f){return _0xcb8f33(_0x44a965,_0x23e13f);},'CHlic':_0x1067e3(0x173),'PeiHa':function(_0x36137e,_0x26a8f3){return _0x36137e===_0x26a8f3;},'nmTOL':'uQtKI','tcQfD':function(_0x344250,_0x59a345){return _0x344250+_0x59a345;},'tDetQ':function(_0x4389e2,_0x57afa6){return _0x4389e2+_0x57afa6;},'dVUYL':function(_0x278498,_0x5e2c05){return _0x278498+_0x5e2c05;},'DAdmP':function(_0x1c3949,_0x1e2e5f){return _0x1c3949!==_0x1e2e5f;},'sWClR':function(_0x38aa26,_0x57adb0){return _0x38aa26===_0x57adb0;},'okKvM':_0x1067e3(0x193),'VhpWA':_0x1067e3(0x192),'kpuWy':'undefined','HQdsb':_0x1067e3(0x16d),'UWezq':function(_0x5622f2,_0x15d29c){return _0x5622f2+_0x15d29c;},'hxkuk':function(_0x4d3043,_0x1bd1bf){return _0x4d3043+_0x1bd1bf;},'vXnAg':function(_0x3c0276,_0x615144){return _0x3c0276<_0x615144;},'mzUHM':function(_0x13fb8c,_0x15953f){return _0x13fb8c===_0x15953f;},'tWilA':_0x1067e3(0x155),'feHFL':'aOReC','qEzsg':function(_0x1d0b60,_0xeedaea){return _0x1d0b60+_0xeedaea;},'Mxtyn':function(_0x5b3b4b,_0x2fff91){return _0x5b3b4b+_0x2fff91;},'cMWMH':function(_0x354a45,_0xfb3699){return _0x354a45===_0xfb3699;},'zAmGj':_0x1067e3(0x164),'VSoML':'GyFCy','KWVmc':function(_0x224391,_0x3b9d11){return _0x224391===_0x3b9d11;},'EHgOP':_0x1067e3(0x113),'ILsoC':function(_0x5b5c17,_0x2abf50){return _0x5b5c17(_0x2abf50);},'BuJna':function(_0x51b7ca,_0x4bb5b2){return _0x51b7ca!==_0x4bb5b2;},'oUgAu':_0x1067e3(0x11d),'rTBmJ':function(_0x52e15f,_0x34f57d){return _0x52e15f+_0x34f57d;},'tPljb':_0x1067e3(0x198),'yYryT':_0x1067e3(0xf4),'FLNfi':function(_0x2b56f2,_0x52362a){return _0x2b56f2+_0x52362a;}};let _0x190a2a=![];function _0x4cbd39(_0x149c9d){const _0x57425e=_0x1067e3,_0x3ad61a={'DJvKw':function(_0x3055b3,_0x17c790){return _0x329dbb['QqpZV'](_0x3055b3,_0x17c790);}};if(_0x329dbb[_0x57425e(0xf7)](_0x329dbb['gNhvN'],_0x329dbb['BhtSN']))switch(_0x149c9d){case _0x329dbb[_0x57425e(0xeb)]:testsFailed+=0x1;break;case _0x329dbb[_0x57425e(0x15e)]:testsPassed+=0x1;break;case _0x329dbb[_0x57425e(0x145)]:testsSkipped+=0x1;break;case _0x329dbb[_0x57425e(0x142)]:testsPending+=0x1;break;case _0x329dbb[_0x57425e(0x18c)]:testsUndefined+=0x1;break;case _0x329dbb[_0x57425e(0x171)]:testsUnknown+=0x1;break;case _0x329dbb[_0x57425e(0x184)]:testsAmbiguous+=0x1;break;default:break;}else _0x382b3a[_0x4418f7[_0x57425e(0xe9)]]=_0x70bc2c,_0x4c6c69[_0x57425e(0x161)](_0x3ad61a['DJvKw'](_0x12e4da,'\x0a'));}_0x329dbb['DAdmP'](global[_0x1067e3(0x122)],undefined)&&(_0x329dbb[_0x1067e3(0x149)](_0x329dbb[_0x1067e3(0x188)],_0x329dbb['VhpWA'])?_0x2976ee['log'](_0x329dbb[_0x1067e3(0x156)](_0x329dbb[_0x1067e3(0x16a)],_0x348bbf['result'][_0x1067e3(0x17f)][_0x1067e3(0x191)]())):console[_0x1067e3(0x161)](_0x329dbb['jpRFA'](_0x329dbb['jpRFA']('\x0a',global[_0x1067e3(0x122)]),'\x0a')));let _0x24ccb1=![];if(_0x329dbb['HeRNd'](typeof this['eventDataCollector'][_0x1067e3(0x106)],_0x329dbb['kpuWy'])){if(_0x329dbb[_0x1067e3(0x128)](_0x329dbb['HQdsb'],_0x329dbb['HQdsb']))_0x2aab1f[_0x1067e3(0x161)](_0x329dbb['mPyum'](_0x329dbb[_0x1067e3(0x148)],_0xb14ac3[_0x1067e3(0x173)]['status'][_0x1067e3(0x191)]()));else{var _0x1b7186=this[_0x1067e3(0x125)][_0x1067e3(0x106)](_0x51609c['sourceLocation']),_0x4839ab=_0x1b7186[_0x1067e3(0x11e)],_0x14507f=_0x1b7186[_0x1067e3(0x117)];console[_0x1067e3(0x161)](_0x329dbb[_0x1067e3(0x170)]('\x20\x20',_0x4839ab['name']));var _0x38182b=(0x0,pickleParser[_0x1067e3(0x168)])(_0x4839ab);_0x14507f[_0x1067e3(0x162)][_0x1067e3(0x12f)](function(_0x2c86f2){const _0x2e9d98=_0x1067e3,_0x15abc5={'ezmuV':function(_0x59a185,_0x38d48c){const _0x32563b=a4_0x9bbb;return _0x329dbb[_0x32563b(0xf6)](_0x59a185,_0x38d48c);},'NYjGe':function(_0x9583f2,_0xbff93){const _0x371af2=a4_0x9bbb;return _0x329dbb[_0x371af2(0x19a)](_0x9583f2,_0xbff93);},'jhFrU':_0x329dbb[_0x2e9d98(0x148)],'QLBwd':function(_0x1b480a,_0x19e70d){const _0x1c371b=_0x2e9d98;return _0x329dbb[_0x1c371b(0x12e)](_0x1b480a,_0x19e70d);},'gKJNz':_0x329dbb['kijdx']};if(_0x329dbb[_0x2e9d98(0x127)](_0x329dbb[_0x2e9d98(0x119)],_0x329dbb[_0x2e9d98(0x13e)])){if(_0x2c86f2[_0x2e9d98(0x126)]&&_0x2c86f2['sourceLocation'])_0x329dbb[_0x2e9d98(0x123)](_0x329dbb['BgTCr'],_0x329dbb[_0x2e9d98(0x13d)])?(_0x393211=!![],_0x532359[_0x2e9d98(0x161)](_0x329dbb[_0x2e9d98(0x156)](_0x329dbb[_0x2e9d98(0x153)](_0x329dbb['VEhQQ'](_0x329dbb[_0x2e9d98(0x16b)],_0x12f11f[_0x2dbd33[_0x2e9d98(0xe5)][_0x2e9d98(0x17d)]][_0x2e9d98(0x15f)]),_0x329dbb[_0x2e9d98(0x187)]),_0x9542ba[_0x227542][_0x2e9d98(0x17f)]['toUpperCase']())),_0x329dbb[_0x2e9d98(0x138)](_0x47f336,_0x58af9e[_0x29070c][_0x2e9d98(0x17f)]['toUpperCase']())):(_0x190a2a=!![],console[_0x2e9d98(0x161)](_0x329dbb[_0x2e9d98(0x15c)](_0x329dbb[_0x2e9d98(0x131)](_0x329dbb[_0x2e9d98(0x177)](_0x329dbb[_0x2e9d98(0x16b)],_0x38182b[_0x2c86f2[_0x2e9d98(0xe5)][_0x2e9d98(0x17d)]][_0x2e9d98(0x15f)]),_0x329dbb['sRKCY']),_0x2c86f2[_0x2e9d98(0x173)][_0x2e9d98(0x17f)][_0x2e9d98(0x191)]())),_0x329dbb[_0x2e9d98(0x138)](_0x4cbd39,_0x2c86f2['result'][_0x2e9d98(0x17f)][_0x2e9d98(0x191)]()));else _0x2c86f2['actionLocation']&&(_0x329dbb['FrYMG'](_0x329dbb[_0x2e9d98(0x133)],_0x329dbb['QtYjA'])?!_0x2c86f2['actionLocation']['uri'][_0x2e9d98(0x16c)](_0x329dbb[_0x2e9d98(0x174)])&&(_0x329dbb['DlKkd'](_0x329dbb[_0x2e9d98(0x139)],_0x329dbb[_0x2e9d98(0xea)])?(_0x329dbb[_0x2e9d98(0x17a)](_0x4cbd39,_0x2c86f2['result']['status'][_0x2e9d98(0x191)]()),_0x190a2a?_0x329dbb[_0x2e9d98(0x128)](_0x329dbb['iPvZX'],_0x329dbb['iPvZX'])?(_0x15abc5[_0x2e9d98(0xfa)](_0x485c85,_0xc843b9[_0x1c49f7]['status'][_0x2e9d98(0x191)]()),_0x4965b4?_0x276931[_0x2e9d98(0x161)](_0x15abc5[_0x2e9d98(0x183)](_0x15abc5[_0x2e9d98(0xf0)],_0x4ce008[_0x24927f]['status'][_0x2e9d98(0x191)]())):_0xe0e6dd[_0x2e9d98(0x161)](_0x15abc5[_0x2e9d98(0xf9)](_0x15abc5[_0x2e9d98(0x179)],_0x4b9b44[_0x15e1a1][_0x2e9d98(0x17f)][_0x2e9d98(0x191)]()))):console[_0x2e9d98(0x161)](_0x329dbb[_0x2e9d98(0x131)](_0x329dbb[_0x2e9d98(0x148)],_0x2c86f2[_0x2e9d98(0x173)][_0x2e9d98(0x17f)][_0x2e9d98(0x191)]())):_0x329dbb[_0x2e9d98(0x18e)](_0x329dbb[_0x2e9d98(0x18d)],_0x329dbb[_0x2e9d98(0x18d)])?console['log'](_0x329dbb[_0x2e9d98(0x156)](_0x329dbb[_0x2e9d98(0x16a)],_0x2c86f2[_0x2e9d98(0x173)][_0x2e9d98(0x17f)][_0x2e9d98(0x191)]())):_0x2bb051+=0x1):this['logTestCaseFinished'](_0x1a650e)):(_0x15abc5[_0x2e9d98(0xfa)](_0x5ee847,_0x20ef61[_0x2e9d98(0x173)][_0x2e9d98(0x17f)]['toUpperCase']()),_0x27c6e6?_0x2488cb[_0x2e9d98(0x161)](_0x15abc5[_0x2e9d98(0xf9)](_0x15abc5['jhFrU'],_0x3ed63a['result'][_0x2e9d98(0x17f)][_0x2e9d98(0x191)]())):_0x28116a['log'](_0x15abc5[_0x2e9d98(0x183)](_0x15abc5[_0x2e9d98(0x179)],_0xbd2382['result'][_0x2e9d98(0x17f)][_0x2e9d98(0x191)]()))));if(_0x329dbb[_0x2e9d98(0x18e)](_0x2c86f2[_0x2e9d98(0x173)]['status'][_0x2e9d98(0x191)](),_0x329dbb[_0x2e9d98(0xeb)])){if(_0x329dbb[_0x2e9d98(0x18e)](_0x329dbb[_0x2e9d98(0x118)],_0x329dbb[_0x2e9d98(0x17c)])){_0x5d3d7b=!![];const _0x12f4da=_0x329dbb[_0x2e9d98(0x135)](_0x36d49e,_0x5145dc[_0x28d1a5],[_0x329dbb[_0x2e9d98(0x13b)],_0x329dbb[_0x2e9d98(0x14e)]]);_0x12f4da&&(_0x12a20e[_0x329dbb['mPyum'](_0x329dbb[_0x2e9d98(0x153)](_0x221623[_0x2e9d98(0x11a)][_0x2e9d98(0x195)][_0x2e9d98(0xe9)],_0x329dbb[_0x2e9d98(0x187)]),_0x1ad443['pickle'][_0x2e9d98(0xe9)])]=_0x12f4da,_0x485878['log'](_0x329dbb[_0x2e9d98(0x156)](_0x12f4da,'\x0a')));}else{const _0x2351f0=_0x329dbb[_0x2e9d98(0x185)](nestedKeyValue,_0x2c86f2,[_0x329dbb[_0x2e9d98(0x151)],_0x329dbb[_0x2e9d98(0x13b)],_0x329dbb[_0x2e9d98(0x14e)]]);_0x2351f0&&(_0x329dbb[_0x2e9d98(0xee)](_0x329dbb[_0x2e9d98(0x180)],_0x329dbb[_0x2e9d98(0x180)])?(testsErrorMessage[_0x4839ab[_0x2e9d98(0xe9)]]=_0x2351f0,console['log'](_0x329dbb['tcQfD'](_0x2351f0,'\x0a'))):(_0xbdec25[_0x2e9d98(0x122)]=_0x329dbb[_0x2e9d98(0x146)](_0x283f22,_0x315300),_0x1c95ce['log'](_0x2e9d98(0x111)+_0x8c7514[_0x2e9d98(0x122)]))),_0x24ccb1=!![];}}}else _0x3b729-=0x2;});}}else{const _0x2ac9da=this[_0x1067e3(0x125)]['getTestCaseAttempt'](_0x51609c);console[_0x1067e3(0x161)](_0x329dbb[_0x1067e3(0x104)](_0x329dbb['KEEan'](_0x329dbb[_0x1067e3(0xe3)]('\x20\x20',_0x2ac9da[_0x1067e3(0x11a)][_0x1067e3(0x195)][_0x1067e3(0xe9)]),_0x329dbb[_0x1067e3(0x187)]),_0x2ac9da[_0x1067e3(0x11e)][_0x1067e3(0xe9)]));const _0x3ef0ad=(0x0,pickleParser[_0x1067e3(0x168)])(_0x2ac9da[_0x1067e3(0x11e)]),_0x2fd518=_0x2ac9da[_0x1067e3(0x117)]['steps'],_0x3f489d=_0x2ac9da[_0x1067e3(0x16e)],_0x2efa74=_0x2fd518[_0x1067e3(0x13a)];for(let _0x38464d=0x0;_0x329dbb[_0x1067e3(0x17e)](_0x38464d,_0x2efa74);_0x38464d++){const _0x2a64ca=_0x2fd518[_0x38464d];if(_0x2a64ca[_0x1067e3(0x126)]&&_0x2a64ca[_0x1067e3(0xe5)]){if(_0x329dbb[_0x1067e3(0x137)](_0x329dbb[_0x1067e3(0x141)],_0x329dbb[_0x1067e3(0x176)])){const _0x3c33a1=_0x329dbb['AQSkn'](_0xbf08e8,_0x5a74ad,[_0x329dbb['CHlic'],_0x329dbb[_0x1067e3(0x13b)],_0x329dbb[_0x1067e3(0x14e)]]);_0x3c33a1&&(_0x4cd3f8[_0x5a9125['name']]=_0x3c33a1,_0x16b1dd['log'](_0x329dbb['tDetQ'](_0x3c33a1,'\x0a'))),_0x200a9b=!![];}else _0x190a2a=!![],console[_0x1067e3(0x161)](_0x329dbb[_0x1067e3(0xe0)](_0x329dbb[_0x1067e3(0x199)](_0x329dbb[_0x1067e3(0x131)](_0x329dbb[_0x1067e3(0x16b)],_0x3ef0ad[_0x2a64ca[_0x1067e3(0xe5)][_0x1067e3(0x17d)]][_0x1067e3(0x15f)]),_0x329dbb[_0x1067e3(0x187)]),_0x3f489d[_0x38464d][_0x1067e3(0x17f)]['toUpperCase']())),_0x329dbb[_0x1067e3(0x138)](_0x4cbd39,_0x3f489d[_0x38464d][_0x1067e3(0x17f)][_0x1067e3(0x191)]());}else{if(_0x2a64ca['actionLocation']){if(_0x329dbb['cMWMH'](_0x329dbb[_0x1067e3(0x130)],_0x329dbb[_0x1067e3(0x140)])){let _0x13525b;if(_0x329dbb[_0x1067e3(0xf7)](_0x391524[_0x1067e3(0xf5)][_0x1067e3(0x16f)],_0x3672e8)){const _0x490fbc=_0x5290b6[_0x1067e3(0x18b)](_0x1ab2c8[_0x1067e3(0xf5)][_0x1067e3(0x16f)]);_0x13525b=_0x490fbc[_0x1067e3(0x165)];}_0x329dbb[_0x1067e3(0x127)](_0x13525b,_0x3124a1)&&(_0xba559d[_0x1067e3(0x122)]=_0x329dbb[_0x1067e3(0x138)](_0x4c997d,_0x13525b),_0x411136[_0x1067e3(0x161)](_0x1067e3(0x111)+_0x5ddbc3['__platform']));}else{if(!_0x2a64ca[_0x1067e3(0x126)][_0x1067e3(0x10f)][_0x1067e3(0x16c)](_0x329dbb[_0x1067e3(0x174)])){if(_0x329dbb[_0x1067e3(0x14f)](_0x329dbb[_0x1067e3(0x115)],_0x329dbb[_0x1067e3(0x115)]))_0x329dbb[_0x1067e3(0x12d)](_0x4cbd39,_0x3f489d[_0x38464d]['status'][_0x1067e3(0x191)]()),_0x190a2a?_0x329dbb['BuJna'](_0x329dbb[_0x1067e3(0x110)],_0x329dbb[_0x1067e3(0x110)])?_0x2b7ac8+=0x1:console[_0x1067e3(0x161)](_0x329dbb[_0x1067e3(0x13c)](_0x329dbb[_0x1067e3(0x148)],_0x3f489d[_0x38464d][_0x1067e3(0x17f)][_0x1067e3(0x191)]())):_0x329dbb[_0x1067e3(0x14f)](_0x329dbb['tPljb'],_0x329dbb[_0x1067e3(0x102)])?!_0x3d025c['actionLocation']['uri'][_0x1067e3(0x16c)](_0x329dbb[_0x1067e3(0x174)])&&(_0x329dbb['QrIXe'](_0xa39295,_0x3a7e3a[_0x1067e3(0x173)][_0x1067e3(0x17f)][_0x1067e3(0x191)]()),_0x94f4e8?_0x14c141[_0x1067e3(0x161)](_0x329dbb['dVUYL'](_0x329dbb[_0x1067e3(0x148)],_0xfc383d[_0x1067e3(0x173)]['status'][_0x1067e3(0x191)]())):_0x38131f['log'](_0x329dbb[_0x1067e3(0x15c)](_0x329dbb[_0x1067e3(0x16a)],_0x4d8e4f[_0x1067e3(0x173)]['status'][_0x1067e3(0x191)]()))):console[_0x1067e3(0x161)](_0x329dbb[_0x1067e3(0x104)](_0x329dbb[_0x1067e3(0x16a)],_0x3f489d[_0x38464d][_0x1067e3(0x17f)][_0x1067e3(0x191)]()));else{const _0x1aa684=_0x2eab4f[_0x1067e3(0x18b)](_0x1e0e05['env'][_0x1067e3(0x16f)]);_0x26e551=_0x1aa684['capability'];}}}}}if(_0x329dbb[_0x1067e3(0xee)](_0x3f489d[_0x38464d]['status'][_0x1067e3(0x191)](),_0x329dbb['PrFZX'])){_0x24ccb1=!![];const _0x4d3b72=_0x329dbb['AQSkn'](nestedKeyValue,_0x3f489d[_0x38464d],[_0x329dbb[_0x1067e3(0x13b)],_0x329dbb['PSKKX']]);_0x4d3b72&&(testsErrorMessage[_0x329dbb['MxhKJ'](_0x329dbb[_0x1067e3(0x14d)](_0x2ac9da[_0x1067e3(0x11a)][_0x1067e3(0x195)][_0x1067e3(0xe9)],_0x329dbb['sRKCY']),_0x2ac9da[_0x1067e3(0x11e)][_0x1067e3(0xe9)])]=_0x4d3b72,console[_0x1067e3(0x161)](_0x329dbb[_0x1067e3(0x15c)](_0x4d3b72,'\x0a')));}}}_0x24ccb1&&(testSuitesFailed+=0x1),console[_0x1067e3(0x161)]('\x0a');}}module[a4_0x19e58d(0x134)]=BrowserstackFormatter;
|
|
1
|
+
const a4_0x1323c3=a4_0x242d;(function(_0x4454d8,_0x3b60c6){const _0x1b315f=a4_0x242d,_0x27a2f2=_0x4454d8();while(!![]){try{const _0x1cf85a=-parseInt(_0x1b315f(0x176))/0x1+-parseInt(_0x1b315f(0x177))/0x2+parseInt(_0x1b315f(0x1f9))/0x3*(parseInt(_0x1b315f(0x206))/0x4)+parseInt(_0x1b315f(0x1c8))/0x5+parseInt(_0x1b315f(0x1fd))/0x6+parseInt(_0x1b315f(0x150))/0x7*(parseInt(_0x1b315f(0x17f))/0x8)+-parseInt(_0x1b315f(0x1d3))/0x9*(-parseInt(_0x1b315f(0x1ff))/0xa);if(_0x1cf85a===_0x3b60c6)break;else _0x27a2f2['push'](_0x27a2f2['shift']());}catch(_0x9ad146){_0x27a2f2['push'](_0x27a2f2['shift']());}}}(a4_0x3675,0xd3757));function a4_0x3675(){const _0x5ca987=['cucumber/lib/formatter/helpers/pickle_parser.js','QmoXO','text','tzvzT','MBluE','AMBIGUOUS','dIzXh','crwhT','GmTqw','FszrD','VBnMH','test-case-finished','qxEoV','DuUcU','JBDAL','pQoex','ulXSH','egwUv','nmSre','UHIxE','getStepLineToPickledStepMap','odvvr','TNgyy','yjsHF','jVTas','87621VlOgUO','sQCqG','oadXj','NCjSm','629040GoHPZR','log','15618130kGFcTe','test-run-finished','MveDF','TkrMe','status','EJaWa','GCKhk','48pzXFsq','VCWwn','YEpdY','__platform','getTestCaseData','KKQGl','UQYry','nWYBl','TMjJZ','wwCrg','AriVx','AUqIn','PASSED','vpxDS','QUHYG','QkMVz','fwAkH','vRyvR','steps','56tlSvAI','TqkpM','UfXcb','sourceLocation','\x20\x20\x20\x20','AKRII','nDfeJ','qIySw','GBptv','szvIB','cucumber','feature','IcGQe','QEjkP','XngGN','hXIuY','EaztF','GXOEJ','kNPaG','Cgoar','vhFwY','eventDataCollector','SChkt','uvWmI','stepResults','IzJEs','OgGXW','aldlu','capability','HgKCA','pgfsh','OHBFb','jYuoE','wtXFg','FLWaU','KCgrc','tSqaT','Rizdq','1276037ilPVVI','682252GjiQqB','TqbPJ','jaPzw','hXgQO','toUpperCase','uri','oDEod','parse','19704rOXJeT','wgbgc','AsDVL','PENDING','zSMjZ','AGdnZ','idnJi','\x20\x20\x20\x20BEFORE\x20-\x20','oPZCw','actionLocation','TUmsO','xxYmH','jMLmM','HRqnD','length','mbDZp','exception','TuGEB','stack','YoUQG','undefined','YdMgL','\x20-\x20','env','name','pluDR','../../../helpers/helper','nTPUh','testCase','pickle','UJGXm','Snqev','NXvJC','pDydb','RDLJf','PXuIv','NcUOP','DspCB','RnSJw','ePVCB','eZUaR','RPZvT','exports','Executing\x20tests\x20for\x20','includes','hFaGn','QruaC','eNJTj','iYqVH','JpEmp','pnrtf','gherkinDocument','line','ULTid','lpVxu','ceAiA','mzTXy','Neqmy','Mzqns','UNDEFINED','CONFIG','fpRjz','eFPue','vyjXH','SodYT','slejG','getTestCaseAttempt','ESPKX','\x20\x20\x20\x20AFTER\x20-\x20','Zopog','test-step-started','GXGlN','jHrSQ','2232285UMhECw','yxiWf','xZwuU','HovJU','test-case-started','YRWWS','result','tloyr','HHjWC','tItdr','ACJYk','9DKywLM','IPStp','INoPN','QdubJ','WvFNW','sPign','logTestCaseFinished','eventBroadcaster','trCvm','test-run-started','aIdKH','bTUCI','oiHjE'];a4_0x3675=function(){return _0x5ca987;};return a4_0x3675();}const {requireModule,getPlatformName,nestedKeyValue}=require(a4_0x1323c3(0x199)),{Formatter}=requireModule(a4_0x1323c3(0x15a)),pickleParser=requireModule(a4_0x1323c3(0x1e0));function a4_0x242d(_0x995eaf,_0x4fd933){const _0x3675de=a4_0x3675();return a4_0x242d=function(_0x242d48,_0x3d5b75){_0x242d48=_0x242d48-0x14c;let _0x22811c=_0x3675de[_0x242d48];return _0x22811c;},a4_0x242d(_0x995eaf,_0x4fd933);}class BrowserstackFormatter extends Formatter{constructor(_0x4932ba){const _0x104aa4=a4_0x1323c3,_0x284f25={'TMjJZ':function(_0x2a5b83,_0x34e406){return _0x2a5b83+_0x34e406;},'QmoXO':_0x104aa4(0x186),'aIdKH':function(_0x524fdc,_0x240fbd){return _0x524fdc(_0x240fbd);},'OHBFb':function(_0x5dd4c8,_0x2b0cc4){return _0x5dd4c8===_0x2b0cc4;},'YEpdY':_0x104aa4(0x1b6),'AriVx':_0x104aa4(0x1f5),'OgGXW':function(_0x4320e4,_0x4e9e99){return _0x4320e4!==_0x4e9e99;},'Snqev':_0x104aa4(0x178),'JpEmp':function(_0x1dc30b,_0x5b5e23){return _0x1dc30b!==_0x5b5e23;},'YdMgL':_0x104aa4(0x1d2),'sQCqG':function(_0x2010b2,_0x415775,_0xb4781e){return _0x2010b2(_0x415775,_0xb4781e);},'ESPKX':'result','Cgoar':'exception','szvIB':_0x104aa4(0x191),'TvFyX':_0x104aa4(0x20c),'CSKxc':_0x104aa4(0x16e),'jaPzw':function(_0x2b9c5f,_0x4a3875){return _0x2b9c5f+_0x4a3875;},'hXgQO':_0x104aa4(0x1c3),'kNPaG':function(_0x2aac2d,_0x2bd7ca){return _0x2aac2d===_0x2bd7ca;},'gjKki':_0x104aa4(0x1ad),'oDEod':_0x104aa4(0x1bf),'SVJmU':_0x104aa4(0x1e8),'MveDF':_0x104aa4(0x181),'lpVxu':'HnHFL','kNOWk':_0x104aa4(0x1dc),'AGdnZ':_0x104aa4(0x1cc),'UJGXm':_0x104aa4(0x1eb),'IzJEs':_0x104aa4(0x200),'iYqVH':_0x104aa4(0x1c5)};super(_0x4932ba),_0x4932ba[_0x104aa4(0x1da)]['on'](_0x284f25['kNOWk'],()=>{const _0xd9f473=_0x104aa4;if(_0x284f25[_0xd9f473(0x16f)](_0x284f25[_0xd9f473(0x208)],_0x284f25[_0xd9f473(0x210)]))_0x3111c0['log'](_0x284f25['TMjJZ'](_0x284f25[_0xd9f473(0x1e1)],_0x30eba4[_0x3bf3dd][_0xd9f473(0x203)][_0xd9f473(0x17b)]()));else{let _0x5cde9c;if(_0x284f25['OgGXW'](process[_0xd9f473(0x196)]['CONFIG'],undefined)){if(_0x284f25[_0xd9f473(0x16f)](_0x284f25[_0xd9f473(0x19e)],_0x284f25[_0xd9f473(0x19e)])){const _0x149b0f=JSON[_0xd9f473(0x17e)](process[_0xd9f473(0x196)][_0xd9f473(0x1bb)]);_0x5cde9c=_0x149b0f[_0xd9f473(0x16c)];}else _0x2a20e6-=0x2;}_0x284f25[_0xd9f473(0x16a)](_0x5cde9c,undefined)&&(_0x284f25[_0xd9f473(0x1b0)](_0x284f25['YdMgL'],_0x284f25[_0xd9f473(0x194)])?(_0x3240dd[_0xd9f473(0x209)]=_0x284f25[_0xd9f473(0x1dd)](_0x26fa1b,_0x4aeda6),_0x55a207[_0xd9f473(0x1fe)](_0xd9f473(0x1aa)+_0x135db4[_0xd9f473(0x209)])):(global['__platform']=_0x284f25[_0xd9f473(0x1dd)](getPlatformName,_0x5cde9c),console[_0xd9f473(0x1fe)](_0xd9f473(0x1aa)+global[_0xd9f473(0x209)])));}}),_0x4932ba[_0x104aa4(0x1da)]['on'](_0x284f25[_0x104aa4(0x184)],()=>{const _0x53012d=_0x104aa4,_0x1c88ee={'eZUaR':function(_0x37e2e2,_0x2f42b3,_0x4be3bb){const _0xf7c5d2=a4_0x242d;return _0x284f25[_0xf7c5d2(0x1fa)](_0x37e2e2,_0x2f42b3,_0x4be3bb);},'oPZCw':_0x284f25[_0x53012d(0x1c2)],'aldlu':_0x284f25[_0x53012d(0x163)],'BxPka':_0x284f25[_0x53012d(0x159)],'PXuIv':function(_0x32ac28,_0x351892){const _0x556725=_0x53012d;return _0x284f25[_0x556725(0x20e)](_0x32ac28,_0x351892);}};if(_0x284f25[_0x53012d(0x16f)](_0x284f25['TvFyX'],_0x284f25['CSKxc'])){const _0x17e149=_0x1c88ee[_0x53012d(0x1a7)](_0x435a42,_0x20adc0,[_0x1c88ee[_0x53012d(0x187)],_0x1c88ee[_0x53012d(0x16b)],_0x1c88ee['BxPka']]);_0x17e149&&(_0x5538e7[_0x56d620[_0x53012d(0x197)]]=_0x17e149,_0x41b88f[_0x53012d(0x1fe)](_0x1c88ee[_0x53012d(0x1a2)](_0x17e149,'\x0a'))),_0x60cee=!![];}else testSuites+=0x1;}),_0x4932ba['eventBroadcaster']['on'](_0x284f25[_0x104aa4(0x19d)],_0x179bb1=>{const _0x51b32f=_0x104aa4,_0x4a5b9c={'XngGN':function(_0x356af1,_0x4cc436){const _0x570d1c=a4_0x242d;return _0x284f25[_0x570d1c(0x179)](_0x356af1,_0x4cc436);},'UHIxE':_0x284f25[_0x51b32f(0x17a)]};_0x284f25[_0x51b32f(0x162)](_0x284f25['gjKki'],_0x284f25['gjKki'])?this[_0x51b32f(0x1d9)](_0x179bb1):_0x170552['log'](_0x4a5b9c[_0x51b32f(0x15e)](_0x4a5b9c[_0x51b32f(0x1f3)],_0x432010[_0x5244e4][_0x51b32f(0x203)][_0x51b32f(0x17b)]()));}),_0x4932ba[_0x104aa4(0x1da)]['on'](_0x284f25[_0x104aa4(0x169)],()=>{const _0x451850=_0x104aa4,_0x1a44df={'eNJTj':function(_0x568ce3,_0x196777){const _0x5286b3=a4_0x242d;return _0x284f25[_0x5286b3(0x20e)](_0x568ce3,_0x196777);}};_0x284f25[_0x451850(0x16a)](_0x284f25[_0x451850(0x17d)],_0x284f25['SVJmU'])?totalTests-=0x2:(_0x3128e1[_0x1c3aec[_0x451850(0x197)]]=_0x4744ff,_0x378ea4[_0x451850(0x1fe)](_0x1a44df[_0x451850(0x1ae)](_0x56d0e6,'\x0a')));}),_0x4932ba[_0x104aa4(0x1da)]['on'](_0x284f25[_0x104aa4(0x1af)],()=>{const _0x3876b2=_0x104aa4;_0x284f25[_0x3876b2(0x16a)](_0x284f25[_0x3876b2(0x201)],_0x284f25[_0x3876b2(0x1b5)])?totalTests+=0x1:_0x9985ac+=0x1;});}[a4_0x1323c3(0x1d9)](_0xda8d1f){const _0x48114c=a4_0x1323c3,_0x4b4585={'nDfeJ':function(_0x56f9db,_0x48324a){return _0x56f9db!==_0x48324a;},'qxEoV':'xyIrc','nTPUh':'FAILED','pluDR':_0x48114c(0x212),'EaztF':'SKIPPED','SChkt':_0x48114c(0x182),'mzTXy':_0x48114c(0x1ba),'STWix':'UNKNOWN','trCvm':_0x48114c(0x1e5),'QUHYG':function(_0x3e7246,_0x3a9c6d){return _0x3e7246(_0x3a9c6d);},'vhFwY':function(_0x17f047,_0x338153){return _0x17f047+_0x338153;},'oadXj':_0x48114c(0x1c3),'fwAkH':_0x48114c(0x186),'xZwuU':'cucumber-js/test_old.setup.js','HovJU':function(_0x146159,_0x532a6b){return _0x146159+_0x532a6b;},'mbDZp':function(_0x2a8bb3,_0x48b2ef){return _0x2a8bb3+_0x48b2ef;},'nWYBl':function(_0xe36c88,_0x4a1b12){return _0xe36c88+_0x4a1b12;},'xxYmH':_0x48114c(0x154),'uvWmI':_0x48114c(0x195),'ULTid':function(_0x59e0c1,_0x55d941){return _0x59e0c1(_0x55d941);},'slejG':function(_0x25d76c,_0x2bcb54){return _0x25d76c+_0x2bcb54;},'WvFNW':function(_0x4c2eb9,_0x2dc616){return _0x4c2eb9+_0x2dc616;},'HRqnD':function(_0x4f3d3b,_0x45b944){return _0x4f3d3b!==_0x45b944;},'fpRjz':function(_0x3aff6a,_0x467ed5){return _0x3aff6a(_0x467ed5);},'QkMVz':function(_0x438bec,_0x2d8d02){return _0x438bec+_0x2d8d02;},'KCgrc':function(_0x3a6de3,_0x34e6a4){return _0x3a6de3+_0x34e6a4;},'wwCrg':function(_0x1b769e,_0x33f2db){return _0x1b769e===_0x33f2db;},'vpeyo':_0x48114c(0x1d1),'RDLJf':'oluSn','DuUcU':function(_0x304b42,_0x409fa2){return _0x304b42!==_0x409fa2;},'vFnDT':_0x48114c(0x204),'crwhT':_0x48114c(0x1a6),'wtXFg':function(_0xc1e12f,_0x97c1da){return _0xc1e12f+_0x97c1da;},'pDydb':function(_0x358b0a,_0x114833){return _0x358b0a+_0x114833;},'eVKHG':function(_0x27de89,_0xd8f22b){return _0x27de89(_0xd8f22b);},'zSMjZ':function(_0x259c67,_0x44cda7){return _0x259c67===_0x44cda7;},'egwUv':_0x48114c(0x158),'IcGQe':_0x48114c(0x1ef),'Mzqns':function(_0x586b9f,_0x31de01){return _0x586b9f(_0x31de01);},'vRyvR':'tZpqL','KKQGl':_0x48114c(0x1cf),'QTGMq':_0x48114c(0x1a8),'HHjWC':_0x48114c(0x1be),'RbFJh':function(_0xf8356,_0x5e1a12){return _0xf8356+_0x5e1a12;},'qIySw':function(_0x15592b,_0x564def){return _0x15592b===_0x564def;},'VCWwn':_0x48114c(0x1ac),'TkrMe':function(_0x14b435,_0x470027,_0x2ea6d9){return _0x14b435(_0x470027,_0x2ea6d9);},'GXOEJ':'result','bTUCI':_0x48114c(0x18f),'hXIuY':'stack','TpAQe':function(_0x1ba103,_0x51493b){return _0x1ba103===_0x51493b;},'VBnMH':'pywzv','Zopog':function(_0x424f03,_0x24c13f){return _0x424f03+_0x24c13f;},'HgKCA':function(_0x3d6e7f,_0x17fd60){return _0x3d6e7f+_0x17fd60;},'TUmsO':function(_0x51b1df,_0x1ceefb){return _0x51b1df+_0x1ceefb;},'sPign':function(_0x3b3774,_0x19d28f){return _0x3b3774+_0x19d28f;},'AUqIn':function(_0x15d06c,_0x5e1cd7,_0x131f06){return _0x15d06c(_0x5e1cd7,_0x131f06);},'tSqaT':function(_0x367b37,_0x2efa1e){return _0x367b37+_0x2efa1e;},'TNgyy':function(_0x2f55a7,_0x2d60da){return _0x2f55a7+_0x2d60da;},'QdubJ':function(_0x2f5b08,_0x18f5d3){return _0x2f5b08+_0x18f5d3;},'JBDAL':_0x48114c(0x213),'eFPue':_0x48114c(0x205),'cNpSG':function(_0x438442,_0x447835){return _0x438442+_0x447835;},'DAYwS':_0x48114c(0x193),'yjsHF':_0x48114c(0x175),'jHrSQ':'rBOri','fSFQT':function(_0x4c08d2,_0x85ba42){return _0x4c08d2+_0x85ba42;},'DspCB':function(_0x459c0f,_0x414f08){return _0x459c0f+_0x414f08;},'fWJwZ':function(_0x5afec2,_0x30d38f){return _0x5afec2<_0x30d38f;},'oiHjE':_0x48114c(0x152),'INoPN':function(_0xd28ca0,_0x29a015){return _0xd28ca0+_0x29a015;},'FLWaU':function(_0x52c760,_0xc55c67){return _0x52c760(_0xc55c67);},'YRWWS':function(_0x513633,_0x3d81bc){return _0x513633===_0x3d81bc;},'NXvJC':'IZzsm','QEjkP':'WIgxW','tzvzT':_0x48114c(0x180),'NCjSm':function(_0x546cdd,_0x1270f7){return _0x546cdd(_0x1270f7);},'GXGlN':_0x48114c(0x1e9),'Neqmy':function(_0x179b7b,_0x178c8a){return _0x179b7b+_0x178c8a;},'dIzXh':'qBvxk','AKRII':'MWUmq','idnJi':function(_0x4b31e6,_0x1b5ba4){return _0x4b31e6+_0x1b5ba4;},'MBluE':function(_0x4b1869,_0x2a07e2){return _0x4b1869===_0x2a07e2;}};let _0x1519b8=![];function _0x163f65(_0x2ecd64){const _0x3c20df=_0x48114c;if(_0x4b4585['nDfeJ'](_0x4b4585[_0x3c20df(0x1ec)],_0x4b4585[_0x3c20df(0x1ec)]))_0xcbcbea+=0x1;else switch(_0x2ecd64){case _0x4b4585[_0x3c20df(0x19a)]:testsFailed+=0x1;break;case _0x4b4585[_0x3c20df(0x198)]:testsPassed+=0x1;break;case _0x4b4585[_0x3c20df(0x160)]:testsSkipped+=0x1;break;case _0x4b4585[_0x3c20df(0x166)]:testsPending+=0x1;break;case _0x4b4585[_0x3c20df(0x1b7)]:testsUndefined+=0x1;break;case _0x4b4585['STWix']:testsUnknown+=0x1;break;case _0x4b4585[_0x3c20df(0x1db)]:testsAmbiguous+=0x1;break;default:break;}}_0x4b4585['nDfeJ'](global[_0x48114c(0x209)],undefined)&&(_0x4b4585[_0x48114c(0x156)](_0x4b4585[_0x48114c(0x1ee)],_0x4b4585[_0x48114c(0x1bd)])?console[_0x48114c(0x1fe)](_0x4b4585['cNpSG'](_0x4b4585[_0x48114c(0x16d)]('\x0a',global[_0x48114c(0x209)]),'\x0a')):(_0x4b4585[_0x48114c(0x214)](_0xb0ec59,_0x4cf49f[_0x3f791a][_0x48114c(0x203)][_0x48114c(0x17b)]()),_0x5aae47?_0x5b082f[_0x48114c(0x1fe)](_0x4b4585[_0x48114c(0x164)](_0x4b4585[_0x48114c(0x1fb)],_0x439af6[_0x51cb73][_0x48114c(0x203)][_0x48114c(0x17b)]())):_0x1aa7ef['log'](_0x4b4585[_0x48114c(0x164)](_0x4b4585[_0x48114c(0x14d)],_0x39f672[_0x57624d][_0x48114c(0x203)][_0x48114c(0x17b)]()))));let _0x31bda8=![];if(_0x4b4585['nDfeJ'](typeof this[_0x48114c(0x165)][_0x48114c(0x20a)],_0x4b4585['DAYwS'])){if(_0x4b4585[_0x48114c(0x183)](_0x4b4585[_0x48114c(0x1f7)],_0x4b4585[_0x48114c(0x1c7)]))_0x4baed7[_0x48114c(0x1fe)](_0x4b4585['vhFwY'](_0x4b4585[_0x48114c(0x1fb)],_0x29400d[_0x48114c(0x1ce)]['status'][_0x48114c(0x17b)]()));else{var _0x57e649=this[_0x48114c(0x165)][_0x48114c(0x20a)](_0xda8d1f[_0x48114c(0x153)]),_0x27d579=_0x57e649[_0x48114c(0x19c)],_0x374d51=_0x57e649[_0x48114c(0x19b)];console[_0x48114c(0x1fe)](_0x4b4585['TNgyy']('\x20\x20',_0x27d579[_0x48114c(0x197)]));var _0x343faa=(0x0,pickleParser[_0x48114c(0x1f4)])(_0x27d579);_0x374d51[_0x48114c(0x14f)]['forEach'](function(_0x5603c1){const _0x528a52=_0x48114c,_0x19abfc={'TqkpM':function(_0x50bb7f,_0x12475f){const _0x1588be=a4_0x242d;return _0x4b4585[_0x1588be(0x1c0)](_0x50bb7f,_0x12475f);},'RnSJw':function(_0xb054ca,_0x150051){return _0x4b4585['WvFNW'](_0xb054ca,_0x150051);},'pnrtf':_0x4b4585[_0x528a52(0x18a)],'jYuoE':_0x4b4585[_0x528a52(0x167)],'nmSre':function(_0x3de187,_0x7f00b8){return _0x4b4585['QUHYG'](_0x3de187,_0x7f00b8);},'jMLmM':function(_0x8f3010,_0x20eca9){return _0x4b4585['HRqnD'](_0x8f3010,_0x20eca9);},'TuGEB':function(_0x321ca8,_0x31698d){const _0x48ab8d=_0x528a52;return _0x4b4585[_0x48ab8d(0x156)](_0x321ca8,_0x31698d);},'jVTas':function(_0x2bff9a,_0x29106a){const _0x369696=_0x528a52;return _0x4b4585[_0x369696(0x1bc)](_0x2bff9a,_0x29106a);},'QsiLj':_0x4b4585[_0x528a52(0x1ca)],'ulXSH':_0x4b4585['oadXj'],'ElYtl':function(_0x402d41,_0x44e9bb){const _0x23da77=_0x528a52;return _0x4b4585[_0x23da77(0x14c)](_0x402d41,_0x44e9bb);},'NcUOP':_0x4b4585[_0x528a52(0x14d)],'IPStp':function(_0x4dc4d9,_0x5c85f6){const _0x973163=_0x528a52;return _0x4b4585[_0x973163(0x173)](_0x4dc4d9,_0x5c85f6);},'YoUQG':function(_0x4fee96,_0x2717e8){const _0x4e7c08=_0x528a52;return _0x4b4585[_0x4e7c08(0x1cb)](_0x4fee96,_0x2717e8);},'yxiWf':function(_0x22103f,_0x59ad31){return _0x4b4585['fpRjz'](_0x22103f,_0x59ad31);},'QNTwJ':function(_0x19c6d9,_0x1fec5f){const _0x6f1b85=_0x528a52;return _0x4b4585[_0x6f1b85(0x1d7)](_0x19c6d9,_0x1fec5f);}};if(_0x4b4585[_0x528a52(0x20f)](_0x4b4585['vpeyo'],_0x4b4585[_0x528a52(0x1a1)]))_0x3a217b=!![],_0x3bc2e3[_0x528a52(0x1fe)](_0x19abfc[_0x528a52(0x151)](_0x19abfc[_0x528a52(0x1a5)](_0x19abfc[_0x528a52(0x1a5)](_0x19abfc[_0x528a52(0x1b1)],_0x3d306d[_0x44f854['sourceLocation'][_0x528a52(0x1b3)]][_0x528a52(0x1e2)]),_0x19abfc['jYuoE']),_0x4522b4[_0x528a52(0x1ce)]['status']['toUpperCase']())),_0x19abfc[_0x528a52(0x1f2)](_0x17235d,_0x5f4235[_0x528a52(0x1ce)][_0x528a52(0x203)][_0x528a52(0x17b)]());else{if(_0x5603c1[_0x528a52(0x188)]&&_0x5603c1[_0x528a52(0x153)]){if(_0x4b4585[_0x528a52(0x1ed)](_0x4b4585['vFnDT'],_0x4b4585[_0x528a52(0x1e7)]))_0x1519b8=!![],console[_0x528a52(0x1fe)](_0x4b4585[_0x528a52(0x18e)](_0x4b4585[_0x528a52(0x171)](_0x4b4585[_0x528a52(0x1a0)](_0x4b4585['xxYmH'],_0x343faa[_0x5603c1['sourceLocation'][_0x528a52(0x1b3)]][_0x528a52(0x1e2)]),_0x4b4585[_0x528a52(0x167)]),_0x5603c1['result']['status'][_0x528a52(0x17b)]())),_0x4b4585['eVKHG'](_0x163f65,_0x5603c1[_0x528a52(0x1ce)]['status'][_0x528a52(0x17b)]());else{let _0x2f015c;if(_0x19abfc[_0x528a52(0x18b)](_0x3c2ccb[_0x528a52(0x196)][_0x528a52(0x1bb)],_0x531298)){const _0x2745aa=_0x1008d3[_0x528a52(0x17e)](_0xb025b9[_0x528a52(0x196)][_0x528a52(0x1bb)]);_0x2f015c=_0x2745aa['capability'];}_0x19abfc[_0x528a52(0x190)](_0x2f015c,_0x4469d2)&&(_0x5b6a24[_0x528a52(0x209)]=_0x19abfc[_0x528a52(0x1f8)](_0x30c997,_0x2f015c),_0x3cd45f[_0x528a52(0x1fe)]('Executing\x20tests\x20for\x20'+_0x35f8e2[_0x528a52(0x209)]));}}else _0x5603c1[_0x528a52(0x188)]&&(_0x4b4585['zSMjZ'](_0x4b4585[_0x528a52(0x1f1)],_0x4b4585[_0x528a52(0x1f1)])?!_0x5603c1[_0x528a52(0x188)][_0x528a52(0x17c)]['includes'](_0x4b4585[_0x528a52(0x1ca)])&&(_0x4b4585[_0x528a52(0x18c)](_0x4b4585['IcGQe'],_0x4b4585[_0x528a52(0x15c)])?!_0x2bc09a[_0x528a52(0x188)]['uri'][_0x528a52(0x1ab)](_0x19abfc['QsiLj'])&&(_0x19abfc[_0x528a52(0x1f8)](_0x45e93c,_0x5bc2a3[_0x3f39f7][_0x528a52(0x203)]['toUpperCase']()),_0x598820?_0x4b35cc[_0x528a52(0x1fe)](_0x19abfc[_0x528a52(0x151)](_0x19abfc[_0x528a52(0x1f0)],_0x2462a9[_0x310196][_0x528a52(0x203)]['toUpperCase']())):_0x56799f[_0x528a52(0x1fe)](_0x19abfc['ElYtl'](_0x19abfc[_0x528a52(0x1a3)],_0x148231[_0x1a5718]['status'][_0x528a52(0x17b)]()))):(_0x4b4585[_0x528a52(0x1b9)](_0x163f65,_0x5603c1['result'][_0x528a52(0x203)][_0x528a52(0x17b)]()),_0x1519b8?_0x4b4585[_0x528a52(0x20f)](_0x4b4585[_0x528a52(0x14e)],_0x4b4585[_0x528a52(0x20b)])?(_0x58f9ba[_0x19abfc['ElYtl'](_0x19abfc[_0x528a52(0x1d4)](_0x9742b0[_0x528a52(0x1b2)][_0x528a52(0x15b)][_0x528a52(0x197)],_0x19abfc[_0x528a52(0x170)]),_0x207c28['pickle'][_0x528a52(0x197)])]=_0x56ab69,_0x3749f6[_0x528a52(0x1fe)](_0x19abfc[_0x528a52(0x192)](_0xa189cf,'\x0a'))):console[_0x528a52(0x1fe)](_0x4b4585['HovJU'](_0x4b4585[_0x528a52(0x1fb)],_0x5603c1[_0x528a52(0x1ce)][_0x528a52(0x203)][_0x528a52(0x17b)]())):_0x4b4585[_0x528a52(0x183)](_0x4b4585['QTGMq'],_0x4b4585[_0x528a52(0x1d0)])?!_0x3be05b[_0x528a52(0x188)][_0x528a52(0x17c)][_0x528a52(0x1ab)](_0x4b4585[_0x528a52(0x1ca)])&&(_0x4b4585[_0x528a52(0x214)](_0x2f83e4,_0x361443['result'][_0x528a52(0x203)][_0x528a52(0x17b)]()),_0x4f72f6?_0x6046b0[_0x528a52(0x1fe)](_0x4b4585[_0x528a52(0x1cb)](_0x4b4585[_0x528a52(0x1fb)],_0x2aa32c[_0x528a52(0x1ce)][_0x528a52(0x203)][_0x528a52(0x17b)]())):_0x2f5b8[_0x528a52(0x1fe)](_0x4b4585[_0x528a52(0x1cb)](_0x4b4585[_0x528a52(0x14d)],_0x2c26fd[_0x528a52(0x1ce)][_0x528a52(0x203)][_0x528a52(0x17b)]()))):console[_0x528a52(0x1fe)](_0x4b4585['RbFJh'](_0x4b4585[_0x528a52(0x14d)],_0x5603c1[_0x528a52(0x1ce)][_0x528a52(0x203)][_0x528a52(0x17b)]())))):(_0x19abfc[_0x528a52(0x1c9)](_0x4cfd7e,_0x3e105b[_0x528a52(0x1ce)][_0x528a52(0x203)][_0x528a52(0x17b)]()),_0x1167da?_0x8de397[_0x528a52(0x1fe)](_0x19abfc['TqkpM'](_0x19abfc['ulXSH'],_0x3f2562['result'][_0x528a52(0x203)][_0x528a52(0x17b)]())):_0x4420db[_0x528a52(0x1fe)](_0x19abfc['QNTwJ'](_0x19abfc[_0x528a52(0x1a3)],_0x427db4['result'][_0x528a52(0x203)][_0x528a52(0x17b)]()))));if(_0x4b4585[_0x528a52(0x157)](_0x5603c1['result'][_0x528a52(0x203)][_0x528a52(0x17b)](),_0x4b4585[_0x528a52(0x19a)])){if(_0x4b4585[_0x528a52(0x18c)](_0x4b4585[_0x528a52(0x207)],_0x4b4585['VCWwn']))_0x28a83e=!![],_0x3f88bc['log'](_0x4b4585[_0x528a52(0x164)](_0x4b4585['mbDZp'](_0x4b4585[_0x528a52(0x20d)](_0x4b4585['xxYmH'],_0x3d6d05[_0xae9b36['sourceLocation'][_0x528a52(0x1b3)]][_0x528a52(0x1e2)]),_0x4b4585[_0x528a52(0x167)]),_0x279b35[_0x526d1b]['status'][_0x528a52(0x17b)]())),_0x4b4585[_0x528a52(0x1b4)](_0x47f011,_0x575c13[_0x1d44e2]['status'][_0x528a52(0x17b)]());else{const _0x374f6a=_0x4b4585['TkrMe'](nestedKeyValue,_0x5603c1,[_0x4b4585[_0x528a52(0x161)],_0x4b4585['bTUCI'],_0x4b4585['hXIuY']]);if(_0x374f6a){if(_0x4b4585['TpAQe'](_0x4b4585[_0x528a52(0x1ea)],_0x4b4585[_0x528a52(0x1ea)]))testsErrorMessage[_0x27d579['name']]=_0x374f6a,console[_0x528a52(0x1fe)](_0x4b4585[_0x528a52(0x1c4)](_0x374f6a,'\x0a'));else{const _0x2bb7dc=_0x150911[_0x528a52(0x17e)](_0x3aaa6f[_0x528a52(0x196)][_0x528a52(0x1bb)]);_0x397833=_0x2bb7dc[_0x528a52(0x16c)];}}_0x31bda8=!![];}}}});}}else{const _0x460729=this[_0x48114c(0x165)][_0x48114c(0x1c1)](_0xda8d1f);console['log'](_0x4b4585['fSFQT'](_0x4b4585['QkMVz'](_0x4b4585[_0x48114c(0x1a4)]('\x20\x20',_0x460729[_0x48114c(0x1b2)]['feature']['name']),_0x4b4585[_0x48114c(0x167)]),_0x460729[_0x48114c(0x19c)][_0x48114c(0x197)]));const _0x28d4b7=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0x460729[_0x48114c(0x19c)]),_0x24e97f=_0x460729[_0x48114c(0x19b)][_0x48114c(0x14f)],_0x3352a8=_0x460729[_0x48114c(0x168)],_0xed5c2a=_0x24e97f[_0x48114c(0x18d)];for(let _0x129251=0x0;_0x4b4585['fWJwZ'](_0x129251,_0xed5c2a);_0x129251++){const _0x55b0cf=_0x24e97f[_0x129251];if(_0x55b0cf[_0x48114c(0x188)]&&_0x55b0cf[_0x48114c(0x153)])_0x4b4585['zSMjZ'](_0x4b4585['oiHjE'],_0x4b4585[_0x48114c(0x1df)])?(_0x1519b8=!![],console[_0x48114c(0x1fe)](_0x4b4585[_0x48114c(0x1d5)](_0x4b4585[_0x48114c(0x14c)](_0x4b4585[_0x48114c(0x1c4)](_0x4b4585['xxYmH'],_0x28d4b7[_0x55b0cf[_0x48114c(0x153)][_0x48114c(0x1b3)]][_0x48114c(0x1e2)]),_0x4b4585[_0x48114c(0x167)]),_0x3352a8[_0x129251][_0x48114c(0x203)][_0x48114c(0x17b)]())),_0x4b4585[_0x48114c(0x172)](_0x163f65,_0x3352a8[_0x129251][_0x48114c(0x203)][_0x48114c(0x17b)]())):this[_0x48114c(0x1d9)](_0x26d41a);else{if(_0x55b0cf[_0x48114c(0x188)]){if(_0x4b4585[_0x48114c(0x1cd)](_0x4b4585[_0x48114c(0x19f)],_0x4b4585[_0x48114c(0x15d)]))_0x269093[_0x48114c(0x1fe)](_0x4b4585['HgKCA'](_0x4b4585[_0x48114c(0x14d)],_0xac2de6[_0x48114c(0x1ce)]['status']['toUpperCase']()));else{if(!_0x55b0cf[_0x48114c(0x188)][_0x48114c(0x17c)][_0x48114c(0x1ab)](_0x4b4585[_0x48114c(0x1ca)])){if(_0x4b4585[_0x48114c(0x20f)](_0x4b4585['tzvzT'],_0x4b4585[_0x48114c(0x1e3)]))_0x4b4585[_0x48114c(0x1fc)](_0x163f65,_0x3352a8[_0x129251][_0x48114c(0x203)][_0x48114c(0x17b)]()),_0x1519b8?_0x4b4585['HRqnD'](_0x4b4585['GXGlN'],_0x4b4585[_0x48114c(0x1c6)])?_0x2bab25+=0x1:console[_0x48114c(0x1fe)](_0x4b4585[_0x48114c(0x1b8)](_0x4b4585[_0x48114c(0x1fb)],_0x3352a8[_0x129251][_0x48114c(0x203)][_0x48114c(0x17b)]())):_0x4b4585[_0x48114c(0x156)](_0x4b4585[_0x48114c(0x1e6)],_0x4b4585[_0x48114c(0x155)])?console[_0x48114c(0x1fe)](_0x4b4585[_0x48114c(0x185)](_0x4b4585['fwAkH'],_0x3352a8[_0x129251]['status']['toUpperCase']())):_0x3fa052['log'](_0x4b4585[_0x48114c(0x189)](_0x4b4585[_0x48114c(0x1d8)]('\x0a',_0x41553e[_0x48114c(0x209)]),'\x0a'));else{_0x580b9e=!![];const _0x1d6d88=_0x4b4585[_0x48114c(0x211)](_0x4ebb3c,_0x11702d[_0x1acd15],[_0x4b4585[_0x48114c(0x1de)],_0x4b4585[_0x48114c(0x15f)]]);_0x1d6d88&&(_0x36cda3[_0x4b4585[_0x48114c(0x174)](_0x4b4585[_0x48114c(0x1f6)](_0x1d3461[_0x48114c(0x1b2)][_0x48114c(0x15b)][_0x48114c(0x197)],_0x4b4585[_0x48114c(0x167)]),_0x4ee67e[_0x48114c(0x19c)][_0x48114c(0x197)])]=_0x1d6d88,_0x446cd7[_0x48114c(0x1fe)](_0x4b4585[_0x48114c(0x1d6)](_0x1d6d88,'\x0a')));}}}}}if(_0x4b4585[_0x48114c(0x1e4)](_0x3352a8[_0x129251]['status']['toUpperCase'](),_0x4b4585[_0x48114c(0x19a)])){_0x31bda8=!![];const _0x3366b9=_0x4b4585[_0x48114c(0x202)](nestedKeyValue,_0x3352a8[_0x129251],[_0x4b4585[_0x48114c(0x1de)],_0x4b4585['hXIuY']]);_0x3366b9&&(testsErrorMessage[_0x4b4585[_0x48114c(0x1b8)](_0x4b4585[_0x48114c(0x1d6)](_0x460729['gherkinDocument'][_0x48114c(0x15b)][_0x48114c(0x197)],_0x4b4585[_0x48114c(0x167)]),_0x460729['pickle'][_0x48114c(0x197)])]=_0x3366b9,console[_0x48114c(0x1fe)](_0x4b4585[_0x48114c(0x20d)](_0x3366b9,'\x0a')));}}}_0x31bda8&&(testSuitesFailed+=0x1),console[_0x48114c(0x1fe)]('\x0a');}}module[a4_0x1323c3(0x1a9)]=BrowserstackFormatter;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a5_0x3065d6=a5_0x3060;(function(_0x141db2,_0x162d2f){const _0x3f4daa=a5_0x3060,_0x37fa96=_0x141db2();while(!![]){try{const _0x3bb3bc=parseInt(_0x3f4daa(0x144))/0x1+-parseInt(_0x3f4daa(0x179))/0x2*(parseInt(_0x3f4daa(0x13a))/0x3)+parseInt(_0x3f4daa(0x161))/0x4+parseInt(_0x3f4daa(0x16b))/0x5+-parseInt(_0x3f4daa(0x19e))/0x6*(parseInt(_0x3f4daa(0x182))/0x7)+parseInt(_0x3f4daa(0x17d))/0x8*(-parseInt(_0x3f4daa(0x169))/0x9)+-parseInt(_0x3f4daa(0x121))/0xa*(parseInt(_0x3f4daa(0x13b))/0xb);if(_0x3bb3bc===_0x162d2f)break;else _0x37fa96['push'](_0x37fa96['shift']());}catch(_0x1cf40a){_0x37fa96['push'](_0x37fa96['shift']());}}}(a5_0x2afb,0x7eea1));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a5_0x3065d6(0x16c)),setKeepAlive=require(a5_0x3065d6(0x14c)),cucumberModule=requireModule(a5_0x3065d6(0x145)),logger=require(a5_0x3065d6(0x18e))['winstonLogger'];modifyCommand(),setKeepAlive();const Before=cucumberModule[a5_0x3065d6(0x13e)],After=cucumberModule[a5_0x3065d6(0x17a)],AfterAll=cucumberModule[a5_0x3065d6(0x11a)],BeforeAll=cucumberModule['BeforeAll'],AfterStep=cucumberModule[a5_0x3065d6(0x163)],configuration=process[a5_0x3065d6(0x116)]['CONFIG'];if(configuration!==undefined){const config=JSON[a5_0x3065d6(0x17e)](configuration);isTrue(config['skipSessionName'])&&(global[a5_0x3065d6(0x134)]=!![]),global[a5_0x3065d6(0x19c)]=isTrue(config[a5_0x3065d6(0x189)]),require(a5_0x3065d6(0x162))[a5_0x3065d6(0x158)](config),global[a5_0x3065d6(0x195)]=config['platformCaps']||{};}global[a5_0x3065d6(0x174)]=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule[a5_0x3065d6(0x190)]=_0x38e7c5=>{const _0x2435c1={'gjmJn':function(_0x5b833e,_0xbb6d21){return _0x5b833e(_0xbb6d21);}};global['__timeout']=_0x38e7c5,_0x2435c1['gjmJn'](__setDefaultTimeout,_0x38e7c5);};const a5_0x936c0d={};a5_0x936c0d[a5_0x3065d6(0x18d)]=a5_0x3065d6(0x13c),BeforeAll(a5_0x936c0d,function(){const _0x50185e=a5_0x3065d6,_0xcba78f={'WmleF':function(_0x44ac79,_0x3f3316){return _0x44ac79(_0x3f3316);},'UiFQN':_0x50185e(0x162),'eMOrA':function(_0x314252,_0x53e425){return _0x314252!==_0x53e425;},'tBoxw':_0x50185e(0x148),'oclRs':_0x50185e(0x127),'VqTfH':function(_0x36b501,_0x363eac){return _0x36b501!==_0x363eac;},'qCxYz':'mICRL','wifDE':_0x50185e(0x149),'TRkno':'uTuri','KYhaS':function(_0xc01374,_0x54ab88,_0x2dff5e,_0x16fc4f){return _0xc01374(_0x54ab88,_0x2dff5e,_0x16fc4f);},'ZIjYV':_0x50185e(0x122),'asjRu':_0x50185e(0x19d),'zrJCk':function(_0xe188d,_0x36a085){return _0xe188d===_0x36a085;},'hduuc':_0x50185e(0x15f),'wXmeB':_0x50185e(0x191),'zVBDZ':function(_0x4b30e5,_0x3ad42a,_0x46726f){return _0x4b30e5(_0x3ad42a,_0x46726f);},'yBnkg':_0x50185e(0x177),'ICwPV':function(_0x490af0,_0x14fbef){return _0x490af0!==_0x14fbef;},'MwmgV':'QFDhq','kGvWS':function(_0x408f9c,_0x9eca6e){return _0x408f9c!==_0x9eca6e;},'Qykxz':_0x50185e(0x123),'QELyB':_0x50185e(0x13f),'yUAZR':function(_0x3a7f5b,_0x5398c5){return _0x3a7f5b===_0x5398c5;},'CPhtT':_0x50185e(0x125),'vNaaL':'fqhDv','eaHzJ':_0x50185e(0x194)};logger[_0x50185e(0x12c)](_0xcba78f[_0x50185e(0x11b)]),global[_0x50185e(0x155)]=[],global[_0x50185e(0x198)]=![],global['driverCleanup']=async()=>{const _0x144341=_0x50185e,_0x2ecfd9={'wYTrT':function(_0x90b604,_0x1dcf2e){const _0x5baf90=a5_0x3060;return _0xcba78f[_0x5baf90(0x12f)](_0x90b604,_0x1dcf2e);},'yHuqZ':_0xcba78f[_0x144341(0x16d)]};if(_0xcba78f[_0x144341(0x14d)](_0xcba78f['tBoxw'],_0xcba78f['oclRs'])){let _0x4c2711=![];try{if(_0xcba78f[_0x144341(0x132)](_0xcba78f[_0x144341(0x138)],_0xcba78f[_0x144341(0x15b)])){await global[_0x144341(0x175)][0x0]['session_'],_0x4c2711=!![];if(global['__sessionFailed'])_0xcba78f[_0x144341(0x132)](_0xcba78f['TRkno'],_0xcba78f['TRkno'])?(_0x552f6d[_0x144341(0x174)]=_0x37fc67,_0x2ecfd9[_0x144341(0x15d)](_0x2b9bf2,_0x11cac0)):await _0xcba78f[_0x144341(0x167)](markSessionStatus,global['__drivers'][0x0],_0xcba78f[_0x144341(0x126)],global['__error_messages__'][_0x144341(0x14f)](_0xcba78f[_0x144341(0x119)]));else{if(_0xcba78f[_0x144341(0x128)](_0xcba78f['hduuc'],_0xcba78f[_0x144341(0x141)])){const _0x18c87f=_0x58c7ba[_0x144341(0x17e)](_0x58b4d0);_0x2ecfd9['wYTrT'](_0x25c556,_0x18c87f[_0x144341(0x160)])&&(_0x4ee909[_0x144341(0x134)]=!![]),_0x195fa5[_0x144341(0x19c)]=_0x2ecfd9[_0x144341(0x15d)](_0x2ab595,_0x18c87f[_0x144341(0x189)]),_0x2ecfd9['wYTrT'](_0x592645,_0x2ecfd9[_0x144341(0x159)])[_0x144341(0x158)](_0x18c87f),_0x5956ec[_0x144341(0x195)]=_0x18c87f[_0x144341(0x176)]||{};}else await _0xcba78f['zVBDZ'](markSessionStatus,global[_0x144341(0x175)][0x0],_0xcba78f[_0x144341(0x135)]);}}else _0x546498['__skipSessionName']=!![];}catch(_0x283307){_0xcba78f[_0x144341(0x129)](_0xcba78f[_0x144341(0x130)],_0xcba78f[_0x144341(0x130)])?_0x58cbaf[_0x144341(0x12c)](_0x144341(0x157)+_0x14e367):logger['debug']('Error:\x20cleaning\x20up\x20driver:\x20'+_0x283307);}global['__error_messages__']=[],global[_0x144341(0x198)]=![];if(_0x4c2711){if(_0xcba78f[_0x144341(0x171)](_0xcba78f[_0x144341(0x154)],_0xcba78f[_0x144341(0x154)]))_0x2fdd02[_0x144341(0x155)][_0x144341(0x152)](_0x263b60[_0x144341(0x15c)][_0x144341(0x180)]);else try{_0xcba78f[_0x144341(0x171)](_0xcba78f[_0x144341(0x184)],_0xcba78f[_0x144341(0x184)])?_0x9d24f4[_0x144341(0x12c)](_0x144341(0x131)+_0x134b58):await global[_0x144341(0x175)][0x0]['initQuit']();}catch(_0x2aa59c){_0xcba78f[_0x144341(0x185)](_0xcba78f[_0x144341(0x173)],_0xcba78f[_0x144341(0x16f)])?_0x4677fc[_0x144341(0x12c)](_0x144341(0x164)+_0x1cfcb4):logger['debug'](_0x144341(0x199)+_0x2aa59c);}}}else _0x54422b[_0x144341(0x12c)](_0x144341(0x15e)+_0x29bf7a);};});function a5_0x3060(_0x196434,_0x2bc532){const _0x2afb2a=a5_0x2afb();return a5_0x3060=function(_0x3060af,_0xe9973f){_0x3060af=_0x3060af-0x116;let _0x3ebd64=_0x2afb2a[_0x3060af];return _0x3ebd64;},a5_0x3060(_0x196434,_0x2bc532);}const a5_0x4e0f61={};a5_0x4e0f61[a5_0x3065d6(0x18d)]=a5_0x3065d6(0x13c),a5_0x4e0f61[a5_0x3065d6(0x153)]=0x2710,Before(a5_0x4e0f61,function(_0x3a7907,_0x58233a){const _0x1544ae=a5_0x3065d6,_0x5d2c7b={'mgwdX':function(_0x4976f1,_0x2ea663){return _0x4976f1>_0x2ea663;},'yLPIo':function(_0x459348,_0x30d06c){return _0x459348!==_0x30d06c;},'VdOgC':'QBMxk','dejvV':_0x1544ae(0x117),'wuNsN':function(_0x556aa4,_0x2fc82a){return _0x556aa4===_0x2fc82a;},'ToGvr':_0x1544ae(0x16a),'SGHWU':'ErLue','JWTGq':function(_0xcf5b17){return _0xcf5b17();},'sfqnF':_0x1544ae(0x192)};logger[_0x1544ae(0x12c)](_0x5d2c7b[_0x1544ae(0x1a0)]),new Promise(async _0x570023=>{const _0x224dba=_0x1544ae;try{_0x5d2c7b['mgwdX'](global[_0x224dba(0x175)][_0x224dba(0x137)],0x1)&&(_0x5d2c7b['yLPIo'](_0x5d2c7b[_0x224dba(0x142)],_0x5d2c7b[_0x224dba(0x187)])?(await global[_0x224dba(0x150)](),global[_0x224dba(0x175)]['shift']()):_0x49e52b[_0x224dba(0x12c)]('Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20'+_0x52db56)),global[_0x224dba(0x175)][0x0][_0x224dba(0x12a)]&&_0x5d2c7b[_0x224dba(0x17c)](global[_0x224dba(0x175)][0x0][_0x224dba(0x12a)],0x0)&&(_0x5d2c7b['wuNsN'](_0x5d2c7b['ToGvr'],_0x5d2c7b[_0x224dba(0x17b)])?_0xdc5d27[_0x224dba(0x12c)](_0x224dba(0x151)+_0x44fd2a):await global[_0x224dba(0x150)]());}catch(_0x31829f){}_0x5d2c7b[_0x224dba(0x15a)](_0x570023);})[_0x1544ae(0x197)](_0x58233a);});const a5_0x18e3c8={};a5_0x18e3c8['name']=a5_0x3065d6(0x13c),a5_0x18e3c8[a5_0x3065d6(0x153)]=0x2710,After(a5_0x18e3c8,function(_0x17dbc8,_0x389890){const _0x16dd3e=a5_0x3065d6,_0x2f6fd6={'FBAMw':_0x16dd3e(0x18b),'GnHOu':function(_0x1f8006,_0x204ad9){return _0x1f8006>_0x204ad9;},'oYcKi':function(_0xaeab02,_0x205882){return _0xaeab02===_0x205882;},'KRWpN':_0x16dd3e(0x122),'teUMG':function(_0xaa5e87,_0x24894b){return _0xaa5e87===_0x24894b;},'rwHby':function(_0x302086,_0x42b48d,_0x3f4081,_0x1ac392){return _0x302086(_0x42b48d,_0x3f4081,_0x1ac392);},'fRqFd':_0x16dd3e(0x19d),'qQkLg':function(_0x16e947,_0x31e366,_0x51df54){return _0x16e947(_0x31e366,_0x51df54);},'YvsQI':_0x16dd3e(0x177),'FoIuB':function(_0x133c5c){return _0x133c5c();},'CgLiW':'Inside\x20browserstack\x20After'};logger[_0x16dd3e(0x12c)](_0x2f6fd6['CgLiW']),new Promise(async _0x2757ee=>{const _0x36f296=_0x16dd3e;let _0xe7cb62=![];try{const _0x223f8a=_0x2f6fd6[_0x36f296(0x12d)][_0x36f296(0x16e)]('|');let _0xc82e79=0x0;while(!![]){switch(_0x223f8a[_0xc82e79++]){case'0':!global['__skipSessionName']&&await global[_0x36f296(0x175)][0x0]['executeScript'](_0x36f296(0x19a)+_0x17dbc8[_0x36f296(0x156)][_0x36f296(0x18d)]+'\x22}}');continue;case'1':_0x2f6fd6[_0x36f296(0x124)](global['__drivers'][_0x36f296(0x137)],0x1)&&(await global[_0x36f296(0x150)](),global[_0x36f296(0x175)][_0x36f296(0x147)](),global['__error_messages__']=[],global[_0x36f296(0x198)]=![]);continue;case'2':_0xe7cb62=!![];continue;case'3':await global[_0x36f296(0x175)][0x0][_0x36f296(0x12e)];continue;case'4':if(_0x2f6fd6[_0x36f296(0x11c)](_0x17dbc8[_0x36f296(0x15c)][_0x36f296(0x168)][_0x36f296(0x133)]()[_0x36f296(0x166)](),_0x2f6fd6[_0x36f296(0x193)])||_0x2f6fd6[_0x36f296(0x14b)](_0x17dbc8['result']['status']['toString']()[_0x36f296(0x166)](),'6')){try{global[_0x36f296(0x155)][_0x36f296(0x152)](_0x17dbc8[_0x36f296(0x15c)][_0x36f296(0x180)]);}catch(_0x5635ca){logger[_0x36f296(0x12c)](_0x36f296(0x164)+_0x5635ca);}await _0x2f6fd6['rwHby'](markSessionStatus,global[_0x36f296(0x175)][0x0],_0x2f6fd6[_0x36f296(0x193)],global[_0x36f296(0x155)]['join'](_0x2f6fd6[_0x36f296(0x146)]));}else await _0x2f6fd6[_0x36f296(0x140)](markSessionStatus,global[_0x36f296(0x175)][0x0],_0x2f6fd6[_0x36f296(0x18f)]);continue;}break;}}catch(_0x475f4a){logger[_0x36f296(0x12c)](_0x36f296(0x151)+_0x475f4a);}if(_0xe7cb62)try{global[_0x36f296(0x175)][0x0]&&_0x2f6fd6[_0x36f296(0x124)](global['__drivers'][0x0][_0x36f296(0x12a)],0x0)&&await global[_0x36f296(0x175)][0x0][_0x36f296(0x19f)]();}catch(_0x4785ef){logger[_0x36f296(0x12c)]('Error:\x20quiting\x20driver\x20at\x20After:\x20'+_0x4785ef);}_0x2f6fd6[_0x36f296(0x178)](_0x2757ee);})[_0x16dd3e(0x197)](()=>_0x389890());});const a5_0x150b8a={};a5_0x150b8a['name']=a5_0x3065d6(0x13c),a5_0x150b8a['timeout']=0x2710,AfterStep(a5_0x150b8a,function(_0x2de5ed,_0x107809){const _0x476374=a5_0x3065d6,_0x7b0d6d={'YcrLo':function(_0x1d6f70,_0x579a66){return _0x1d6f70===_0x579a66;},'MHNCQ':_0x476374(0x122),'ISAyP':function(_0xace14a,_0x2f24c4){return _0xace14a===_0x2f24c4;},'huhjK':function(_0x4523bf,_0x296d45){return _0x4523bf!==_0x296d45;},'PVlBN':function(_0x2ada53,_0x52a19d,_0x29c38){return _0x2ada53(_0x52a19d,_0x29c38);},'frIan':function(_0x3206a9,_0x7058bd){return _0x3206a9+_0x7058bd;},'coNBl':_0x476374(0x118),'zkRUp':'\x0aError:\x20','RMkCO':'error','pNszh':function(_0x2cecd4,_0xc4535){return _0x2cecd4+_0xc4535;},'DjQZt':function(_0x1d9afa,_0x3ef402){return _0x1d9afa!==_0x3ef402;},'rCUmf':function(_0x1ae503,_0x5d37e1,_0x1367a1){return _0x1ae503(_0x5d37e1,_0x1367a1);},'QnWrY':'Passed:\x20','twYIU':_0x476374(0x11e),'LvLym':_0x476374(0x181),'wfUAP':function(_0x2391a3){return _0x2391a3();},'BKJxT':_0x476374(0x170)};logger['debug'](_0x7b0d6d['BKJxT']);const _0x3bd80f=async(_0x39005e,_0xac6d20)=>{const _0x975894=_0x476374;await global[_0x975894(0x175)][0x0]['executeScript'](_0x975894(0x18a)+_0x39005e+',\x22level\x22:\x20\x22'+_0xac6d20+_0x975894(0x11f));};new Promise(async _0x1c346a=>{const _0xafaf37=_0x476374;try{_0x7b0d6d[_0xafaf37(0x136)](_0x2de5ed['result'][_0xafaf37(0x168)]['toString']()[_0xafaf37(0x166)](),_0x7b0d6d[_0xafaf37(0x186)])||_0x7b0d6d[_0xafaf37(0x188)](_0x2de5ed['result'][_0xafaf37(0x168)][_0xafaf37(0x133)]()['toLowerCase'](),'6')?(global[_0xafaf37(0x198)]=!![],global[_0xafaf37(0x155)]['push'](_0x2de5ed[_0xafaf37(0x15c)]['message']),_0x7b0d6d['huhjK'](_0x2de5ed[_0xafaf37(0x14a)],undefined)?await _0x7b0d6d[_0xafaf37(0x19b)](_0x3bd80f,JSON['stringify'](_0x7b0d6d[_0xafaf37(0x183)](_0x7b0d6d[_0xafaf37(0x183)](_0x7b0d6d[_0xafaf37(0x183)](_0x7b0d6d[_0xafaf37(0x139)],'\x22'+_0x2de5ed[_0xafaf37(0x14a)][_0xafaf37(0x18c)]+'\x22\x20'),_0x7b0d6d[_0xafaf37(0x11d)]),_0x2de5ed[_0xafaf37(0x15c)][_0xafaf37(0x180)])),_0x7b0d6d[_0xafaf37(0x17f)]):await _0x7b0d6d[_0xafaf37(0x19b)](_0x3bd80f,JSON[_0xafaf37(0x14e)](_0x7b0d6d[_0xafaf37(0x196)](_0x7b0d6d[_0xafaf37(0x139)],_0x2de5ed[_0xafaf37(0x15c)][_0xafaf37(0x180)])),_0x7b0d6d[_0xafaf37(0x17f)])):_0x7b0d6d[_0xafaf37(0x120)](_0x2de5ed[_0xafaf37(0x14a)],undefined)?await _0x7b0d6d[_0xafaf37(0x165)](_0x3bd80f,JSON[_0xafaf37(0x14e)](_0x7b0d6d['frIan'](_0x7b0d6d['QnWrY'],'\x22'+_0x2de5ed[_0xafaf37(0x14a)][_0xafaf37(0x18c)]+'\x22')),_0x7b0d6d['twYIU']):await _0x7b0d6d[_0xafaf37(0x19b)](_0x3bd80f,JSON[_0xafaf37(0x14e)](_0x7b0d6d[_0xafaf37(0x143)]),_0x7b0d6d[_0xafaf37(0x172)]);}catch(_0x68e254){logger['debug']('Error:\x20at\x20After\x20Step:\x20'+_0x68e254);}_0x7b0d6d[_0xafaf37(0x13d)](_0x1c346a);})[_0x476374(0x197)](()=>_0x107809());});const a5_0x14f840={};function a5_0x2afb(){const _0x522f6e=['text','name','../../helpers/logger','YvsQI','setDefaultTimeout','UlCxC','Inside\x20browserstack\x20Before','KRWpN','Inside\x20browserstack\x20BeforeAll','__platformCaps','pNszh','finally','__sessionFailed','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','PVlBN','__skipSessionStatus','\x20|\x20','243606mBoDXW','initQuit','sfqnF','Inside\x20browserstack\x20AfterAll','env','NkJoa','Failed:\x20','asjRu','AfterAll','eaHzJ','oYcKi','zkRUp','info','\x22}}','DjQZt','30kDeucx','failed','LMxnB','GnHOu','TSQYm','ZIjYV','pYfWB','zrJCk','ICwPV','quitCount_','RFAEt','debug','FBAMw','session_','WmleF','MwmgV','Error:\x20quiting\x20driver\x20at\x20After:\x20','VqTfH','toString','__skipSessionName','yBnkg','YcrLo','length','qCxYz','coNBl','21BKRXEg','1871342dcQiSO','bstack','wfUAP','Before','nALPu','qQkLg','wXmeB','VdOgC','LvLym','764278IjnjNK','@cucumber/cucumber/lib/index.js','fRqFd','shift','ugxic','XQvpW','pickleStep','teUMG','../../helpers/setKeepAlive','eMOrA','stringify','join','driverCleanup','Error:\x20at\x20After:\x20','push','timeout','Qykxz','__error_messages__','pickle','Error:\x20at\x20After\x20Step:\x20','browserstackAgentV2','yHuqZ','JWTGq','wifDE','result','wYTrT','Error:\x20cleaning\x20up\x20driver:\x20','udCXX','skipSessionName','4050812IzndtG','../../index','AfterStep','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','rCUmf','toLowerCase','KYhaS','status','8973pqfRpM','fMHAU','1876080SavGcN','../../helpers/helper','UiFQN','split','vNaaL','Inside\x20browserstack\x20AfterStep','kGvWS','twYIU','CPhtT','__timeout','__drivers','platformCaps','passed','FoIuB','124442rpVzGn','After','SGHWU','mgwdX','2576hFXntG','parse','RMkCO','message','Passed','63XXKTED','frIan','QELyB','yUAZR','MHNCQ','dejvV','ISAyP','skipSessionStatus','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','1|3|2|0|4'];a5_0x2afb=function(){return _0x522f6e;};return a5_0x2afb();}a5_0x14f840[a5_0x3065d6(0x18d)]=a5_0x3065d6(0x13c),a5_0x14f840[a5_0x3065d6(0x153)]=0x7530,AfterAll(a5_0x14f840,async function(_0x3a3a2c,_0x4d3bd9){const _0x555fd7=a5_0x3065d6,_0x54fcd2={'RFAEt':function(_0x3899bd){return _0x3899bd();},'BNBEJ':_0x555fd7(0x1a1)};logger['debug'](_0x54fcd2['BNBEJ']),await new Promise(async _0x326c17=>{const _0x43809a=_0x555fd7;await global['driverCleanup'](),_0x54fcd2[_0x43809a(0x12b)](_0x326c17);});});
|
|
1
|
+
const a5_0x2b7290=a5_0x313e;(function(_0x14e539,_0x3ec77e){const _0x7d8ba7=a5_0x313e,_0x56b42c=_0x14e539();while(!![]){try{const _0xfa2f8f=-parseInt(_0x7d8ba7(0x217))/0x1+-parseInt(_0x7d8ba7(0x1fd))/0x2+-parseInt(_0x7d8ba7(0x241))/0x3+-parseInt(_0x7d8ba7(0x250))/0x4*(-parseInt(_0x7d8ba7(0x24d))/0x5)+-parseInt(_0x7d8ba7(0x21e))/0x6*(parseInt(_0x7d8ba7(0x235))/0x7)+parseInt(_0x7d8ba7(0x240))/0x8+parseInt(_0x7d8ba7(0x1e7))/0x9*(parseInt(_0x7d8ba7(0x1f4))/0xa);if(_0xfa2f8f===_0x3ec77e)break;else _0x56b42c['push'](_0x56b42c['shift']());}catch(_0x292d54){_0x56b42c['push'](_0x56b42c['shift']());}}}(a5_0x3cce,0x68dd9));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require('../../helpers/helper'),setKeepAlive=require('../../helpers/setKeepAlive'),cucumberModule=requireModule(a5_0x2b7290(0x243)),logger=require('../../helpers/logger')['winstonLogger'];modifyCommand(),setKeepAlive();const Before=cucumberModule[a5_0x2b7290(0x1ca)],After=cucumberModule[a5_0x2b7290(0x247)],AfterAll=cucumberModule['AfterAll'],BeforeAll=cucumberModule[a5_0x2b7290(0x1cd)],AfterStep=cucumberModule[a5_0x2b7290(0x233)],configuration=process['env'][a5_0x2b7290(0x1c8)];if(configuration!==undefined){const config=JSON[a5_0x2b7290(0x227)](configuration);isTrue(config[a5_0x2b7290(0x1e8)])&&(global[a5_0x2b7290(0x24b)]=!![]),global[a5_0x2b7290(0x1d7)]=isTrue(config[a5_0x2b7290(0x229)]),require(a5_0x2b7290(0x1c7))[a5_0x2b7290(0x21d)](config),global[a5_0x2b7290(0x1f0)]=config[a5_0x2b7290(0x220)]||{};}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule[a5_0x2b7290(0x23a)];cucumberModule[a5_0x2b7290(0x23a)]=_0x27e4a6=>{const _0xd5a3c7=a5_0x2b7290,_0x395714={'NSTkx':function(_0x52d1ad,_0x12d433){return _0x52d1ad(_0x12d433);}};global['__timeout']=_0x27e4a6,_0x395714[_0xd5a3c7(0x1fa)](__setDefaultTimeout,_0x27e4a6);};const a5_0x3d8a2f={};a5_0x3d8a2f['name']=a5_0x2b7290(0x1ec),BeforeAll(a5_0x3d8a2f,function(){const _0xff3b12=a5_0x2b7290,_0xaf350a={'mRBOb':function(_0x4df46c,_0x1c44b8){return _0x4df46c(_0x1c44b8);},'HdoiH':_0xff3b12(0x1c7),'ZenXw':function(_0x2e5d99,_0x57101f){return _0x2e5d99!==_0x57101f;},'YMCNx':'ynCFc','jbCOW':_0xff3b12(0x23b),'JZdWP':function(_0x480fc4,_0x55ca82){return _0x480fc4===_0x55ca82;},'LPFSk':'jiiNL','ylwli':_0xff3b12(0x1d8),'FJFhB':function(_0x14c0ee,_0x50626d){return _0x14c0ee===_0x50626d;},'RZMfm':_0xff3b12(0x22f),'VVoMG':function(_0x587604,_0x2276d1,_0x352f17,_0x2fe8e7){return _0x587604(_0x2276d1,_0x352f17,_0x2fe8e7);},'MTUyr':_0xff3b12(0x207),'AoHzs':_0xff3b12(0x1c4),'lLawa':function(_0xd57f0b,_0x3aad01){return _0xd57f0b!==_0x3aad01;},'JXfGg':_0xff3b12(0x208),'ZsFSE':_0xff3b12(0x1c6),'qIvmP':function(_0x113228,_0x166c62,_0x2d6b2f){return _0x113228(_0x166c62,_0x2d6b2f);},'gPhOS':_0xff3b12(0x206),'lBMxy':_0xff3b12(0x252),'gTIxu':function(_0x1857f8,_0x250c1c){return _0x1857f8===_0x250c1c;},'ZQbAt':_0xff3b12(0x1f7),'tAuLO':function(_0x4fbbdb,_0x4be9e5){return _0x4fbbdb!==_0x4be9e5;},'VXvoU':_0xff3b12(0x1cb),'wiFQQ':_0xff3b12(0x253),'wubwG':_0xff3b12(0x234),'Fldxi':_0xff3b12(0x1da)};logger[_0xff3b12(0x209)](_0xaf350a[_0xff3b12(0x200)]),global['__error_messages__']=[],global[_0xff3b12(0x1d6)]=![],global[_0xff3b12(0x1e6)]=async()=>{const _0x929ee1=_0xff3b12,_0x141006={'XnwmY':function(_0x1749d2,_0x2ed936){const _0x92f577=a5_0x313e;return _0xaf350a[_0x92f577(0x23d)](_0x1749d2,_0x2ed936);},'sirpP':function(_0x224e44,_0x24f13d){return _0xaf350a['mRBOb'](_0x224e44,_0x24f13d);},'QFehM':function(_0x95563b,_0x3184e1){const _0x228f0a=a5_0x313e;return _0xaf350a[_0x228f0a(0x23d)](_0x95563b,_0x3184e1);},'ZqCHR':_0xaf350a[_0x929ee1(0x1ee)]};if(_0xaf350a[_0x929ee1(0x1e5)](_0xaf350a['YMCNx'],_0xaf350a[_0x929ee1(0x21c)])){let _0x4bbe14=![];try{if(_0xaf350a['JZdWP'](_0xaf350a[_0x929ee1(0x213)],_0xaf350a[_0x929ee1(0x1df)])){const _0xefd2da=_0x111afa[_0x929ee1(0x227)](_0x526a5f);_0x141006[_0x929ee1(0x236)](_0x8d34ba,_0xefd2da[_0x929ee1(0x1e8)])&&(_0x2b854f[_0x929ee1(0x24b)]=!![]),_0x56a788[_0x929ee1(0x1d7)]=_0x141006[_0x929ee1(0x1f1)](_0x453f90,_0xefd2da[_0x929ee1(0x229)]),_0x141006[_0x929ee1(0x1f8)](_0x49bc13,_0x141006[_0x929ee1(0x1eb)])[_0x929ee1(0x21d)](_0xefd2da),_0x3036be[_0x929ee1(0x1f0)]=_0xefd2da[_0x929ee1(0x220)]||{};}else await global[_0x929ee1(0x1c5)][0x0][_0x929ee1(0x248)],_0x4bbe14=!![],global[_0x929ee1(0x1d6)]?_0xaf350a['FJFhB'](_0xaf350a[_0x929ee1(0x1fc)],_0xaf350a[_0x929ee1(0x1fc)])?await _0xaf350a[_0x929ee1(0x242)](markSessionStatus,global['__drivers'][0x0],_0xaf350a[_0x929ee1(0x237)],global[_0x929ee1(0x1d5)][_0x929ee1(0x20b)](_0xaf350a[_0x929ee1(0x232)])):_0x294f56[_0x929ee1(0x209)](_0x929ee1(0x1dd)+_0x1b88a4):_0xaf350a[_0x929ee1(0x225)](_0xaf350a[_0x929ee1(0x219)],_0xaf350a['ZsFSE'])?await _0xaf350a[_0x929ee1(0x230)](markSessionStatus,global[_0x929ee1(0x1c5)][0x0],_0xaf350a[_0x929ee1(0x22e)]):_0x30d69a[_0x929ee1(0x209)](_0x929ee1(0x20e)+_0x7998cb);}catch(_0x497c17){_0xaf350a[_0x929ee1(0x22b)](_0xaf350a[_0x929ee1(0x23e)],_0xaf350a[_0x929ee1(0x23e)])?logger[_0x929ee1(0x209)](_0x929ee1(0x1dd)+_0x497c17):_0x456553[_0x929ee1(0x209)]('Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20'+_0x1bbf6d);}global['__error_messages__']=[],global[_0x929ee1(0x1d6)]=![];if(_0x4bbe14){if(_0xaf350a['gTIxu'](_0xaf350a[_0x929ee1(0x238)],_0xaf350a[_0x929ee1(0x238)]))try{_0xaf350a[_0x929ee1(0x20d)](_0xaf350a['VXvoU'],_0xaf350a[_0x929ee1(0x21a)])?await global[_0x929ee1(0x1c5)][0x0][_0x929ee1(0x249)]():_0x328ebf[_0x929ee1(0x209)](_0x929ee1(0x1f5)+_0x124128);}catch(_0x4af929){_0xaf350a[_0x929ee1(0x22b)](_0xaf350a['wubwG'],_0xaf350a['wubwG'])?logger[_0x929ee1(0x209)]('Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20'+_0x4af929):_0x216b7d[_0x929ee1(0x1d5)][_0x929ee1(0x1e3)](_0x2d5a2b[_0x929ee1(0x205)][_0x929ee1(0x1d0)]);}else _0x4f22eb[_0x929ee1(0x209)](_0x929ee1(0x210)+_0x313654);}}else _0x61ceba[_0x929ee1(0x209)](_0x929ee1(0x23c)+_0x295f5d);};});const a5_0x199011={};function a5_0x3cce(){const _0x34ae4b=['qIvmP','eTYqf','AoHzs','AfterStep','nFjUp','5820059ZtIsod','XnwmY','MTUyr','ZQbAt','TFAFL','setDefaultTimeout','naYVe','Error:\x20at\x20After\x20Step:\x20','mRBOb','lBMxy','Inside\x20browserstack\x20Before','894064FPFyxk','22419PtjBiB','VVoMG','@cucumber/cucumber/lib/index.js','cupQM','__timeout','AkjSV','After','session_','initQuit','Failed:\x20','__skipSessionName','executeScript','538230wCgMHQ','toLowerCase','sOZIc','4vgqBkW','fQjjQ','ZvjQl','BrlUm','bWdTj','\x20|\x20','__drivers','BIvNS','../../index','CONFIG','mLvIK','Before','aHtna','info','BeforeAll','lJwaX','opufF','message','shift','quitCount_','stringify','wCTvX','__error_messages__','__sessionFailed','__skipSessionStatus','wsyCG','urmOd','Inside\x20browserstack\x20BeforeAll','oOKRT','GULom','Error:\x20cleaning\x20up\x20driver:\x20','status','ylwli','error','LzdsV','GtcIj','push','wKVjN','ZenXw','driverCleanup','15658803oTumhy','skipSessionName','ojxun','KWOfr','ZqCHR','bstack','pickle','HdoiH','yGXXN','__platformCaps','sirpP','ItZgb','ZExgD','10GcyJzr','Error:\x20at\x20After:\x20','toString','DQHEX','QFehM','VaHTU','NSTkx','0|1|4|2|3','RZMfm','1066104qjVvwW','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','length','Fldxi','iVxqi','nDJzP','HGDnd','finally','result','passed','failed','AYdph','debug','XyWwB','join','CIfFm','tAuLO','Error:\x20quiting\x20driver\x20at\x20After:\x20','Ztuyj','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','GRzSt','timeout','LPFSk','name','NZeOu','IVFsb','157780ASNloM','ffsbc','JXfGg','wiFQQ','Inside\x20browserstack\x20AfterAll','jbCOW','browserstackAgentV2','6MwxKOI','text','platformCaps','omuUI','OhwVg','KOhGm','Inside\x20browserstack\x20After','lLawa','sYAVe','parse','\x22}}','skipSessionStatus','zvcMU','JZdWP','pickleStep',',\x22level\x22:\x20\x22','gPhOS','ZyGrt'];a5_0x3cce=function(){return _0x34ae4b;};return a5_0x3cce();}a5_0x199011[a5_0x2b7290(0x214)]=a5_0x2b7290(0x1ec),a5_0x199011[a5_0x2b7290(0x212)]=0x2710,Before(a5_0x199011,function(_0x2a6ee4,_0x231afd){const _0x237163=a5_0x2b7290,_0x54ab60={'ZExgD':function(_0x5c0f00,_0xde10c6){return _0x5c0f00(_0xde10c6);},'wKVjN':function(_0x4b5c56,_0xb5dcdc){return _0x4b5c56>_0xb5dcdc;},'omuUI':function(_0x3f2ff1,_0xe8f19d){return _0x3f2ff1===_0xe8f19d;},'ItZgb':_0x237163(0x211),'HGDnd':'BzuEb','ojxun':_0x237163(0x20a),'AkjSV':_0x237163(0x222),'wCTvX':function(_0x3a57cc){return _0x3a57cc();},'GDnwA':_0x237163(0x23f)};logger['debug'](_0x54ab60['GDnwA']),new Promise(async _0x80b32c=>{const _0xe21a57=_0x237163;try{_0x54ab60[_0xe21a57(0x1e4)](global[_0xe21a57(0x1c5)]['length'],0x1)&&(_0x54ab60[_0xe21a57(0x221)](_0x54ab60[_0xe21a57(0x1f2)],_0x54ab60[_0xe21a57(0x203)])?_0x2c34a0[_0xe21a57(0x24b)]=!![]:(await global['driverCleanup'](),global[_0xe21a57(0x1c5)][_0xe21a57(0x1d1)]())),global[_0xe21a57(0x1c5)][0x0][_0xe21a57(0x1d2)]&&_0x54ab60[_0xe21a57(0x1e4)](global[_0xe21a57(0x1c5)][0x0]['quitCount_'],0x0)&&(_0x54ab60[_0xe21a57(0x221)](_0x54ab60[_0xe21a57(0x1e9)],_0x54ab60[_0xe21a57(0x246)])?(_0x43e76d[_0xe21a57(0x245)]=_0x5ed2c0,_0x54ab60[_0xe21a57(0x1f3)](_0x4c9042,_0x11a4cc)):await global[_0xe21a57(0x1e6)]());}catch(_0x1a731b){}_0x54ab60[_0xe21a57(0x1d4)](_0x80b32c);})[_0x237163(0x204)](_0x231afd);});function a5_0x313e(_0x45b66d,_0x5b72c){const _0x3cce4a=a5_0x3cce();return a5_0x313e=function(_0x313edc,_0x2fc47c){_0x313edc=_0x313edc-0x1c4;let _0x31487e=_0x3cce4a[_0x313edc];return _0x31487e;},a5_0x313e(_0x45b66d,_0x5b72c);}const a5_0x5e46df={};a5_0x5e46df[a5_0x2b7290(0x214)]='bstack',a5_0x5e46df['timeout']=0x2710,After(a5_0x5e46df,function(_0xbe11b3,_0x1809c2){const _0x26da43=a5_0x2b7290,_0x4f8ee5={'ffsbc':_0x26da43(0x1fb),'oOKRT':function(_0x505b60,_0x2e1d36){return _0x505b60>_0x2e1d36;},'mLvIK':function(_0x549074,_0x29bd1f){return _0x549074===_0x29bd1f;},'LzdsV':_0x26da43(0x207),'sYAVe':function(_0x2de86f,_0x20f568){return _0x2de86f===_0x20f568;},'lJwaX':function(_0x2556c3,_0x473573,_0x778566,_0x283f42){return _0x2556c3(_0x473573,_0x778566,_0x283f42);},'fQjjQ':_0x26da43(0x1c4),'GtcIj':function(_0x480161,_0x204f13,_0x53aef2){return _0x480161(_0x204f13,_0x53aef2);},'cupQM':_0x26da43(0x206),'VaHTU':function(_0x13cd8b){return _0x13cd8b();},'yGXXN':_0x26da43(0x224)};logger[_0x26da43(0x209)](_0x4f8ee5[_0x26da43(0x1ef)]),new Promise(async _0x405077=>{const _0x2c0a5b=_0x26da43;let _0x14500e=![];try{const _0x45b3e6=_0x4f8ee5[_0x2c0a5b(0x218)]['split']('|');let _0x5db759=0x0;while(!![]){switch(_0x45b3e6[_0x5db759++]){case'0':_0x4f8ee5[_0x2c0a5b(0x1db)](global[_0x2c0a5b(0x1c5)][_0x2c0a5b(0x1ff)],0x1)&&(await global['driverCleanup'](),global[_0x2c0a5b(0x1c5)][_0x2c0a5b(0x1d1)](),global[_0x2c0a5b(0x1d5)]=[],global['__sessionFailed']=![]);continue;case'1':await global[_0x2c0a5b(0x1c5)][0x0]['session_'];continue;case'2':!global[_0x2c0a5b(0x24b)]&&await global['__drivers'][0x0]['executeScript'](_0x2c0a5b(0x1fe)+_0xbe11b3[_0x2c0a5b(0x1ed)][_0x2c0a5b(0x214)]+'\x22}}');continue;case'3':if(_0x4f8ee5[_0x2c0a5b(0x1c9)](_0xbe11b3['result'][_0x2c0a5b(0x1de)][_0x2c0a5b(0x1f6)]()[_0x2c0a5b(0x24e)](),_0x4f8ee5[_0x2c0a5b(0x1e1)])||_0x4f8ee5[_0x2c0a5b(0x226)](_0xbe11b3[_0x2c0a5b(0x205)][_0x2c0a5b(0x1de)][_0x2c0a5b(0x1f6)]()[_0x2c0a5b(0x24e)](),'6')){try{global[_0x2c0a5b(0x1d5)]['push'](_0xbe11b3[_0x2c0a5b(0x205)][_0x2c0a5b(0x1d0)]);}catch(_0x302647){logger[_0x2c0a5b(0x209)]('Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20'+_0x302647);}await _0x4f8ee5[_0x2c0a5b(0x1ce)](markSessionStatus,global[_0x2c0a5b(0x1c5)][0x0],_0x4f8ee5[_0x2c0a5b(0x1e1)],global[_0x2c0a5b(0x1d5)][_0x2c0a5b(0x20b)](_0x4f8ee5[_0x2c0a5b(0x251)]));}else await _0x4f8ee5[_0x2c0a5b(0x1e2)](markSessionStatus,global[_0x2c0a5b(0x1c5)][0x0],_0x4f8ee5[_0x2c0a5b(0x244)]);continue;case'4':_0x14500e=!![];continue;}break;}}catch(_0x1a7bdd){logger['debug'](_0x2c0a5b(0x1f5)+_0x1a7bdd);}if(_0x14500e)try{global[_0x2c0a5b(0x1c5)][0x0]&&_0x4f8ee5[_0x2c0a5b(0x1db)](global[_0x2c0a5b(0x1c5)][0x0][_0x2c0a5b(0x1d2)],0x0)&&await global[_0x2c0a5b(0x1c5)][0x0][_0x2c0a5b(0x249)]();}catch(_0x16a43e){logger['debug']('Error:\x20quiting\x20driver\x20at\x20After:\x20'+_0x16a43e);}_0x4f8ee5[_0x2c0a5b(0x1f9)](_0x405077);})[_0x26da43(0x204)](()=>_0x1809c2());});const a5_0x4fc27c={};a5_0x4fc27c[a5_0x2b7290(0x214)]='bstack',a5_0x4fc27c[a5_0x2b7290(0x212)]=0x2710,AfterStep(a5_0x4fc27c,function(_0x47ff9f,_0x3dd528){const _0x4a65ac=a5_0x2b7290,_0x2c094d={'CIfFm':function(_0x5f0731,_0xe0cc0c){return _0x5f0731===_0xe0cc0c;},'urmOd':_0x4a65ac(0x207),'ZdrfA':function(_0x42332a,_0x30f9b4){return _0x42332a!==_0x30f9b4;},'bWdTj':function(_0x5e60f1,_0x55919e,_0x5765c8){return _0x5e60f1(_0x55919e,_0x5765c8);},'opufF':function(_0x19cebe,_0x1c3a9d){return _0x19cebe+_0x1c3a9d;},'GULom':function(_0x20c3db,_0x11c295){return _0x20c3db+_0x11c295;},'eTYqf':function(_0x59787a,_0x4182ef){return _0x59787a+_0x4182ef;},'KOhGm':_0x4a65ac(0x24a),'IVFsb':'\x0aError:\x20','sOZIc':_0x4a65ac(0x1e0),'NZeOu':function(_0x3d2f5d,_0x34da97,_0x59a1d7){return _0x3d2f5d(_0x34da97,_0x59a1d7);},'KWOfr':function(_0x159478,_0x4e807a){return _0x159478!==_0x4e807a;},'YCQPO':'Passed:\x20','Ztuyj':_0x4a65ac(0x1cc),'zvcMU':'Passed','iVxqi':function(_0x20f78c){return _0x20f78c();},'nDJzP':'Inside\x20browserstack\x20AfterStep'};logger[_0x4a65ac(0x209)](_0x2c094d[_0x4a65ac(0x202)]);const _0x35c5c7=async(_0x41fd4d,_0x3d3574)=>{const _0x3e8dc4=_0x4a65ac;await global['__drivers'][0x0][_0x3e8dc4(0x24c)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x41fd4d+_0x3e8dc4(0x22d)+_0x3d3574+_0x3e8dc4(0x228));};new Promise(async _0x2fb9ae=>{const _0xaff94=_0x4a65ac;try{_0x2c094d[_0xaff94(0x20c)](_0x47ff9f['result'][_0xaff94(0x1de)]['toString']()[_0xaff94(0x24e)](),_0x2c094d[_0xaff94(0x1d9)])||_0x2c094d[_0xaff94(0x20c)](_0x47ff9f[_0xaff94(0x205)][_0xaff94(0x1de)][_0xaff94(0x1f6)]()[_0xaff94(0x24e)](),'6')?(global[_0xaff94(0x1d6)]=!![],global[_0xaff94(0x1d5)][_0xaff94(0x1e3)](_0x47ff9f[_0xaff94(0x205)][_0xaff94(0x1d0)]),_0x2c094d['ZdrfA'](_0x47ff9f[_0xaff94(0x22c)],undefined)?await _0x2c094d['bWdTj'](_0x35c5c7,JSON[_0xaff94(0x1d3)](_0x2c094d[_0xaff94(0x1cf)](_0x2c094d[_0xaff94(0x1dc)](_0x2c094d[_0xaff94(0x231)](_0x2c094d['KOhGm'],'\x22'+_0x47ff9f[_0xaff94(0x22c)][_0xaff94(0x21f)]+'\x22\x20'),_0x2c094d[_0xaff94(0x216)]),_0x47ff9f[_0xaff94(0x205)]['message'])),_0x2c094d[_0xaff94(0x24f)]):await _0x2c094d[_0xaff94(0x215)](_0x35c5c7,JSON['stringify'](_0x2c094d[_0xaff94(0x231)](_0x2c094d[_0xaff94(0x223)],_0x47ff9f[_0xaff94(0x205)]['message'])),_0x2c094d[_0xaff94(0x24f)])):_0x2c094d[_0xaff94(0x1ea)](_0x47ff9f[_0xaff94(0x22c)],undefined)?await _0x2c094d[_0xaff94(0x254)](_0x35c5c7,JSON[_0xaff94(0x1d3)](_0x2c094d['GULom'](_0x2c094d['YCQPO'],'\x22'+_0x47ff9f[_0xaff94(0x22c)][_0xaff94(0x21f)]+'\x22')),_0x2c094d[_0xaff94(0x20f)]):await _0x2c094d[_0xaff94(0x215)](_0x35c5c7,JSON[_0xaff94(0x1d3)](_0x2c094d[_0xaff94(0x22a)]),_0x2c094d[_0xaff94(0x20f)]);}catch(_0x168b12){logger[_0xaff94(0x209)](_0xaff94(0x23c)+_0x168b12);}_0x2c094d[_0xaff94(0x201)](_0x2fb9ae);})['finally'](()=>_0x3dd528());});const a5_0x3e2705={};a5_0x3e2705[a5_0x2b7290(0x214)]=a5_0x2b7290(0x1ec),a5_0x3e2705[a5_0x2b7290(0x212)]=0x7530,AfterAll(a5_0x3e2705,async function(_0xf1e28f,_0x563643){const _0x4da0f1=a5_0x2b7290,_0x4f24fb={'dMezG':function(_0x150a81){return _0x150a81();},'TFAFL':_0x4da0f1(0x21b)};logger[_0x4da0f1(0x209)](_0x4f24fb[_0x4da0f1(0x239)]),await new Promise(async _0xedcf76=>{const _0x964e62=_0x4da0f1;await global[_0x964e62(0x1e6)](),_0x4f24fb['dMezG'](_0xedcf76);});});
|