browserstack-node-sdk 1.31.21 → 1.31.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -0
- 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/globals.js +1 -0
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance-tester.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a17_0x4939(){const _0x451127=['stringify','VOCQe','.browserstack','unlinkSync','21132SNqGUP','setup','MJjdj','getTestUUID','128PxRJCo','18028PpeEWO','17864dKtphg','BS_TESTOPS_BUILD_HASHED_ID','mkdirSync','recursive','jest-o11y-','20wQBEYH','uuid','156OwvPfW','2822168piyqKg','JPBRt','tests','61RnmtTO','force','1072314yDgztm','retry','_test','exports','parse','dEGkY','365ktxqYf','.json','removeTestUUID','22503TvmZER','homedir','env','dirPath','NZScz','yxESr','existsSync','639881oFdLAi','20784CCOnLl','14wIsWLc','path','EbSiC','GSQJI','../../../helpers/helper','shutdown','getFilePath','Vdmyg','rmSync','join','_projectId'];a17_0x4939=function(){return _0x451127;};return a17_0x4939();}const a17_0xf26c57=a17_0x3545;(function(_0x15ce74,_0x3c116d){const _0x2eccdd=a17_0x3545,_0x44642a=_0x15ce74();while(!![]){try{const _0x8e281f=parseInt(_0x2eccdd(0x1d7))/0x1*(-parseInt(_0x2eccdd(0x1ff))/0x2)+-parseInt(_0x2eccdd(0x1fa))/0x3*(parseInt(_0x2eccdd(0x1fe))/0x4)+-parseInt(_0x2eccdd(0x1df))/0x5*(-parseInt(_0x2eccdd(0x1ea))/0x6)+-parseInt(_0x2eccdd(0x1eb))/0x7*(parseInt(_0x2eccdd(0x208))/0x8)+-parseInt(_0x2eccdd(0x1d9))/0x9*(-parseInt(_0x2eccdd(0x205))/0xa)+-parseInt(_0x2eccdd(0x1e9))/0xb*(parseInt(_0x2eccdd(0x207))/0xc)+parseInt(_0x2eccdd(0x1e2))/0xd*(parseInt(_0x2eccdd(0x200))/0xe);if(_0x8e281f===_0x3c116d)break;else _0x44642a['push'](_0x44642a['shift']());}catch(_0x1120b9){_0x44642a['push'](_0x44642a['shift']());}}}(a17_0x4939,0x7102d));const fs=require('fs'),path=require(a17_0xf26c57(0x1ec)),{v4:uuidv4}=require(a17_0xf26c57(0x206)),helper=require(a17_0xf26c57(0x1ef));function a17_0x3545(_0x2527ab,_0x1bcaa5){const _0x4939ad=a17_0x4939();return a17_0x3545=function(_0x354574,_0x3572af){_0x354574=_0x354574-0x1d6;let _0x1efe36=_0x4939ad[_0x354574];return _0x1efe36;},a17_0x3545(_0x2527ab,_0x1bcaa5);}class TestDetails{static ['tests']={};static [a17_0xf26c57(0x1e5)]=path[a17_0xf26c57(0x1f4)](helper['homedir'](),a17_0xf26c57(0x1f8),a17_0xf26c57(0x204)+process['env'][a17_0xf26c57(0x201)]);static[a17_0xf26c57(0x1fb)](){const _0x33133f=a17_0xf26c57,_0x33b692={};_0x33b692[_0x33133f(0x1e7)]='.browserstack';const _0x3c8290=_0x33b692;this[_0x33133f(0x1e5)]=path[_0x33133f(0x1f4)](helper[_0x33133f(0x1e3)](),_0x3c8290[_0x33133f(0x1e7)],_0x33133f(0x204)+process[_0x33133f(0x1e4)][_0x33133f(0x201)]),this[_0x33133f(0x1f0)]();const _0x227527={};_0x227527[_0x33133f(0x203)]=!![],fs[_0x33133f(0x202)](this[_0x33133f(0x1e5)],_0x227527);}static[a17_0xf26c57(0x1f1)](_0x27bbdf){const _0x41a073=a17_0xf26c57,_0x289e4d={};_0x289e4d[_0x41a073(0x209)]=function(_0x39aee2,_0x1c2189){return _0x39aee2+_0x1c2189;},_0x289e4d['VOCQe']=_0x41a073(0x1e0);const _0x23ff21=_0x289e4d;return path[_0x41a073(0x1f4)](this[_0x41a073(0x1e5)],_0x23ff21[_0x41a073(0x209)](_0x27bbdf,_0x23ff21[_0x41a073(0x1f7)]));}static['getTestRunIdFromTestInfo'](_0x2d9a85){const _0x5048df=a17_0xf26c57,_0x1e166b={};_0x1e166b[_0x5048df(0x1f2)]=function(_0x2aca8b,_0x44f18b){return _0x2aca8b+_0x44f18b;},_0x1e166b[_0x5048df(0x1ee)]=function(_0x1cb17c,_0x891ee6){return _0x1cb17c+_0x891ee6;},_0x1e166b[_0x5048df(0x1e6)]=function(_0x64b0d,_0x4629d7){return _0x64b0d+_0x4629d7;};const _0xe844d1=_0x1e166b;return _0xe844d1[_0x5048df(0x1f2)](_0xe844d1[_0x5048df(0x1ee)](_0xe844d1[_0x5048df(0x1ee)](_0xe844d1[_0x5048df(0x1e6)](_0x2d9a85[_0x5048df(0x1db)][_0x5048df(0x1f5)],'-'),_0x2d9a85[_0x5048df(0x1db)]['id']),'-'),_0x2d9a85[_0x5048df(0x1da)]);}static[a17_0xf26c57(0x1fd)](_0x326da5){const _0x395037=a17_0xf26c57,_0x5229cf={};_0x5229cf[_0x395037(0x1fc)]=function(_0x27e5f1,_0x5b8ba6){return _0x27e5f1!==_0x5b8ba6;},_0x5229cf[_0x395037(0x1ed)]='yuYvf';const _0x33acb6=_0x5229cf,_0x342f43=this['getFilePath'](_0x326da5);if(fs['existsSync'](_0x342f43)){if(_0x33acb6[_0x395037(0x1fc)](_0x33acb6[_0x395037(0x1ed)],_0x33acb6[_0x395037(0x1ed)])){const _0x4f0bed=this[_0x395037(0x1f1)](_0x51dde4);_0x49bae3[_0x395037(0x1e8)](_0x4f0bed)&&_0x4900ac[_0x395037(0x1f9)](_0x4f0bed);}else{const _0x545a9e=JSON[_0x395037(0x1dd)](fs['readFileSync'](_0x342f43)['toString']());return this[_0x395037(0x1d6)][_0x326da5]=_0x545a9e,this['tests'][_0x326da5][_0x395037(0x206)];}}}static['setTestUUID'](_0x38bf5d){const _0x388de7=a17_0xf26c57,_0x1355ac={'dEGkY':function(_0x1e1632){return _0x1e1632();}},_0x4c20b4=this[_0x388de7(0x1f1)](_0x38bf5d);return this[_0x388de7(0x1d6)][_0x38bf5d]={'uuid':_0x1355ac[_0x388de7(0x1de)](uuidv4)},fs['writeFileSync'](_0x4c20b4,JSON[_0x388de7(0x1f6)](this[_0x388de7(0x1d6)][_0x38bf5d])),this[_0x388de7(0x1d6)][_0x38bf5d][_0x388de7(0x206)];}static[a17_0xf26c57(0x1e1)](_0x126f8d){const _0x38ff2a=a17_0xf26c57,_0x1dd772=this[_0x38ff2a(0x1f1)](_0x126f8d);fs[_0x38ff2a(0x1e8)](_0x1dd772)&&fs[_0x38ff2a(0x1f9)](_0x1dd772);}static[a17_0xf26c57(0x1f0)](){const _0x1d0eda=a17_0xf26c57,_0x12d1f6={};_0x12d1f6[_0x1d0eda(0x203)]=!![],_0x12d1f6[_0x1d0eda(0x1d8)]=!![],fs[_0x1d0eda(0x1f3)](this[_0x1d0eda(0x1e5)],_0x12d1f6);}}module[a17_0xf26c57(0x1dc)]=TestDetails;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a18_0x56d2(_0x4d0ea5,_0x50cc7c){const _0x5ca754=a18_0x5ca7();return a18_0x56d2=function(_0x56d210,_0x5e5e9a){_0x56d210=_0x56d210-0x163;let _0x51f38c=_0x5ca754[_0x56d210];return _0x51f38c;},a18_0x56d2(_0x4d0ea5,_0x50cc7c);}const a18_0x5497c6=a18_0x56d2;(function(_0x14747f,_0x119282){const _0x5533c1=a18_0x56d2,_0x1d6c9=_0x14747f();while(!![]){try{const _0x4e109c=parseInt(_0x5533c1(0x163))/0x1+parseInt(_0x5533c1(0x164))/0x2+-parseInt(_0x5533c1(0x172))/0x3*(-parseInt(_0x5533c1(0x16f))/0x4)+parseInt(_0x5533c1(0x16c))/0x5*(-parseInt(_0x5533c1(0x171))/0x6)+parseInt(_0x5533c1(0x167))/0x7*(parseInt(_0x5533c1(0x16b))/0x8)+-parseInt(_0x5533c1(0x166))/0x9*(parseInt(_0x5533c1(0x16a))/0xa)+-parseInt(_0x5533c1(0x170))/0xb*(parseInt(_0x5533c1(0x169))/0xc);if(_0x4e109c===_0x119282)break;else _0x1d6c9['push'](_0x1d6c9['shift']());}catch(_0x1bde1d){_0x1d6c9['push'](_0x1d6c9['shift']());}}}(a18_0x5ca7,0x46894));const {requireModule}=require(a18_0x5497c6(0x173));function a18_0x5ca7(){const _0x393afb=['396neAMaY','130pjjXXG','2181592AnaHCG','275MiiTiR','__webdriver','selenium-webdriver','8EkGYiC','263098SRfttM','50340yEJJwX','152304FHKlWY','../../helpers/helper','559895MTTBdK','1042376OIrqbV','../../helpers/setKeepAlive','130401kSVAfd','14FyoSFr','keys'];a18_0x5ca7=function(){return _0x393afb;};return a18_0x5ca7();}require(a18_0x5497c6(0x165))();const __wd__=requireModule(a18_0x5497c6(0x16e));for(const key of Object[a18_0x5497c6(0x168)](global['__webdriver'])){__wd__[key]=global[a18_0x5497c6(0x16d)][key];}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a19_0x2b8d7e=a19_0x4c31;function a19_0x4c31(_0x32a68b,_0x3c3da7){const _0x1d24a7=a19_0x1d24();return a19_0x4c31=function(_0x4c3139,_0x4ae2bf){_0x4c3139=_0x4c3139-0x144;let _0x25824d=_0x1d24a7[_0x4c3139];return _0x25824d;},a19_0x4c31(_0x32a68b,_0x3c3da7);}(function(_0x58330d,_0x543ec0){const _0x54418c=a19_0x4c31,_0x5552c7=_0x58330d();while(!![]){try{const _0xead93c=parseInt(_0x54418c(0x16f))/0x1+-parseInt(_0x54418c(0x149))/0x2+-parseInt(_0x54418c(0x1c4))/0x3+parseInt(_0x54418c(0x1ac))/0x4+parseInt(_0x54418c(0x212))/0x5+-parseInt(_0x54418c(0x18f))/0x6*(parseInt(_0x54418c(0x1f9))/0x7)+parseInt(_0x54418c(0x1f7))/0x8*(parseInt(_0x54418c(0x25b))/0x9);if(_0xead93c===_0x543ec0)break;else _0x5552c7['push'](_0x5552c7['shift']());}catch(_0x8e6d8d){_0x5552c7['push'](_0x5552c7['shift']());}}}(a19_0x1d24,0xc1d4a));function a19_0x1d24(){const _0x444a26=['reporterOptions','OhcjC','TZvph','SjkbD','testContextOptions','WLOSF','../../helpers/accessibility-automation/helper','8gwgyEe','--format','49DzbDdH','TQLFr','MiRYx','PqJvW','BSTACK_DELTA','cOawL','ulPZj','gYfUg','RzEUo','spec','file','timeout','uoISp','MGVCs','Vfsdq','cjuwX','NzRIh','HAEwD','TWoxw','kaASK','getInstance','scenariosFailed','odQoY','QpphG','bQjGg','5157810hnuWrW','stgWf','JMLen','run','uVsRM','GTAkS','browserstackPlatformIndex','CONFIG','replace','pFHGK','cJKBC','rtYEw','percy','../../helpers/helper','QlwHh','testSuites','FVQkZ','SzyPL','skipSessionName','biZqV','RDQfQ','FYKic','dUuox','cDUug','../mocha/test.setup','QfDvw','iOLFi','length','../cucumber-js/formatter/custom_formatter.js','WcgaB','jAxyA','../mocha/test-observability/data-hooks','exports','extname','JKXmF','FmdWJ','_mochaOpts','testsErrorMessage','lNZzA','zCoqK','jEKil','testsSkipped','KHIhd','zHMyK','xXiQr','testsPassed',':tmp/','call','error','NsDuy','join','wVaBe','assign','processSuccess','../cucumber-js/test_old.setup.js','AKKBQ','_accessibilityAutomation','Rwnpm','EZeMn','vanilla','KjdOV','kjEzO','TmhhO','beforeAll','djUjG','FPElg','SUqKU','ttUsO','ytrIx','nAekw','IDWZn','URgIm','nhJss','15982578XEzxNG','NbWvQ','dZVVY','UOoQj','sDMQh','hxleB','configuration','ZkzsA','capabilities','lZhST','MlouG','rztey','HGbgI','tmhbb','AOKwc','GKXdi','WbZbv','testsPending','pendingUploads','stderr','ratwp','nexJa','miJup','browserstackPercyBestPlatform','WnJgf','DdNta','COhSH','PJlmr','steps','eAZvY','958956nqwZBL','lBlHk','scenarios','rootHooks','platform','BWGBP','iTFss','beforeEach','../../helpers/setKeepAlive','_testObservability','RucmP','JWZyJ','cwd','zkkEb','stringify','stepsSkipped','cucumber-js','stepsFailed','platformCaps','YrfEE','_configuration','supportCodePaths','krXTi','msfDK','../mocha/bstack-reporter/customReporter.js','CvMcn','BlUxe','jugSx','stepsPending','owtqf','browserStackPercyOptions','SRvEL','WFaSx','../../index','HYUed','Ayvko','tabOz','vXDpB','990978mbGUiz','testsUndefined','testsAmbiguous','splice','KKPxn','YLIbT','../../helpers/test-observability/utils','skipSessionStatus','tmp/','reporter','pdsGV','jVsjQ','JcOqx','bTtht','DSJPI','lvmWj','biFZc','QzWqO','browserstackAgent','SYDOZ','Tiwfq','env','kPzuJ','__skipSessionStatus','qlOEH','VoEEO','capability','fysAR','lUilT','vsLsf','afterAll','mAHUo','1309968NywlJs','HiUNW','percyCaptureMode','../../helpers/test-observability/requestQueueHandler','ofGju','_bsConfig','Dymhq','Nnvyh','sKdur','17|20|8|18|2|14|1|19|10|5|12|7|3|11|4|0|9|16|13|6|21|15','_framework','Seson','AWZct','CoWWZ','UILnI','build','unshift','mocha','oqGPJ','path','lswao','eqzPc','kkVNy','@cucumber/cucumber/lib/api/paths.js','EcghL','xQLiL','catch','_formatter','../cucumber-js/formatter/custom_formatter_old_versions.js','771060FeHhVT','diRRr','IKZPa','beforeExit','require','handleRequires','stepsPassed','@cucumber/cucumber/lib/cli/configuration_builder.js','zsEuv','uVGoF','isBrowserstackInfra','__skipSessionName','DKUOf','_capability','LjkAR','zDaWc','HDVVR','_argv','nestedKeyValue','split','testSuitesFailed','Kgfvw','default','stepsUnknown','3568329xcLNbp','lDXoy','JhCnU','XHBWF','__platform__','kyfvc','exitCode','@cucumber/cucumber/lib/cli/index.js','../cucumber-js/timeout.setup.js','UqoVh','bySJA','btnmh','XXeWJ','ofnIR','formatter','dRpQw','LQaFX','turboScaleUrl','testsFailed','aJzsJ','gScih','crHfQ','tMjOd','cucumber/lib/cli/index.js','MALOn','xSZtU','prevRun','PELAa','ZNqQL','NXTRq','ZVJcF','qPrAp','prototype','totalTests','push','MddSB','afterEach','ABKDT','testsUnknown','__driversArray','stepsUndefined','ycgRv','mochaHooks','YGFgW'];a19_0x1d24=function(){return _0x444a26;};return a19_0x1d24();}const path=require(a19_0x2b8d7e(0x1a2)),{requireModule,modifyCommand,getPlatformName,cleanupDrivers,isBrowserstackInfra}=require(a19_0x2b8d7e(0x21f)),constants=require('../utils/constants'),{isAccessibilityAutomationSession}=require(a19_0x2b8d7e(0x1f6)),RequestQueueHandler=require(a19_0x2b8d7e(0x192)),{isTestObservabilitySession}=require(a19_0x2b8d7e(0x175)),helper=require('../../helpers/helper');class Launcher{constructor(_0x4d307d,_0x2ec80d,_0x582d2b,_0x3e4b3a=[]){const _0x4acdee=a19_0x2b8d7e,_0x4fda58={'vsLsf':_0x4acdee(0x198),'JcOqx':function(_0x1f4635){return _0x1f4635();},'QvhqS':function(_0x5ca4bf){return _0x5ca4bf();}},_0x2acee4=_0x4fda58[_0x4acdee(0x18c)][_0x4acdee(0x1bf)]('|');let _0x339484=0x0;while(!![]){switch(_0x2acee4[_0x339484++]){case'0':global['testsPending']=0x0;continue;case'1':this[_0x4acdee(0x1bd)]=_0x3e4b3a;continue;case'2':this[_0x4acdee(0x1b9)]=this[_0x4acdee(0x15d)]['capability'];continue;case'3':global['totalTests']=0x0;continue;case'4':global[_0x4acdee(0x1d6)]=0x0;continue;case'5':this['_accessibilityAutomation']=_0x4fda58[_0x4acdee(0x17b)](isAccessibilityAutomationSession);continue;case'6':global[_0x4acdee(0x1ea)]=0x0;continue;case'7':global[_0x4acdee(0x221)]=0x0;continue;case'8':this[_0x4acdee(0x236)]=_0x2ec80d['mochaOpts'];continue;case'9':global['testsSkipped']=0x0;continue;case'10':this[_0x4acdee(0x152)]=_0x4fda58['QvhqS'](isTestObservabilitySession);continue;case'11':global[_0x4acdee(0x23f)]=0x0;continue;case'12':global['__platformCaps']=this[_0x4acdee(0x15d)]['platformCaps']||{};continue;case'13':global[_0x4acdee(0x170)]=0x0;continue;case'14':global['__platform__']=this[_0x4acdee(0x15d)][_0x4acdee(0x14d)];continue;case'15':global[_0x4acdee(0x237)]={};continue;case'16':global['testSuitesFailed']=0x0;continue;case'17':this[_0x4acdee(0x199)]=_0x4d307d;continue;case'18':this[_0x4acdee(0x1aa)]=_0x2ec80d[_0x4acdee(0x1d2)];continue;case'19':this[_0x4acdee(0x194)]=_0x582d2b;continue;case'20':this[_0x4acdee(0x15d)]=_0x2ec80d['configuration']||{};continue;case'21':global[_0x4acdee(0x171)]=0x0;continue;}break;}}[a19_0x2b8d7e(0x215)](){const _0x1eadba=a19_0x2b8d7e,_0x4fc3bf={'miJup':function(_0x7645ea,_0x35e1b5){return _0x7645ea(_0x35e1b5);},'YGFgW':function(_0x3d7cf7,_0xb338c4){return _0x3d7cf7(_0xb338c4);},'xXiQr':_0x1eadba(0x1cb),'QpphG':function(_0xfce148,_0x3a2ec4){return _0xfce148===_0x3a2ec4;},'ulPZj':_0x1eadba(0x19a),'FVQkZ':function(_0x11bed5,_0x4f1d7f){return _0x11bed5<=_0x4f1d7f;},'vhxRR':_0x1eadba(0x239),'hYuBx':_0x1eadba(0x1e1),'cDUug':function(_0x3fec48,_0x5658b9){return _0x3fec48(_0x5658b9);},'NbWvQ':function(_0x3553ed,_0x294b84){return _0x3553ed(_0x294b84);},'RucmP':'bmpuP','IKZPa':function(_0x5df3ac,_0x16e4ea,_0x9e8073){return _0x5df3ac(_0x16e4ea,_0x9e8073);},'LjkAR':_0x1eadba(0x19c),'Kgfvw':function(_0x4c2751,_0x11d9f3){return _0x4c2751===_0x11d9f3;},'ABKDT':_0x1eadba(0x226),'KHIhd':function(_0x3780eb,_0x3784b7){return _0x3780eb(_0x3784b7);},'eqzPc':function(_0x266880,_0x5f35bf){return _0x266880!==_0x5f35bf;},'odQoY':_0x1eadba(0x264),'nexJa':_0x1eadba(0x154),'TWoxw':function(_0x580a1d,_0x36b33e){return _0x580a1d(_0x36b33e);},'MiRYx':_0x1eadba(0x1db),'BWGBP':function(_0x13947e,_0x26f952){return _0x13947e(_0x26f952);},'AWZct':_0x1eadba(0x16a),'MddSB':_0x1eadba(0x258),'vXDpB':function(_0x30cc05,_0x353961){return _0x30cc05(_0x353961);},'WnJgf':_0x1eadba(0x1f8),'UqoVh':'10|9|0|13|16|19|11|6|20|2|8|14|1|3|4|18|21|15|17|7|5|12','jEKil':function(_0x1344a3){return _0x1344a3();},'EcghL':function(_0x204906){return _0x204906();},'TmhhO':function(_0x13e813,_0x5bec7f){return _0x13e813(_0x5bec7f);},'pFHGK':function(_0x4eeb6a,_0x42f9e9){return _0x4eeb6a(_0x42f9e9);},'nwEZv':function(_0x18866e,_0xd2046f){return _0x18866e(_0xd2046f);},'SRvEL':_0x1eadba(0x231),'AOKwc':function(_0x132c8e,_0x3c5126){return _0x132c8e(_0x3c5126);},'WcgaB':_0x1eadba(0x1b3),'HDVVR':_0x1eadba(0x22e),'QzWqO':function(_0x270a49,_0x5a859a){return _0x270a49(_0x5a859a);},'kkVNy':function(_0x4cf5a6,_0x319ceb){return _0x4cf5a6!==_0x319ceb;},'HGbgI':function(_0x4fd43e,_0xf45725){return _0x4fd43e>_0xf45725;},'HAEwD':'cucumber/lib/cli/configuration_builder.js','bQjGg':_0x1eadba(0x1ab),'RzEUo':_0x1eadba(0x248),'COhSH':function(_0x31e2f1){return _0x31e2f1();},'kPzuJ':function(_0x581643,_0x10f3c0){return _0x581643(_0x10f3c0);},'biFZc':function(_0xf760a8,_0x55480e){return _0xf760a8>_0x55480e;},'WFaSx':_0x1eadba(0x151),'VoEEO':function(_0x54366b,_0x273d23){return _0x54366b===_0x273d23;},'PELAa':_0x1eadba(0x1a0),'lswao':function(_0x2e4932,_0x3c21ba){return _0x2e4932!==_0x3c21ba;},'lvmWj':_0x1eadba(0x260),'kaASK':'mocha/lib/cli/run-helpers.js','tMjOd':function(_0x5f340a,_0xbfd54){return _0x5f340a(_0xbfd54);},'lBlHk':function(_0x5171d2){return _0x5171d2();},'nAekw':_0x1eadba(0x200),'OCqgj':_0x1eadba(0x209),'TZvph':_0x1eadba(0x22a),'Ayvko':function(_0x199aaf){return _0x199aaf();},'SUqKU':function(_0xf97ae4,_0x3b9e06){return _0xf97ae4===_0x3b9e06;},'JKXmF':_0x1eadba(0x18b),'dcCTo':_0x1eadba(0x1b5),'zsEuv':_0x1eadba(0x1f3),'LyCXe':function(_0x37ba58,_0x50d6a0){return _0x37ba58*_0x50d6a0;},'DKUOf':_0x1eadba(0x255),'YLIbT':_0x1eadba(0x1fa),'QlwHh':function(_0x11a1e4,_0x407178){return _0x11a1e4===_0x407178;},'LQaFX':_0x1eadba(0x1ce),'rtYEw':_0x1eadba(0x161),'aJzsJ':function(_0x133e57,_0x148a3b){return _0x133e57||_0x148a3b;},'FPElg':_0x1eadba(0x202),'xSZtU':'platformIndex','crHfQ':_0x1eadba(0x167),'UVRmN':_0x1eadba(0x272),'NsDuy':_0x1eadba(0x21e),'ycgRv':'percyCaptureMode','QfDvw':function(_0x366640,_0x24fa8e){return _0x366640===_0x24fa8e;},'HiUNW':_0x1eadba(0x265),'JMLen':_0x1eadba(0x26f),'ZkzsA':function(_0x373f79,_0x16fcac){return _0x373f79!==_0x16fcac;},'XHBWF':_0x1eadba(0x25a),'DdNta':_0x1eadba(0x14f),'oqGPJ':function(_0x39fdda,_0xe4f048){return _0x39fdda!==_0xe4f048;},'btnmh':_0x1eadba(0x22c),'pHwzj':function(_0x343663,_0x4a8c80){return _0x343663!==_0x4a8c80;},'ofGju':_0x1eadba(0x187),'fysAR':function(_0x58b58d,_0x23df92){return _0x58b58d!==_0x23df92;},'KjdOV':_0x1eadba(0x249),'UOoQj':_0x1eadba(0x24c),'GKXdi':function(_0x18a021,_0x35a0b5){return _0x18a021===_0x35a0b5;},'WbZbv':_0x1eadba(0x162),'diRRr':function(_0x1869cb,_0x380710){return _0x1869cb===_0x380710;},'rztey':_0x1eadba(0x173),'sDMQh':function(_0x3fbad9,_0xee96df){return _0x3fbad9(_0xee96df);},'kyfvc':function(_0x539c08,_0xd65752){return _0x539c08===_0xd65752;},'dUuox':_0x1eadba(0x159),'Dymhq':function(_0x163ff2,_0x121515){return _0x163ff2===_0x121515;},'FYKic':_0x1eadba(0x1f5),'PJlmr':function(_0x429085,_0x82d987){return _0x429085!==_0x82d987;},'nreOz':_0x1eadba(0x1d1),'dZVVY':_0x1eadba(0x1fc),'SzyPL':_0x1eadba(0x182),'DRgNQ':'UsHaV','EiBLa':_0x1eadba(0x1cc),'cJKBC':function(_0xf60e8e,_0x3dda9e){return _0xf60e8e===_0x3dda9e;},'JhCnU':'OgDTg','UILnI':_0x1eadba(0x148),'qPrAp':function(_0x3034d7,_0x298e04){return _0x3034d7(_0x298e04);},'lNZzA':_0x1eadba(0x1a6),'jugSx':'../cucumber-js/test.setup.js','uoISp':_0x1eadba(0x1fe),'OhcjC':function(_0x4b3d47,_0x4950f9){return _0x4b3d47(_0x4950f9);},'HYUed':function(_0x35b6a8,_0x4841fc){return _0x35b6a8(_0x4841fc);},'jVsjQ':'--parallel','MGVCs':function(_0x4160fc,_0x264a5f){return _0x4160fc>_0x264a5f;},'djUjG':function(_0x50f621,_0x4c27c2){return _0x50f621<_0x4c27c2;},'tmhbb':function(_0x3abc1a,_0x53f2b0){return _0x3abc1a(_0x53f2b0);},'krXTi':function(_0xb2baa8,_0x1256bc){return _0xb2baa8!==_0x1256bc;},'kjEzO':_0x1eadba(0x24d),'GTAkS':function(_0x2e9ce0){return _0x2e9ce0();},'Vfsdq':_0x1eadba(0x1af),'hmrTL':function(_0x4cb087,_0x3236b0){return _0x4cb087(_0x3236b0);},'tabOz':function(_0x670212){return _0x670212();}};return new Promise(async(_0x2ac917,_0x461bb7)=>{const _0x548b9b=_0x1eadba,_0x4be0ae={'cjuwX':function(_0x3ed092,_0x1da7cb){return _0x4fc3bf['nwEZv'](_0x3ed092,_0x1da7cb);},'jAxyA':_0x4fc3bf[_0x548b9b(0x168)],'DSJPI':function(_0x2eadf5,_0x57cdc2){const _0x25f157=_0x548b9b;return _0x4fc3bf[_0x25f157(0x269)](_0x2eadf5,_0x57cdc2);},'dRpQw':_0x4fc3bf[_0x548b9b(0x22f)],'biZqV':_0x4fc3bf[_0x548b9b(0x273)],'stgWf':_0x4fc3bf[_0x548b9b(0x1bc)],'ZNqQL':function(_0x2a196c,_0x46f135){const _0x54a0b0=_0x548b9b;return _0x4fc3bf[_0x54a0b0(0x180)](_0x2a196c,_0x46f135);},'bTtht':function(_0x1a157f,_0x10a640){return _0x4fc3bf['kkVNy'](_0x1a157f,_0x10a640);},'msfDK':function(_0x283683,_0x2aa065){const _0x4128ef=_0x548b9b;return _0x4fc3bf[_0x4128ef(0x267)](_0x283683,_0x2aa065);},'xQLiL':_0x4fc3bf[_0x548b9b(0x20a)],'Rwnpm':_0x4fc3bf[_0x548b9b(0x211)],'lDXoy':_0x4fc3bf[_0x548b9b(0x201)],'uVsRM':function(_0x3ce8b9){const _0x3f52df=_0x548b9b;return _0x4fc3bf[_0x3f52df(0x145)](_0x3ce8b9);},'ZtFpP':function(_0x455f86,_0x117806){const _0x321376=_0x548b9b;return _0x4fc3bf[_0x321376(0x185)](_0x455f86,_0x117806);},'zHMyK':function(_0x177183,_0x28ec8d){const _0x22e20c=_0x548b9b;return _0x4fc3bf[_0x22e20c(0x17f)](_0x177183,_0x28ec8d);}};_0x4fc3bf[_0x548b9b(0x21b)](require,_0x4fc3bf[_0x548b9b(0x169)])();if(_0x4fc3bf[_0x548b9b(0x188)](this[_0x548b9b(0x199)],_0x4fc3bf[_0x548b9b(0x1df)])){if(_0x4fc3bf[_0x548b9b(0x1a3)](_0x4fc3bf[_0x548b9b(0x17e)],_0x4fc3bf[_0x548b9b(0x17e)])){const _0x59fb8d=_0x4be0ae[_0x548b9b(0x208)](_0x501439,_0x4be0ae[_0x548b9b(0x230)])[_0x548b9b(0x1ee)];_0x85648c[_0x548b9b(0x251)][_0x548b9b(0x19f)](_0x59fb8d[_0x548b9b(0x251)]),_0x54df58[_0x548b9b(0x18d)][_0x548b9b(0x1e6)](_0x59fb8d[_0x548b9b(0x18d)]);}else{const _0x2bc932=_0x4fc3bf[_0x548b9b(0x229)](requireModule,_0x4fc3bf[_0x548b9b(0x20c)]),_0x32f4ce=_0x4fc3bf[_0x548b9b(0x1da)](requireModule,_0x4fc3bf[_0x548b9b(0x1df)]);_0x4fc3bf['lBlHk'](isBrowserstackInfra)&&(_0x4fc3bf[_0x548b9b(0x188)](_0x4fc3bf[_0x548b9b(0x257)],_0x4fc3bf['OCqgj'])?(_0x5911aa=_0x4be0ae[_0x548b9b(0x17d)](_0x24b28c,_0x4be0ae[_0x548b9b(0x1d3)])[_0x548b9b(0x1c2)],_0x11d3b1[_0x548b9b(0x1e6)](_0x4be0ae[_0x548b9b(0x225)]),_0x34bbfd['push'](_0x33aaff[_0x548b9b(0x244)](_0x4cc5f6,_0x4be0ae[_0x548b9b(0x213)]))):_0x4fc3bf['EcghL'](modifyCommand));const _0x577f63=_0x4fc3bf[_0x548b9b(0x271)](require,_0x4fc3bf[_0x548b9b(0x1f2)])[_0x548b9b(0x1ee)],_0x3ac5d2={};_0x3ac5d2['beforeAll']=[_0x577f63['beforeAll']],_0x3ac5d2[_0x548b9b(0x150)]=[_0x577f63[_0x548b9b(0x150)]],_0x3ac5d2['afterAll']=[_0x577f63[_0x548b9b(0x18d)]],_0x3ac5d2[_0x548b9b(0x1e8)]=[_0x577f63[_0x548b9b(0x1e8)]];const _0x358f5b=_0x3ac5d2;if(_0x4fc3bf[_0x548b9b(0x16c)](isTestObservabilitySession)){if(_0x4fc3bf['SUqKU'](_0x4fc3bf[_0x548b9b(0x234)],_0x4fc3bf[_0x548b9b(0x234)])){const _0x397236=_0x4fc3bf[_0x548b9b(0x20b)](require,_0x4fc3bf[_0x548b9b(0x168)])[_0x548b9b(0x1ee)];_0x358f5b['beforeAll'][_0x548b9b(0x19f)](_0x397236['beforeAll']),_0x358f5b[_0x548b9b(0x18d)]['push'](_0x397236[_0x548b9b(0x18d)]);}else _0x4fc3bf[_0x548b9b(0x271)](_0x41fd3d,_0x410039);}const _0xb90087=await _0x2bc932[_0x548b9b(0x1b1)](this[_0x548b9b(0x236)][_0x548b9b(0x1b0)]);Object[_0x548b9b(0x246)](this[_0x548b9b(0x236)],_0xb90087);if(this[_0x548b9b(0x236)][_0x548b9b(0x14c)]){if(_0x4fc3bf[_0x548b9b(0x1a5)](_0x4fc3bf['dcCTo'],_0x4fc3bf[_0x548b9b(0x1b4)]))this[_0x548b9b(0x236)]['rootHooks']['beforeAll']&&_0x358f5b[_0x548b9b(0x251)][_0x548b9b(0x19f)](...this['_mochaOpts'][_0x548b9b(0x14c)][_0x548b9b(0x251)]),this[_0x548b9b(0x236)][_0x548b9b(0x14c)][_0x548b9b(0x150)]&&_0x358f5b[_0x548b9b(0x150)]['unshift'](...this[_0x548b9b(0x236)][_0x548b9b(0x14c)][_0x548b9b(0x150)]),this[_0x548b9b(0x236)][_0x548b9b(0x14c)][_0x548b9b(0x18d)]&&_0x358f5b[_0x548b9b(0x18d)][_0x548b9b(0x1e6)](...this[_0x548b9b(0x236)][_0x548b9b(0x14c)][_0x548b9b(0x18d)]),this[_0x548b9b(0x236)][_0x548b9b(0x14c)]['afterEach']&&_0x358f5b['afterEach']['push'](...this['_mochaOpts'][_0x548b9b(0x14c)]['afterEach']);else return;}const _0x54abaf=this[_0x548b9b(0x236)][_0x548b9b(0x178)];let _0x138668=_0x4fc3bf['LyCXe'](this[_0x548b9b(0x236)][_0x548b9b(0x204)],0x1);if(_0x4fc3bf[_0x548b9b(0x254)](this['_mochaOpts'][_0x548b9b(0x204)],0x0))_0x4fc3bf[_0x548b9b(0x1a5)](_0x4fc3bf[_0x548b9b(0x1b8)],_0x4fc3bf[_0x548b9b(0x174)])?_0x138668=0x0:(_0x88eeb2[_0x548b9b(0x242)](_0x39371b),_0x3fe904[_0x548b9b(0x1ca)]=0x1,_0x4fc3bf[_0x548b9b(0x1ef)](_0x5481c3,_0x491b61));else{if(_0x4fc3bf[_0x548b9b(0x220)](_0x4fc3bf[_0x548b9b(0x1d4)],_0x4fc3bf[_0x548b9b(0x1d4)]))_0x138668+=constants['BSTACK_DELTA'];else{const _0x306424=_0x4be0ae[_0x548b9b(0x1e0)](_0x12e982,this['_capability'])[_0x548b9b(0x21a)](/ /g,'_');if(_0x4be0ae['bTtht'](this[_0x548b9b(0x1aa)][_0x1e4657],_0x32edca)&&_0x4be0ae[_0x548b9b(0x160)](this[_0x548b9b(0x1aa)][_0x2124da][_0x548b9b(0x22d)],0x0)){const _0x2e610b=this[_0x548b9b(0x1aa)][_0x381ce8][0x1],_0x1c6c04=''+this[_0x548b9b(0x1aa)][_0x3019cc][0x0];if(_0x4be0ae[_0x548b9b(0x17c)](_0x2e610b,_0x40ca2d)){const _0x1b9678='tmp/'+_0x306424+_0x50400f[_0x548b9b(0x233)](_0x2e610b);_0x2472c2[_0x548b9b(0x1e6)](_0x4be0ae[_0x548b9b(0x225)]),_0x511d03[_0x548b9b(0x1e6)](_0x1c6c04+':'+_0x1b9678);}else _0x5a3066[_0x548b9b(0x1e6)](_0x4be0ae[_0x548b9b(0x225)]),_0x4f3df4[_0x548b9b(0x1e6)](_0x1c6c04+_0x548b9b(0x240)+_0x306424);}}}const _0x779618={...this[_0x548b9b(0x236)],'reporter':path[_0x548b9b(0x244)](__dirname,_0x4fc3bf[_0x548b9b(0x21d)]),'reporterOption':{...this['_mochaOpts'][_0x548b9b(0x1f0)],'type':_0x4fc3bf[_0x548b9b(0x1d7)](_0x54abaf,_0x4fc3bf[_0x548b9b(0x253)]),'testObservability':this[_0x548b9b(0x152)],'bsConfig':this[_0x548b9b(0x194)]},'parallel':![],'rootHooks':_0x358f5b,'isWorker':!![],'timeout':_0x138668};global[_0x548b9b(0x218)]=helper[_0x548b9b(0x1be)](this[_0x548b9b(0x15d)],[_0x4fc3bf[_0x548b9b(0x1dd)]]),global['browserstackPercyBestPlatform']=helper['nestedKeyValue'](this['_configuration'],[_0x4fc3bf[_0x548b9b(0x1d9)],_0x4fc3bf['UVRmN']]),global[_0x548b9b(0x21e)]=helper[_0x548b9b(0x1be)](this[_0x548b9b(0x15d)],[_0x4fc3bf[_0x548b9b(0x1d9)],_0x4fc3bf[_0x548b9b(0x243)]]),global[_0x548b9b(0x191)]=helper[_0x548b9b(0x1be)](this['_configuration'],[_0x4fc3bf[_0x548b9b(0x1d9)],_0x4fc3bf[_0x548b9b(0x1ed)]]),global[_0x548b9b(0x263)]=[this[_0x548b9b(0x1b9)]];helper[_0x548b9b(0x1b6)]()&&(_0x4fc3bf[_0x548b9b(0x22b)](_0x4fc3bf[_0x548b9b(0x190)],_0x4fc3bf[_0x548b9b(0x214)])?(this[_0x548b9b(0x194)][_0x548b9b(0x1f4)][_0x548b9b(0x224)]&&(_0x94a029['__skipSessionName']=!![]),this[_0x548b9b(0x194)][_0x548b9b(0x1f4)][_0x548b9b(0x176)]&&(_0x242fce[_0x548b9b(0x186)]=!![])):(this['_bsConfig'][_0x548b9b(0x1f4)]['skipSessionName']&&(_0x4fc3bf[_0x548b9b(0x262)](_0x4fc3bf[_0x548b9b(0x1c7)],_0x4fc3bf[_0x548b9b(0x144)])?global[_0x548b9b(0x1b7)]=!![]:this[_0x548b9b(0x15d)][_0x548b9b(0x1d5)]=this[_0x548b9b(0x194)][_0x548b9b(0x1d5)]),this['_bsConfig']['testContextOptions'][_0x548b9b(0x176)]&&(_0x4fc3bf[_0x548b9b(0x1a1)](_0x4fc3bf[_0x548b9b(0x1cf)],_0x4fc3bf[_0x548b9b(0x1cf)])?(_0x138fcf=_0x4be0ae[_0x548b9b(0x208)](_0x575ad5,_0x4be0ae[_0x548b9b(0x1a8)])['default'],_0x426b57[_0x548b9b(0x1e6)](_0x4be0ae[_0x548b9b(0x225)]),_0x4b7bdf['push'](_0x244161[_0x548b9b(0x244)](_0x1273ad,_0x4be0ae[_0x548b9b(0x24b)])),_0x2ee57e=_0x4be0ae[_0x548b9b(0x1c5)]):global[_0x548b9b(0x186)]=!![])));this[_0x548b9b(0x194)][_0x548b9b(0x1d5)]&&(_0x4fc3bf['pHwzj'](_0x4fc3bf[_0x548b9b(0x193)],_0x4fc3bf[_0x548b9b(0x193)])?_0x23f7be[_0x548b9b(0x172)](_0x29beda,0x1):this[_0x548b9b(0x15d)]['turboScaleUrl']=this[_0x548b9b(0x194)]['turboScaleUrl']);const _0x6d759d=new _0x32f4ce(_0x779618);_0x6d759d[_0x548b9b(0x1de)]=_0x6d759d[_0x548b9b(0x215)];if(_0x4fc3bf[_0x548b9b(0x14a)](isTestObservabilitySession)){if(_0x4fc3bf[_0x548b9b(0x18a)](_0x4fc3bf[_0x548b9b(0x24e)],_0x4fc3bf[_0x548b9b(0x25e)]))_0x6d759d[_0x548b9b(0x215)]=function(_0x1eca7c){const _0x15f04e=_0x548b9b,_0x37b716={'FmdWJ':function(_0x904b0b,_0x512457){const _0x836a7d=a19_0x4c31;return _0x4fc3bf[_0x836a7d(0x1ef)](_0x904b0b,_0x512457);},'ytrIx':_0x4fc3bf['xXiQr'],'skuwQ':function(_0x3e7c77,_0x594d5b){const _0x503f9d=a19_0x4c31;return _0x4fc3bf[_0x503f9d(0x210)](_0x3e7c77,_0x594d5b);},'wVaBe':_0x4fc3bf[_0x15f04e(0x1ff)],'owtqf':function(_0x1e2418,_0x276e0a){const _0x1e456f=_0x15f04e;return _0x4fc3bf[_0x1e456f(0x222)](_0x1e2418,_0x276e0a);},'XXeWJ':function(_0xcd3f62,_0x21df1e){const _0x39092f=_0x15f04e;return _0x4fc3bf[_0x39092f(0x210)](_0xcd3f62,_0x21df1e);},'sKdur':_0x4fc3bf['vhxRR'],'hRYmP':_0x4fc3bf['hYuBx'],'pdsGV':function(_0x43adbb,_0x2ccdd2){return _0x4fc3bf['YGFgW'](_0x43adbb,_0x2ccdd2);},'hcwGH':function(_0x3362b9,_0x11168c){return _0x4fc3bf['cDUug'](_0x3362b9,_0x11168c);},'zDaWc':function(_0x676141,_0x370ac5){const _0x315079=_0x15f04e;return _0x4fc3bf[_0x315079(0x25c)](_0x676141,_0x370ac5);},'Nnvyh':function(_0x9d2d7d,_0x179e2c){return _0x4fc3bf['QpphG'](_0x9d2d7d,_0x179e2c);},'YrfEE':_0x4fc3bf[_0x15f04e(0x153)],'MALOn':function(_0x1c2ca0,_0x58881b,_0x407513){const _0x517701=_0x15f04e;return _0x4fc3bf[_0x517701(0x1ae)](_0x1c2ca0,_0x58881b,_0x407513);}};if(_0x4fc3bf[_0x15f04e(0x210)](_0x4fc3bf[_0x15f04e(0x1ba)],_0x4fc3bf[_0x15f04e(0x1ba)]))return _0x6d759d[_0x15f04e(0x1de)](_0x12629a=>{const _0x5de541=_0x15f04e,_0x21c0cf={'mAHUo':function(_0x18d2bb,_0x35d300){const _0x3c0bf3=a19_0x4c31;return _0x37b716[_0x3c0bf3(0x179)](_0x18d2bb,_0x35d300);}};if(_0x37b716[_0x5de541(0x196)](_0x37b716[_0x5de541(0x15c)],_0x37b716['YrfEE'])){const _0x123c34=_0x37b716[_0x5de541(0x1dc)](setInterval,async()=>{const _0x5a38f4=_0x5de541,_0x5d9794={'VtkQs':function(_0x439ec5,_0x449900){const _0xd3a769=a19_0x4c31;return _0x37b716[_0xd3a769(0x235)](_0x439ec5,_0x449900);},'XBLQj':_0x37b716[_0x5a38f4(0x256)]};_0x37b716['skuwQ'](_0x37b716[_0x5a38f4(0x245)],_0x37b716['wVaBe'])?_0x37b716[_0x5a38f4(0x166)](RequestQueueHandler[_0x5a38f4(0x20d)]()[_0x5a38f4(0x26d)],0x0)&&(_0x37b716[_0x5a38f4(0x1d0)](_0x37b716[_0x5a38f4(0x197)],_0x37b716['hRYmP'])?_0x25e5f7=_0x5d9794['VtkQs'](_0x3ff4ce,_0x5d9794['XBLQj']):(_0x37b716['pdsGV'](clearInterval,_0x123c34),await _0x37b716['hcwGH'](cleanupDrivers,global['__driversArray']),_0x37b716[_0x5a38f4(0x1bb)](_0x2ac917,_0x12629a))):_0x1cbafd['__skipSessionName']=!![];},0x3e8);}else _0x21c0cf[_0x5de541(0x18e)](_0x39dd01,_0x234625);});else _0x4be0ae[_0x15f04e(0x216)](_0x10438e);};else{const _0x5c68b1=this[_0x548b9b(0x1aa)][_0x57cd4f][0x1],_0x1d53fa=''+this[_0x548b9b(0x1aa)][_0x2a5758][0x0];if(_0x4be0ae[_0x548b9b(0x17c)](_0x5c68b1,_0x139b40)){const _0x13a553='tmp/'+_0xf769ef+_0x473598[_0x548b9b(0x233)](_0x5c68b1);_0xec66da['push'](_0x4be0ae[_0x548b9b(0x225)]),_0x58da1e['push'](_0x1d53fa+':'+_0x13a553);}else _0x1782e0['push'](_0x4be0ae['biZqV']),_0x387fb3['push'](_0x1d53fa+':tmp/'+_0x24b6b2);}}else _0x4fc3bf[_0x548b9b(0x26a)](_0x4fc3bf[_0x548b9b(0x26b)],_0x4fc3bf[_0x548b9b(0x26b)])?_0x6d759d[_0x548b9b(0x215)]=function(_0x46f790){const _0x2b0809=_0x548b9b,_0x77fe9d={'zkkEb':function(_0x4a9f2a,_0x440ab5){const _0x1bf923=a19_0x4c31;return _0x4fc3bf[_0x1bf923(0x1c1)](_0x4a9f2a,_0x440ab5);},'gScih':_0x4fc3bf[_0x2b0809(0x1e9)],'ZVJcF':function(_0x202743,_0x4354c2){const _0x276dfc=_0x2b0809;return _0x4fc3bf[_0x276dfc(0x271)](_0x202743,_0x4354c2);},'Tiwfq':function(_0x40383e,_0x18bb8c){const _0x557065=_0x2b0809;return _0x4fc3bf[_0x557065(0x23c)](_0x40383e,_0x18bb8c);}};if(_0x4fc3bf[_0x2b0809(0x1a4)](_0x4fc3bf[_0x2b0809(0x20f)],_0x4fc3bf[_0x2b0809(0x270)]))return _0x6d759d['prevRun'](async _0x1f7389=>{const _0xf9b208=_0x2b0809;_0x77fe9d[_0xf9b208(0x156)](_0x77fe9d[_0xf9b208(0x1d8)],_0x77fe9d[_0xf9b208(0x1d8)])?(await _0x77fe9d[_0xf9b208(0x1e2)](cleanupDrivers,global[_0xf9b208(0x1eb)]),_0x77fe9d[_0xf9b208(0x183)](_0x2ac917,_0x1f7389)):(this[_0xf9b208(0x236)][_0xf9b208(0x14c)][_0xf9b208(0x251)]&&_0x2425cd[_0xf9b208(0x251)][_0xf9b208(0x19f)](...this[_0xf9b208(0x236)][_0xf9b208(0x14c)][_0xf9b208(0x251)]),this[_0xf9b208(0x236)]['rootHooks']['beforeEach']&&_0x2bc20[_0xf9b208(0x150)]['unshift'](...this[_0xf9b208(0x236)]['rootHooks'][_0xf9b208(0x150)]),this[_0xf9b208(0x236)][_0xf9b208(0x14c)][_0xf9b208(0x18d)]&&_0xa66a6f[_0xf9b208(0x18d)][_0xf9b208(0x1e6)](...this[_0xf9b208(0x236)]['rootHooks'][_0xf9b208(0x18d)]),this['_mochaOpts'][_0xf9b208(0x14c)][_0xf9b208(0x1e8)]&&_0x23efdc[_0xf9b208(0x1e8)][_0xf9b208(0x1e6)](...this['_mochaOpts'][_0xf9b208(0x14c)][_0xf9b208(0x1e8)]));});else _0x275913=0x0;}:_0x72cd06+=_0x547f20[_0x548b9b(0x1fd)];try{_0x4fc3bf[_0x548b9b(0x1ad)](_0x4fc3bf[_0x548b9b(0x266)],_0x4fc3bf[_0x548b9b(0x266)])?_0x4fc3bf[_0x548b9b(0x25f)](require,_0x4fc3bf[_0x548b9b(0x19b)])['browserstackAgentV2'](this['_configuration'],null,this['_testObservability']):_0x6d9486=_0x4fc3bf['TWoxw'](_0x84eacc,_0x4fc3bf[_0x548b9b(0x1fb)]);}catch{}const _0x430674=_0x2bc932['runMocha'](_0x6d759d,_0x779618);_0x430674&&_0x430674[_0x548b9b(0x1a9)](_0x4cfa05=>{const _0x1cd85f=_0x548b9b,_0x2fe625={'URgIm':function(_0x35fd4d,_0x6ddc0b){const _0x519803=a19_0x4c31;return _0x4fc3bf[_0x519803(0x14e)](_0x35fd4d,_0x6ddc0b);},'BlUxe':_0x4fc3bf[_0x1cd85f(0x19b)]};_0x4fc3bf[_0x1cd85f(0x1c1)](_0x4fc3bf[_0x1cd85f(0x1e7)],_0x4fc3bf[_0x1cd85f(0x1e7)])?_0x4fc3bf[_0x1cd85f(0x16e)](_0x461bb7,_0x4cfa05):_0x2fe625[_0x1cd85f(0x259)](_0x58ffb9,_0x2fe625[_0x1cd85f(0x163)])['browserstackAgentV2'](this[_0x1cd85f(0x15d)],null,this['_testObservability']);});}}else{if(_0x4fc3bf['kyfvc'](this[_0x548b9b(0x199)],_0x4fc3bf[_0x548b9b(0x228)])){let _0x1638b6;try{if(_0x4fc3bf[_0x548b9b(0x195)](_0x4fc3bf[_0x548b9b(0x227)],_0x4fc3bf[_0x548b9b(0x227)]))_0x1638b6=_0x4fc3bf[_0x548b9b(0x271)](requireModule,_0x4fc3bf[_0x548b9b(0x23e)]);else{const _0x456216=_0x548b9b(0x177)+_0x2ba7f4+_0x43f79a[_0x548b9b(0x233)](_0x44561b);_0x53a415[_0x548b9b(0x1e6)](_0x4fc3bf[_0x548b9b(0x273)]),_0x1cbd5c[_0x548b9b(0x1e6)](_0xbb6809+':'+_0x456216);}}catch(_0x21b107){if(_0x4fc3bf[_0x548b9b(0x146)](_0x4fc3bf['nreOz'],_0x4fc3bf[_0x548b9b(0x25d)]))_0x1638b6=_0x4fc3bf[_0x548b9b(0x1ef)](requireModule,_0x4fc3bf[_0x548b9b(0x1fb)]);else{const _0x38e575=_0x4fc3bf[_0x548b9b(0x1cd)]['split']('|');let _0x3cf6bb=0x0;while(!![]){switch(_0x38e575[_0x3cf6bb++]){case'0':this[_0x548b9b(0x236)]=_0x3551be['mochaOpts'];continue;case'1':_0xb750e2[_0x548b9b(0x1e5)]=0x0;continue;case'2':this[_0x548b9b(0x24a)]=_0x4fc3bf[_0x548b9b(0x23a)](_0x41e21e);continue;case'3':_0x5e568a[_0x548b9b(0x23f)]=0x0;continue;case'4':_0x14fec7[_0x548b9b(0x1d6)]=0x0;continue;case'5':_0x21bbe7[_0x548b9b(0x171)]=0x0;continue;case'6':this[_0x548b9b(0x194)]=_0x33594e;continue;case'7':_0x49e74c[_0x548b9b(0x1ea)]=0x0;continue;case'8':_0x3fbf5['__platformCaps']=this[_0x548b9b(0x15d)][_0x548b9b(0x15b)]||{};continue;case'9':this[_0x548b9b(0x15d)]=_0x13082f[_0x548b9b(0x261)]||{};continue;case'10':this[_0x548b9b(0x199)]=_0x453367;continue;case'11':this[_0x548b9b(0x1bd)]=_0x312d10;continue;case'12':_0x8e3784[_0x548b9b(0x237)]={};continue;case'13':this[_0x548b9b(0x1aa)]=_0x12e3f4[_0x548b9b(0x1d2)];continue;case'14':_0x410655[_0x548b9b(0x221)]=0x0;continue;case'15':_0x428589[_0x548b9b(0x1c0)]=0x0;continue;case'16':this[_0x548b9b(0x1b9)]=this[_0x548b9b(0x15d)][_0x548b9b(0x189)];continue;case'17':_0x536953['testsUndefined']=0x0;continue;case'18':_0x4029f9['testsPending']=0x0;continue;case'19':_0x4afed8[_0x548b9b(0x1c8)]=this[_0x548b9b(0x15d)][_0x548b9b(0x14d)];continue;case'20':this[_0x548b9b(0x152)]=_0x4fc3bf[_0x548b9b(0x1a7)](_0x1da2fe);continue;case'21':_0x4c799b[_0x548b9b(0x23b)]=0x0;continue;}break;}}}const _0x263454=this[_0x548b9b(0x1bd)],_0x4d1b1a=_0x263454['indexOf'](_0x4fc3bf[_0x548b9b(0x228)]);_0x4fc3bf[_0x548b9b(0x17f)](_0x4d1b1a,-0x1)&&(_0x4fc3bf['kkVNy'](_0x4fc3bf[_0x548b9b(0x223)],_0x4fc3bf['DRgNQ'])?_0x263454[_0x548b9b(0x172)](_0x4d1b1a,0x1):(_0x2ff38d[_0x548b9b(0x1e6)](_0x4fc3bf['WnJgf']),_0x1d552e['push'](_0x4b473b+_0x548b9b(0x240)+_0x195d5a)));const _0x20a1d3=_0x4fc3bf['EiBLa'];try{if(_0x4fc3bf[_0x548b9b(0x21c)](_0x4fc3bf[_0x548b9b(0x1c6)],_0x4fc3bf[_0x548b9b(0x19d)])){const _0x3ac162={};_0x3ac162[_0x548b9b(0x14b)]=_0x712304[_0x548b9b(0x221)],_0x3ac162[_0x548b9b(0x147)]=_0x29c6ac[_0x548b9b(0x1e5)],_0x3ac162[_0x548b9b(0x20e)]=_0x2f6d3c[_0x548b9b(0x1c0)],_0x3ac162['stepsFailed']=_0x4b06fb[_0x548b9b(0x1d6)],_0x3ac162[_0x548b9b(0x1b2)]=_0x366173[_0x548b9b(0x23f)],_0x3ac162['stepsSkipped']=_0x54e39e['testsSkipped'],_0x3ac162['stepsPending']=_0x131044[_0x548b9b(0x26c)],_0x3ac162[_0x548b9b(0x1ec)]=_0xa1b984['testsUndefined'],_0x3ac162['stepsUnknown']=_0x38905c['testsUnknown'],_0x3ac162['stepsAmbiguous']=_0x2688c3['testsAmbiguous'],_0x3ac162[_0x548b9b(0x247)]=_0x2ed492['success'],_0x3ac162['testsErrorMessage']=_0x34fa09[_0x548b9b(0x237)];const _0x4083c1=_0x3ac162;_0x4fc3bf[_0x548b9b(0x250)](_0x34a0a7,_0x4083c1);}else{const _0x336ad3=_0x4fc3bf[_0x548b9b(0x1e3)](requireModule,_0x4fc3bf[_0x548b9b(0x238)]),_0x39149a=_0x336ad3['resolvePaths'];_0x336ad3.resolvePaths=async function(){const pathResults=await _0x39149a.apply(this,arguments);const {unexpandedFeaturePaths,featurePaths,importPaths}=pathResults;let {requirePaths}=pathResults;requirePaths=[path.join(__dirname,'../cucumber-js/test.setup.js'),...requirePaths,path.join(__dirname,_0x20a1d3)];return{unexpandedFeaturePaths,featurePaths,requirePaths,importPaths};},_0x263454[_0x548b9b(0x1e6)](_0x4fc3bf['WnJgf']),_0x263454[_0x548b9b(0x1e6)](path['join'](__dirname,_0x4fc3bf[_0x548b9b(0x1bc)]));}}catch(_0x2c091e){let _0x4dfbcf=_0x4fc3bf[_0x548b9b(0x164)],_0x125aa6;try{_0x4fc3bf['Dymhq'](_0x4fc3bf[_0x548b9b(0x205)],_0x4fc3bf[_0x548b9b(0x205)])?(_0x125aa6=_0x4fc3bf[_0x548b9b(0x1f1)](requireModule,_0x4fc3bf[_0x548b9b(0x22f)])['default'],_0x263454[_0x548b9b(0x1e6)](_0x4fc3bf['WnJgf']),_0x263454[_0x548b9b(0x1e6)](path['join'](__dirname,_0x4fc3bf[_0x548b9b(0x1bc)]))):_0x3c9665['__skipSessionStatus']=!![];}catch(_0x215319){_0x125aa6=_0x4fc3bf[_0x548b9b(0x16b)](requireModule,_0x4fc3bf[_0x548b9b(0x20a)])[_0x548b9b(0x1c2)],_0x263454[_0x548b9b(0x1e6)](_0x4fc3bf['WnJgf']),_0x263454[_0x548b9b(0x1e6)](path['join'](__dirname,_0x4fc3bf[_0x548b9b(0x211)])),_0x4dfbcf=_0x4fc3bf[_0x548b9b(0x201)];}const _0x2fbaed=_0x125aa6[_0x548b9b(0x1e4)][_0x548b9b(0x19e)];_0x125aa6['prototype'][_0x548b9b(0x19e)]=async function(){const _0x469c39=_0x548b9b,_0x37af1a=await _0x2fbaed[_0x469c39(0x241)](this);return _0x37af1a[_0x469c39(0x15e)]['unshift'](path[_0x469c39(0x244)](__dirname,_0x4dfbcf)),_0x37af1a[_0x469c39(0x15e)][_0x469c39(0x1e6)](path[_0x469c39(0x244)](__dirname,_0x20a1d3)),_0x37af1a;};}_0x263454[_0x548b9b(0x1e6)](_0x4fc3bf[_0x548b9b(0x17a)]),_0x263454[_0x548b9b(0x1e6)](''+this[_0x548b9b(0x15d)]['maxWorkers']);if(this[_0x548b9b(0x1aa)]&&_0x4fc3bf[_0x548b9b(0x206)](this[_0x548b9b(0x1aa)][_0x548b9b(0x22d)],0x0))for(let _0x22bf2b=0x0;_0x4fc3bf[_0x548b9b(0x252)](_0x22bf2b,this[_0x548b9b(0x1aa)][_0x548b9b(0x22d)]);_0x22bf2b++){const _0x254709=_0x4fc3bf[_0x548b9b(0x268)](getPlatformName,this[_0x548b9b(0x1b9)])[_0x548b9b(0x21a)](/ /g,'_');if(_0x4fc3bf[_0x548b9b(0x15f)](this['_formatter'][_0x22bf2b],undefined)&&_0x4fc3bf['MGVCs'](this[_0x548b9b(0x1aa)][_0x22bf2b][_0x548b9b(0x22d)],0x0)){const _0x385dd4=this[_0x548b9b(0x1aa)][_0x22bf2b][0x1],_0x498322=''+this[_0x548b9b(0x1aa)][_0x22bf2b][0x0];if(_0x4fc3bf[_0x548b9b(0x262)](_0x385dd4,undefined)){const _0xc9cec3='tmp/'+_0x254709+path[_0x548b9b(0x233)](_0x385dd4);_0x263454[_0x548b9b(0x1e6)](_0x4fc3bf[_0x548b9b(0x273)]),_0x263454[_0x548b9b(0x1e6)](_0x498322+':'+_0xc9cec3);}else _0x263454[_0x548b9b(0x1e6)](_0x4fc3bf[_0x548b9b(0x273)]),_0x263454[_0x548b9b(0x1e6)](_0x498322+':tmp/'+_0x254709);}}const _0x544dd4=new _0x1638b6['default']({'argv':_0x263454,'cwd':process[_0x548b9b(0x155)](),'stdout':process['stdout'],'stderr':process[_0x548b9b(0x26e)],'env':process[_0x548b9b(0x184)]});process[_0x548b9b(0x184)][_0x548b9b(0x219)]=JSON[_0x548b9b(0x157)](this['_configuration']),_0x544dd4['run']()['then'](_0x28db9f=>{const _0x3ec2b6=_0x548b9b,_0x55fe3c={};_0x55fe3c[_0x3ec2b6(0x14b)]=global[_0x3ec2b6(0x221)],_0x55fe3c['steps']=global[_0x3ec2b6(0x1e5)],_0x55fe3c[_0x3ec2b6(0x20e)]=global[_0x3ec2b6(0x1c0)],_0x55fe3c[_0x3ec2b6(0x15a)]=global['testsFailed'],_0x55fe3c[_0x3ec2b6(0x1b2)]=global[_0x3ec2b6(0x23f)],_0x55fe3c[_0x3ec2b6(0x158)]=global['testsSkipped'],_0x55fe3c[_0x3ec2b6(0x165)]=global[_0x3ec2b6(0x26c)],_0x55fe3c[_0x3ec2b6(0x1ec)]=global[_0x3ec2b6(0x170)],_0x55fe3c[_0x3ec2b6(0x1c3)]=global[_0x3ec2b6(0x1ea)],_0x55fe3c['stepsAmbiguous']=global[_0x3ec2b6(0x171)],_0x55fe3c['processSuccess']=_0x28db9f['success'],_0x55fe3c['testsErrorMessage']=global[_0x3ec2b6(0x237)];const _0x141ffc=_0x55fe3c;_0x4fc3bf[_0x3ec2b6(0x21b)](_0x2ac917,_0x141ffc);})[_0x548b9b(0x1a9)](_0x352a30=>{_0x4be0ae['ZtFpP'](_0x461bb7,_0x352a30);});}else{if(_0x4fc3bf[_0x548b9b(0x1c9)](this[_0x548b9b(0x199)],_0x4fc3bf[_0x548b9b(0x24f)])){process['argv']=this[_0x548b9b(0x15d)]['args'];try{_0x4fc3bf[_0x548b9b(0x217)](modifyCommand),_0x4fc3bf[_0x548b9b(0x271)](require,_0x4fc3bf[_0x548b9b(0x19b)])[_0x548b9b(0x181)](this[_0x548b9b(0x15d)]);let _0x180019=0x0;process['on'](_0x4fc3bf[_0x548b9b(0x207)],async()=>{const _0x2dd104=_0x548b9b;if(_0x4be0ae[_0x2dd104(0x23d)](_0x180019,0x0))return;_0x180019++,await _0x4be0ae[_0x2dd104(0x17d)](cleanupDrivers,global[_0x2dd104(0x1eb)]);}),_0x4fc3bf['hmrTL'](require,this[_0x548b9b(0x15d)][_0x548b9b(0x203)]);}catch(_0x245e93){console['error'](_0x245e93),process['exitCode']=0x1,_0x4fc3bf['BWGBP'](_0x461bb7,_0x245e93);}_0x4fc3bf[_0x548b9b(0x16d)](_0x2ac917);}}}});}}module[a19_0x2b8d7e(0x232)]=Launcher;
|
|
1
|
+
function a19_0x5a88(_0x32ff5b,_0x2fb69a){const _0x4ccf2e=a19_0x4ccf();return a19_0x5a88=function(_0x5a888f,_0x4c0949){_0x5a888f=_0x5a888f-0x64;let _0x38ec68=_0x4ccf2e[_0x5a888f];return _0x38ec68;},a19_0x5a88(_0x32ff5b,_0x2fb69a);}const a19_0x5ef1b8=a19_0x5a88;(function(_0x5bdc8c,_0x57e90a){const _0x2fd3c8=a19_0x5a88,_0x369961=_0x5bdc8c();while(!![]){try{const _0x280202=parseInt(_0x2fd3c8(0xc7))/0x1*(-parseInt(_0x2fd3c8(0xa0))/0x2)+parseInt(_0x2fd3c8(0x13a))/0x3+-parseInt(_0x2fd3c8(0xac))/0x4*(parseInt(_0x2fd3c8(0x186))/0x5)+parseInt(_0x2fd3c8(0x107))/0x6*(-parseInt(_0x2fd3c8(0x120))/0x7)+parseInt(_0x2fd3c8(0xe8))/0x8+-parseInt(_0x2fd3c8(0x163))/0x9+parseInt(_0x2fd3c8(0x7c))/0xa;if(_0x280202===_0x57e90a)break;else _0x369961['push'](_0x369961['shift']());}catch(_0x5f338f){_0x369961['push'](_0x369961['shift']());}}}(a19_0x4ccf,0x95d4a));const path=require(a19_0x5ef1b8(0xb1)),{requireModule,modifyCommand,getPlatformName,cleanupDrivers,isBrowserstackInfra}=require(a19_0x5ef1b8(0x12d)),constants=require(a19_0x5ef1b8(0x85)),{isAccessibilityAutomationSession}=require(a19_0x5ef1b8(0xb4)),RequestQueueHandler=require(a19_0x5ef1b8(0x162)),{isTestObservabilitySession}=require(a19_0x5ef1b8(0x8e)),helper=require(a19_0x5ef1b8(0x12d));class Launcher{constructor(_0xbf4f9,_0x6bdea8,_0x3fa1d4,_0x1495df=[]){const _0x4e869b=a19_0x5ef1b8,_0x370715={'PVsrm':_0x4e869b(0xb9),'drukH':function(_0x19cb9a){return _0x19cb9a();},'LvOiQ':function(_0x150223){return _0x150223();}},_0xa92252=_0x370715[_0x4e869b(0x9d)]['split']('|');let _0x6965da=0x0;while(!![]){switch(_0xa92252[_0x6965da++]){case'0':global[_0x4e869b(0x10f)]=0x0;continue;case'1':global['testSuites']=0x0;continue;case'2':global[_0x4e869b(0xca)]=0x0;continue;case'3':this[_0x4e869b(0xc1)]=_0x3fa1d4;continue;case'4':this[_0x4e869b(0xe4)]=_0x370715[_0x4e869b(0x15f)](isTestObservabilitySession);continue;case'5':global[_0x4e869b(0xe5)]=0x0;continue;case'6':global[_0x4e869b(0x165)]=0x0;continue;case'7':this[_0x4e869b(0x131)]=_0x1495df;continue;case'8':this[_0x4e869b(0x149)]=_0x6bdea8['mochaOpts'];continue;case'9':this[_0x4e869b(0x9b)]=_0x370715['LvOiQ'](isAccessibilityAutomationSession);continue;case'10':global['__platform__']=this[_0x4e869b(0x8c)][_0x4e869b(0x6f)];continue;case'11':this['_configuration']=_0x6bdea8[_0x4e869b(0x11d)]||{};continue;case'12':global[_0x4e869b(0x113)]=0x0;continue;case'13':global[_0x4e869b(0xea)]=this[_0x4e869b(0x8c)]['platformCaps']||{};continue;case'14':global[_0x4e869b(0xa2)]=0x0;continue;case'15':global[_0x4e869b(0x17d)]=0x0;continue;case'16':global[_0x4e869b(0x100)]=0x0;continue;case'17':global[_0x4e869b(0xef)]={};continue;case'18':this['_framework']=_0xbf4f9;continue;case'19':this[_0x4e869b(0x154)]=_0x6bdea8[_0x4e869b(0x176)];continue;case'20':global[_0x4e869b(0xfc)]=0x0;continue;case'21':this['_capability']=this[_0x4e869b(0x8c)][_0x4e869b(0x11b)];continue;}break;}}[a19_0x5ef1b8(0x158)](){const _0x19ce4d=a19_0x5ef1b8,_0x170ac0={'GxCfn':_0x19ce4d(0xd3),'XISmz':function(_0x16726c,_0x46801d){return _0x16726c(_0x46801d);},'YRnlj':_0x19ce4d(0x101),'KVqVW':function(_0x1fc8ae,_0x246a3d){return _0x1fc8ae(_0x246a3d);},'DKxZs':function(_0x29e52e,_0x85e49b){return _0x29e52e(_0x85e49b);},'NJXVw':_0x19ce4d(0xcb),'lGjwG':function(_0x175ff0,_0x369cb6){return _0x175ff0(_0x369cb6);},'Othit':function(_0x4cfb8f,_0x9af90d){return _0x4cfb8f!==_0x9af90d;},'tOotn':function(_0x34a754,_0x57bcc3){return _0x34a754>_0x57bcc3;},'VzQnm':_0x19ce4d(0x160),'DClXq':_0x19ce4d(0x168),'gekbE':function(_0x2e0c08,_0x2d39b1){return _0x2e0c08<=_0x2d39b1;},'FCdyS':function(_0x4fc7ef,_0x59272d){return _0x4fc7ef!==_0x59272d;},'ESBKN':_0x19ce4d(0x11c),'dscTv':_0x19ce4d(0xf9),'KIqXS':function(_0x32762d,_0xc1f7c1){return _0x32762d===_0xc1f7c1;},'LjQpr':_0x19ce4d(0x75),'QAOhU':_0x19ce4d(0x14d),'EZIJl':function(_0x3b242f,_0x24a588,_0x275f48){return _0x3b242f(_0x24a588,_0x275f48);},'AZZdh':function(_0x96316d,_0x1c7bbd){return _0x96316d(_0x1c7bbd);},'AKsLc':_0x19ce4d(0xf5),'mhRaP':_0x19ce4d(0x69),'JJzEB':_0x19ce4d(0xde),'RudBx':_0x19ce4d(0xda),'zXQcx':_0x19ce4d(0xf0),'pzpzn':function(_0x3743cb){return _0x3743cb();},'oaijq':function(_0x2e1dd5){return _0x2e1dd5();},'GSgxk':function(_0x530b1b){return _0x530b1b();},'eBJSS':function(_0x4297bb,_0x422e44){return _0x4297bb!==_0x422e44;},'EpkXr':_0x19ce4d(0x102),'DbYPs':function(_0x582614,_0xd0b93d){return _0x582614(_0xd0b93d);},'qhFDW':'../../index','RkmzL':function(_0x3b7dc0,_0x14831d){return _0x3b7dc0(_0x14831d);},'ZqEve':function(_0xa2abfe,_0x1f0e91){return _0xa2abfe>_0x1f0e91;},'OxuqF':function(_0x3bebe2,_0x430bd3){return _0x3bebe2(_0x430bd3);},'YDRug':'@cucumber/cucumber/lib/cli/configuration_builder.js','IJWAP':'../cucumber-js/formatter/custom_formatter.js','LFdbq':function(_0x20707e,_0x1d768e){return _0x20707e===_0x1d768e;},'JaEok':'xyOlq','yRUHS':'GuQTL','xQgiB':function(_0x1c149f,_0x1c1d3b){return _0x1c149f(_0x1c1d3b);},'hidRL':_0x19ce4d(0x83),'urzeM':_0x19ce4d(0xd5),'dSOrM':function(_0x3e1565,_0x14e804){return _0x3e1565(_0x14e804);},'ayBun':_0x19ce4d(0x152),'ZibbB':function(_0x48d918,_0x4fd2d3){return _0x48d918===_0x4fd2d3;},'PLPAr':'mocha','jcnqg':_0x19ce4d(0x17e),'RSXvt':function(_0x7421a3,_0x256288){return _0x7421a3(_0x256288);},'crAqG':_0x19ce4d(0x14b),'nDZww':function(_0x20c3bd,_0x269ec1){return _0x20c3bd===_0x269ec1;},'Iavtg':'ntkpO','jVaRQ':function(_0x2e163d){return _0x2e163d();},'nuvdH':function(_0x3581df,_0xfadefd){return _0x3581df(_0xfadefd);},'PvslG':'../mocha/test.setup','GsOjo':function(_0x387fc2){return _0x387fc2();},'CrwYB':'zsEZq','ShDnZ':_0x19ce4d(0x124),'VzAfq':function(_0x3aacb0,_0x5f1728){return _0x3aacb0*_0x5f1728;},'qewvN':function(_0x4ede4c,_0x405181){return _0x4ede4c===_0x405181;},'mbEOd':function(_0x5042f6,_0x24374c){return _0x5042f6!==_0x24374c;},'FdGJU':'ClTaR','KWkVQ':_0x19ce4d(0xf8),'TuOwE':_0x19ce4d(0xed),'ZInbs':function(_0x3d8116,_0x1603d1){return _0x3d8116||_0x1603d1;},'RfgBu':_0x19ce4d(0x157),'IVCxb':'platformIndex','GOUHI':'browserStackPercyOptions','NBymJ':_0x19ce4d(0xc4),'FiICu':_0x19ce4d(0x12c),'uDrvS':'percyCaptureMode','Sxuwh':_0x19ce4d(0x174),'QUXCV':_0x19ce4d(0x16c),'tlKLl':_0x19ce4d(0x164),'GVozc':_0x19ce4d(0xb3),'HsywM':function(_0xf92484,_0x579b5b){return _0xf92484!==_0x579b5b;},'NIQwv':_0x19ce4d(0x74),'JxBMh':function(_0x1a6ef4,_0x2c03a7){return _0x1a6ef4===_0x2c03a7;},'RFPvI':_0x19ce4d(0xd1),'RZAJR':_0x19ce4d(0x76),'jIvVg':function(_0x885ea3){return _0x885ea3();},'HHFId':_0x19ce4d(0x84),'Qwtnb':function(_0x594349,_0x4421f2){return _0x594349===_0x4421f2;},'YbchT':_0x19ce4d(0x16a),'WwkbB':_0x19ce4d(0x80),'gxcIh':function(_0x241e82,_0x25893d){return _0x241e82(_0x25893d);},'fzaSi':function(_0x53b60b,_0x46990e){return _0x53b60b===_0x46990e;},'AmkNh':_0x19ce4d(0x16b),'buoiQ':_0x19ce4d(0x151),'bNpyZ':'pzbeJ','lWsdP':function(_0x262787,_0x2137b4){return _0x262787!==_0x2137b4;},'efsyz':_0x19ce4d(0x14a),'kqIRK':'FrMGc','cggTg':function(_0x10cf34,_0x3b015b){return _0x10cf34>_0x3b015b;},'ueHsH':function(_0x5079d0,_0x5b3017){return _0x5079d0!==_0x5b3017;},'JqSGX':'PVUSV','ERCnn':_0x19ce4d(0xbb),'LgEwY':function(_0x164886,_0x17795f){return _0x164886!==_0x17795f;},'YjqXF':_0x19ce4d(0x13f),'WBfnP':_0x19ce4d(0x123),'AHtaP':_0x19ce4d(0xaf),'rdmFu':function(_0x45cc88,_0x9061dd){return _0x45cc88!==_0x9061dd;},'QbZwR':_0x19ce4d(0x10b),'vCVjk':function(_0x27d132,_0x4b46a6){return _0x27d132(_0x4b46a6);},'CcPSU':_0x19ce4d(0x155),'wbfJG':function(_0x382c85,_0x3199e2){return _0x382c85<_0x3199e2;},'VRjyu':function(_0xee66b0,_0x5ba0d1){return _0xee66b0(_0x5ba0d1);},'xQSFR':function(_0x4e7a04,_0x205992){return _0x4e7a04!==_0x205992;},'Uridm':function(_0x54e46b,_0x6976f0){return _0x54e46b>_0x6976f0;},'GZhzr':function(_0xd1fd40,_0x6f1d04){return _0xd1fd40!==_0x6f1d04;},'TEOgL':function(_0x5331a0,_0x4ac483){return _0x5331a0===_0x4ac483;},'dXXeD':'vanilla','theNt':function(_0xa9f175){return _0xa9f175();},'iDVtb':'beforeExit','iqcIj':function(_0x50410f){return _0x50410f();}};return new Promise(async(_0x43fab2,_0x2fece7)=>{const _0x44acbf=_0x19ce4d,_0x314de4={'kgwYU':function(_0x76dcef,_0x5a6257){const _0x39e741=a19_0x5a88;return _0x170ac0[_0x39e741(0x170)](_0x76dcef,_0x5a6257);},'wRvHa':_0x170ac0[_0x44acbf(0x147)],'mxoXT':_0x170ac0[_0x44acbf(0xdd)],'svfPW':_0x170ac0[_0x44acbf(0xc8)],'XrASn':function(_0x7d49a7,_0x5293e5){const _0x4c98b4=_0x44acbf;return _0x170ac0[_0x4c98b4(0x108)](_0x7d49a7,_0x5293e5);},'EBHCO':_0x170ac0[_0x44acbf(0xa4)],'DdFAY':_0x170ac0[_0x44acbf(0x65)],'Dvape':function(_0x368c2e,_0xff9052){return _0x170ac0['xQgiB'](_0x368c2e,_0xff9052);},'ZbiIB':function(_0x34a1f9,_0x14def0){return _0x170ac0['OxuqF'](_0x34a1f9,_0x14def0);},'ufnby':_0x170ac0[_0x44acbf(0x97)],'dUgcU':_0x170ac0[_0x44acbf(0x9f)]};_0x170ac0[_0x44acbf(0x138)](require,_0x170ac0[_0x44acbf(0x104)])();if(_0x170ac0[_0x44acbf(0x9e)](this['_framework'],_0x170ac0[_0x44acbf(0xfb)])){if(_0x170ac0[_0x44acbf(0xb6)](_0x170ac0[_0x44acbf(0x17a)],_0x170ac0[_0x44acbf(0x17a)])){const _0x55fe34=_0x170ac0['RSXvt'](requireModule,_0x170ac0['crAqG']),_0x27376e=_0x170ac0[_0x44acbf(0x15b)](requireModule,_0x170ac0['PLPAr']);if(_0x170ac0[_0x44acbf(0x144)](isBrowserstackInfra)){if(_0x170ac0['nDZww'](_0x170ac0[_0x44acbf(0xdb)],_0x170ac0[_0x44acbf(0xdb)]))_0x170ac0[_0x44acbf(0x153)](modifyCommand);else{const _0x3ba61a=_0x44acbf(0x116)+_0x588371+_0x3fa687[_0x44acbf(0xc6)](_0x57e969);_0x1efc83[_0x44acbf(0x181)](_0x170ac0['GxCfn']),_0x2d978b[_0x44acbf(0x181)](_0x4fbf6b+':'+_0x3ba61a);}}const _0x488c27=_0x170ac0[_0x44acbf(0x79)](require,_0x170ac0[_0x44acbf(0x66)])[_0x44acbf(0x11f)],_0x599f9d={};_0x599f9d['beforeAll']=[_0x488c27['beforeAll']],_0x599f9d[_0x44acbf(0x148)]=[_0x488c27[_0x44acbf(0x148)]],_0x599f9d[_0x44acbf(0x6d)]=[_0x488c27[_0x44acbf(0x6d)]],_0x599f9d['afterEach']=[_0x488c27[_0x44acbf(0x179)]];const _0x364251=_0x599f9d;if(_0x170ac0[_0x44acbf(0x137)](isTestObservabilitySession)){if(_0x170ac0['eBJSS'](_0x170ac0[_0x44acbf(0xb2)],_0x170ac0[_0x44acbf(0xb2)]))_0x1caf9a=_0x314de4[_0x44acbf(0x146)](_0x19a52d,_0x314de4[_0x44acbf(0xd9)])[_0x44acbf(0x67)],_0x100805[_0x44acbf(0x181)](_0x314de4[_0x44acbf(0x7a)]),_0x228206[_0x44acbf(0x181)](_0x1f32bd[_0x44acbf(0x7b)](_0x142d83,_0x314de4[_0x44acbf(0x78)]));else{const _0x763967=_0x170ac0[_0x44acbf(0x92)](require,_0x170ac0[_0x44acbf(0x94)])[_0x44acbf(0x11f)];_0x364251[_0x44acbf(0xb0)]['unshift'](_0x763967[_0x44acbf(0xb0)]),_0x364251['afterAll'][_0x44acbf(0x181)](_0x763967[_0x44acbf(0x6d)]);}}const _0x52a711=await _0x55fe34['handleRequires'](this[_0x44acbf(0x149)][_0x44acbf(0x10a)]);Object[_0x44acbf(0xa5)](this[_0x44acbf(0x149)],_0x52a711);this[_0x44acbf(0x149)]['rootHooks']&&(_0x170ac0[_0x44acbf(0x156)](_0x170ac0['ShDnZ'],_0x170ac0[_0x44acbf(0x150)])?(_0x556844['push'](_0x314de4[_0x44acbf(0x7a)]),_0x440059[_0x44acbf(0x181)](_0x2cae57+_0x44acbf(0x172)+_0x5eba29)):(this[_0x44acbf(0x149)][_0x44acbf(0xdf)][_0x44acbf(0xb0)]&&_0x364251[_0x44acbf(0xb0)][_0x44acbf(0x139)](...this[_0x44acbf(0x149)]['rootHooks']['beforeAll']),this[_0x44acbf(0x149)][_0x44acbf(0xdf)][_0x44acbf(0x148)]&&_0x364251['beforeEach'][_0x44acbf(0x139)](...this[_0x44acbf(0x149)][_0x44acbf(0xdf)][_0x44acbf(0x148)]),this['_mochaOpts'][_0x44acbf(0xdf)][_0x44acbf(0x6d)]&&_0x364251[_0x44acbf(0x6d)]['push'](...this[_0x44acbf(0x149)][_0x44acbf(0xdf)][_0x44acbf(0x6d)]),this[_0x44acbf(0x149)][_0x44acbf(0xdf)][_0x44acbf(0x179)]&&_0x364251[_0x44acbf(0x179)]['push'](...this[_0x44acbf(0x149)][_0x44acbf(0xdf)]['afterEach'])));const _0x33d485=this[_0x44acbf(0x149)][_0x44acbf(0x127)];let _0x245a3c=_0x170ac0[_0x44acbf(0x16e)](this['_mochaOpts']['timeout'],0x1);_0x170ac0[_0x44acbf(0xf1)](this['_mochaOpts']['timeout'],0x0)?_0x170ac0[_0x44acbf(0x15a)](_0x170ac0['FdGJU'],_0x170ac0[_0x44acbf(0xe2)])?_0x32e5a7=_0x170ac0[_0x44acbf(0xbd)](_0x5773bc,_0x170ac0['YRnlj']):_0x245a3c=0x0:_0x170ac0['LFdbq'](_0x170ac0[_0x44acbf(0xae)],_0x170ac0[_0x44acbf(0xae)])?_0x245a3c+=constants[_0x44acbf(0x142)]:_0x4731e1[_0x44acbf(0x112)](_0x2379a5,0x1);const _0xd76e6e={...this[_0x44acbf(0x149)],'reporter':path[_0x44acbf(0x7b)](__dirname,_0x170ac0[_0x44acbf(0x187)]),'reporterOption':{...this[_0x44acbf(0x149)][_0x44acbf(0x13c)],'type':_0x170ac0[_0x44acbf(0x68)](_0x33d485,_0x170ac0[_0x44acbf(0x7d)]),'testObservability':this[_0x44acbf(0xe4)],'bsConfig':this[_0x44acbf(0xc1)]},'parallel':![],'rootHooks':_0x364251,'isWorker':!![],'timeout':_0x245a3c};global[_0x44acbf(0x17c)]=helper['nestedKeyValue'](this['_configuration'],[_0x170ac0[_0x44acbf(0x8f)]]),global['browserstackPercyBestPlatform']=helper[_0x44acbf(0xa1)](this[_0x44acbf(0x8c)],[_0x170ac0['GOUHI'],_0x170ac0['NBymJ']]),global[_0x44acbf(0x12c)]=helper['nestedKeyValue'](this[_0x44acbf(0x8c)],[_0x170ac0[_0x44acbf(0x185)],_0x170ac0[_0x44acbf(0x6b)]]),global[_0x44acbf(0x10e)]=helper[_0x44acbf(0xa1)](this['_configuration'],[_0x170ac0[_0x44acbf(0x185)],_0x170ac0['uDrvS']]),global[_0x44acbf(0xb8)]=[this['_capability']];helper[_0x44acbf(0x96)]()&&(_0x170ac0['FCdyS'](_0x170ac0[_0x44acbf(0x166)],_0x170ac0[_0x44acbf(0x180)])?(this[_0x44acbf(0xc1)][_0x44acbf(0x12e)][_0x44acbf(0xbc)]&&(_0x170ac0['FCdyS'](_0x170ac0[_0x44acbf(0x8a)],_0x170ac0[_0x44acbf(0x177)])?global['__skipSessionName']=!![]:_0x170ac0[_0x44acbf(0xe6)](_0x1edce3,_0x465ca9)),this[_0x44acbf(0xc1)][_0x44acbf(0x12e)][_0x44acbf(0x161)]&&(_0x170ac0[_0x44acbf(0x10c)](_0x170ac0[_0x44acbf(0xbe)],_0x170ac0[_0x44acbf(0xbe)])?_0x274093['__skipSessionStatus']=!![]:global['__skipSessionStatus']=!![])):_0x388ade=_0x170ac0['DKxZs'](_0x591dd8,_0x170ac0['NJXVw']));this[_0x44acbf(0xc1)]['turboScaleUrl']&&(_0x170ac0[_0x44acbf(0xcd)](_0x170ac0[_0x44acbf(0x167)],_0x170ac0['RZAJR'])?this['_configuration'][_0x44acbf(0x12b)]=this[_0x44acbf(0xc1)][_0x44acbf(0x12b)]:this['_configuration']['turboScaleUrl']=this[_0x44acbf(0xc1)][_0x44acbf(0x12b)]);const _0x22464f=new _0x27376e(_0xd76e6e);_0x22464f[_0x44acbf(0x8d)]=_0x22464f[_0x44acbf(0x158)];if(_0x170ac0['jIvVg'](isTestObservabilitySession)){if(_0x170ac0[_0x44acbf(0xcd)](_0x170ac0['HHFId'],_0x170ac0[_0x44acbf(0xdc)]))_0x22464f['run']=function(_0x234ecd){const _0x4d4e98=_0x44acbf,_0x53913c={'CGOIt':function(_0x1d3e16,_0x1a3625){const _0x9639be=a19_0x5a88;return _0x170ac0[_0x9639be(0x118)](_0x1d3e16,_0x1a3625);},'lUfeM':function(_0x134289,_0x1babdd){const _0x4de279=a19_0x5a88;return _0x170ac0[_0x4de279(0x15e)](_0x134289,_0x1babdd);},'MNsWl':function(_0x677648,_0x1cc28f){const _0x45e9c9=a19_0x5a88;return _0x170ac0[_0x45e9c9(0x14c)](_0x677648,_0x1cc28f);},'DpaxB':_0x170ac0[_0x4d4e98(0xdd)],'NEYSE':function(_0x42df69,_0x3e89a3){const _0x1c96a4=_0x4d4e98;return _0x170ac0[_0x1c96a4(0x15e)](_0x42df69,_0x3e89a3);},'AUaTo':_0x170ac0['VzQnm'],'imTPU':_0x170ac0['DClXq'],'inTgp':function(_0x55b023,_0x24d3b2){return _0x170ac0['gekbE'](_0x55b023,_0x24d3b2);},'sTdOi':function(_0x2a18af,_0x2d3842){return _0x170ac0['FCdyS'](_0x2a18af,_0x2d3842);},'SJGLW':_0x170ac0[_0x4d4e98(0xa8)],'rexCw':_0x170ac0[_0x4d4e98(0xfe)],'GTvIY':function(_0x1db559,_0x65ce35){const _0x2f65c7=_0x4d4e98;return _0x170ac0[_0x2f65c7(0xb6)](_0x1db559,_0x65ce35);},'MykjK':_0x170ac0[_0x4d4e98(0xe1)],'TISfy':_0x170ac0[_0x4d4e98(0x14f)],'dWMAs':function(_0x81eefc,_0x1da09e,_0x1427eb){const _0x147776=_0x4d4e98;return _0x170ac0[_0x147776(0x17f)](_0x81eefc,_0x1da09e,_0x1427eb);},'HSTpJ':function(_0x4688af,_0x174eed){return _0x170ac0['AZZdh'](_0x4688af,_0x174eed);},'QhXRR':_0x170ac0[_0x4d4e98(0x105)],'gjzSV':_0x170ac0[_0x4d4e98(0x82)],'LYxXI':_0x170ac0[_0x4d4e98(0xd0)]};if(_0x170ac0['KIqXS'](_0x170ac0[_0x4d4e98(0xc2)],_0x170ac0[_0x4d4e98(0xc2)]))return _0x22464f['prevRun'](_0x12fae4=>{const _0x520e88=_0x4d4e98,_0x4ec9b9={'tfXkj':function(_0x4806d2,_0x189d29){const _0x255696=a19_0x5a88;return _0x53913c[_0x255696(0x16d)](_0x4806d2,_0x189d29);},'AxWrY':function(_0x4e7bc2,_0x44f394){return _0x53913c['lUfeM'](_0x4e7bc2,_0x44f394);},'KYtRC':function(_0x4518e5,_0x17267d){return _0x53913c['MNsWl'](_0x4518e5,_0x17267d);},'qclNf':function(_0x531dd4,_0x51998c){const _0x4a0cda=a19_0x5a88;return _0x53913c[_0x4a0cda(0xba)](_0x531dd4,_0x51998c);},'ZQgmy':_0x53913c[_0x520e88(0x184)],'oiHMK':function(_0x360441,_0x11ab59){const _0x4d8bf3=_0x520e88;return _0x53913c[_0x4d8bf3(0xf4)](_0x360441,_0x11ab59);},'eJDGR':function(_0x2bbee7,_0x5968d6){const _0x5c8ebd=_0x520e88;return _0x53913c[_0x5c8ebd(0x16d)](_0x2bbee7,_0x5968d6);},'CRPmZ':_0x53913c[_0x520e88(0x7e)],'CVtDj':_0x53913c['imTPU'],'PofYV':function(_0x1d0742,_0x1bccca){const _0xb198c8=_0x520e88;return _0x53913c[_0xb198c8(0xc9)](_0x1d0742,_0x1bccca);},'KGPdd':function(_0x48ffd9,_0x590fb4){return _0x53913c['sTdOi'](_0x48ffd9,_0x590fb4);},'Udgms':_0x53913c[_0x520e88(0xcc)],'zIggS':_0x53913c[_0x520e88(0xd8)],'xoHNi':function(_0x5cddc1,_0x54d186){const _0x10667e=_0x520e88;return _0x53913c[_0x10667e(0x16d)](_0x5cddc1,_0x54d186);},'xLLiY':function(_0x23f46d,_0x24110e){return _0x53913c['CGOIt'](_0x23f46d,_0x24110e);}};if(_0x53913c[_0x520e88(0x10d)](_0x53913c[_0x520e88(0x136)],_0x53913c[_0x520e88(0x175)])){const _0x4c8f6a=_0x4ec9b9['tfXkj'](_0x8d84c2,this[_0x520e88(0xc5)])[_0x520e88(0x129)](/ /g,'_');if(_0x4ec9b9[_0x520e88(0x91)](this[_0x520e88(0x154)][_0x45fcca],_0x21bb5f)&&_0x4ec9b9[_0x520e88(0xbf)](this['_formatter'][_0x5dca86][_0x520e88(0xf2)],0x0)){const _0xfe1ed7=this[_0x520e88(0x154)][_0x5aedba][0x1],_0x3d0a62=''+this[_0x520e88(0x154)][_0x2865d9][0x0];if(_0x4ec9b9[_0x520e88(0xd7)](_0xfe1ed7,_0x3b6981)){const _0x24a28d=_0x520e88(0x116)+_0x4c8f6a+_0x212f88[_0x520e88(0xc6)](_0xfe1ed7);_0x11ddbf[_0x520e88(0x181)](_0x4ec9b9['ZQgmy']),_0x4564b4[_0x520e88(0x181)](_0x3d0a62+':'+_0x24a28d);}else _0x25aa52[_0x520e88(0x181)](_0x4ec9b9[_0x520e88(0x171)]),_0x20092e[_0x520e88(0x181)](_0x3d0a62+':tmp/'+_0x4c8f6a);}}else{const _0x2f5bf4=_0x53913c[_0x520e88(0x73)](setInterval,async()=>{const _0x1d0980=_0x520e88,_0x22269a={'kKxMo':function(_0x3af37c,_0x3d912f){return _0x4ec9b9['eJDGR'](_0x3af37c,_0x3d912f);},'BxgML':_0x4ec9b9[_0x1d0980(0x77)]};if(_0x4ec9b9[_0x1d0980(0x91)](_0x4ec9b9[_0x1d0980(0xec)],_0x4ec9b9[_0x1d0980(0xec)])){const _0x5b7174=this[_0x1d0980(0x154)][_0xd40cf3][0x1],_0x1215d3=''+this['_formatter'][_0x547a07][0x0];if(_0x4ec9b9[_0x1d0980(0x15c)](_0x5b7174,_0x35baeb)){const _0x400f5d=_0x1d0980(0x116)+_0x584f7e+_0x31e489[_0x1d0980(0xc6)](_0x5b7174);_0x5b4b54[_0x1d0980(0x181)](_0x4ec9b9[_0x1d0980(0x171)]),_0x3ea141[_0x1d0980(0x181)](_0x1215d3+':'+_0x400f5d);}else _0x52fce0[_0x1d0980(0x181)](_0x4ec9b9[_0x1d0980(0x171)]),_0x267ced[_0x1d0980(0x181)](_0x1215d3+_0x1d0980(0x172)+_0x9e44b);}else{if(_0x4ec9b9['PofYV'](RequestQueueHandler[_0x1d0980(0x121)]()[_0x1d0980(0x143)],0x0)){if(_0x4ec9b9['KGPdd'](_0x4ec9b9[_0x1d0980(0x125)],_0x4ec9b9['zIggS']))_0x4ec9b9['xoHNi'](clearInterval,_0x2f5bf4),await _0x4ec9b9['xoHNi'](cleanupDrivers,global[_0x1d0980(0x13d)]),_0x4ec9b9[_0x1d0980(0x126)](_0x43fab2,_0x12fae4);else{const _0x4432f8=_0x22269a[_0x1d0980(0xa6)](_0x97103f,_0x22269a[_0x1d0980(0xa7)])[_0x1d0980(0x11f)];_0x470e96[_0x1d0980(0xb0)][_0x1d0980(0x139)](_0x4432f8[_0x1d0980(0xb0)]),_0x2a8598['afterAll'][_0x1d0980(0x181)](_0x4432f8[_0x1d0980(0x6d)]);}}}},0x3e8);}});else _0x1bc723=_0x53913c[_0x4d4e98(0xe7)](_0xf0765e,_0x53913c[_0x4d4e98(0xa3)])[_0x4d4e98(0x67)],_0x572473[_0x4d4e98(0x181)](_0x53913c[_0x4d4e98(0x184)]),_0x1ce4d0['push'](_0x57e76a[_0x4d4e98(0x7b)](_0x3b8c13,_0x53913c[_0x4d4e98(0x145)])),_0x569d36=_0x53913c[_0x4d4e98(0x99)];};else{const _0x368a6f=_0x170ac0['zXQcx'][_0x44acbf(0xa9)]('|');let _0xf8f4a9=0x0;while(!![]){switch(_0x368a6f[_0xf8f4a9++]){case'0':_0x3a8cbf[_0x44acbf(0x10f)]=0x0;continue;case'1':this[_0x44acbf(0x131)]=_0x579344;continue;case'2':_0x3f6d95[_0x44acbf(0xfc)]=0x0;continue;case'3':this[_0x44acbf(0x149)]=_0x15ae1c['mochaOpts'];continue;case'4':this[_0x44acbf(0xc1)]=_0x38fb27;continue;case'5':_0x52c345[_0x44acbf(0x100)]=0x0;continue;case'6':_0xc65bb6[_0x44acbf(0xef)]={};continue;case'7':_0x445a3e[_0x44acbf(0x113)]=0x0;continue;case'8':this['_testObservability']=_0x170ac0['pzpzn'](_0x359838);continue;case'9':this[_0x44acbf(0x154)]=_0x58f45c['formatter'];continue;case'10':_0xb42523[_0x44acbf(0x111)]=0x0;continue;case'11':this[_0x44acbf(0xfd)]=_0x5c36da;continue;case'12':_0x276ca1[_0x44acbf(0xa2)]=0x0;continue;case'13':_0x39722c['testsSkipped']=0x0;continue;case'14':_0x4110bc[_0x44acbf(0x17d)]=0x0;continue;case'15':_0x37c288['__platformCaps']=this[_0x44acbf(0x8c)][_0x44acbf(0x122)]||{};continue;case'16':this[_0x44acbf(0xc5)]=this[_0x44acbf(0x8c)][_0x44acbf(0x11b)];continue;case'17':_0x10e23e[_0x44acbf(0xe5)]=0x0;continue;case'18':this[_0x44acbf(0x8c)]=_0xeec675[_0x44acbf(0x11d)]||{};continue;case'19':_0x1211c9[_0x44acbf(0x64)]=this[_0x44acbf(0x8c)][_0x44acbf(0x6f)];continue;case'20':_0x5eda86['testsPending']=0x0;continue;case'21':this[_0x44acbf(0x9b)]=_0x170ac0[_0x44acbf(0xab)](_0x46ad35);continue;}break;}}}else _0x170ac0['Qwtnb'](_0x170ac0[_0x44acbf(0x132)],_0x170ac0[_0x44acbf(0x132)])?_0x22464f['run']=function(_0x3d0324){const _0x20b1b3=_0x44acbf;if(_0x314de4[_0x20b1b3(0x86)](_0x314de4[_0x20b1b3(0x106)],_0x314de4[_0x20b1b3(0x16f)]))return;else return _0x22464f[_0x20b1b3(0x8d)](async _0x2b2a6c=>{const _0x4bdf0f=_0x20b1b3;_0x314de4[_0x4bdf0f(0x86)](_0x314de4[_0x4bdf0f(0xaa)],_0x314de4[_0x4bdf0f(0x141)])?_0x3e9eca+=_0x225921['BSTACK_DELTA']:(await _0x314de4[_0x4bdf0f(0xce)](cleanupDrivers,global[_0x4bdf0f(0x13d)]),_0x314de4[_0x4bdf0f(0xc3)](_0x43fab2,_0x2b2a6c));});}:_0x170ac0[_0x44acbf(0x144)](_0x483427);try{_0x170ac0['mbEOd'](_0x170ac0[_0x44acbf(0x182)],_0x170ac0['WwkbB'])?(this[_0x44acbf(0xc1)][_0x44acbf(0x12e)][_0x44acbf(0xbc)]&&(_0x111e0e[_0x44acbf(0x90)]=!![]),this['_bsConfig'][_0x44acbf(0x12e)][_0x44acbf(0x161)]&&(_0x42a150[_0x44acbf(0x6e)]=!![])):_0x170ac0['gxcIh'](require,_0x170ac0['qhFDW'])[_0x44acbf(0xf7)](this[_0x44acbf(0x8c)],null,this['_testObservability']);}catch{}const _0x4b2253=_0x55fe34['runMocha'](_0x22464f,_0xd76e6e);_0x4b2253&&_0x4b2253['catch'](_0x42e4a8=>{const _0x473877=_0x44acbf,_0x3b523a={'xHffz':function(_0x4b14b6,_0x5c47cc){return _0x170ac0['AZZdh'](_0x4b14b6,_0x5c47cc);}};if(_0x170ac0['eBJSS'](_0x170ac0['EpkXr'],_0x170ac0['EpkXr'])){const _0x413feb={};_0x413feb[_0x473877(0x89)]=_0x43936b[_0x473877(0x111)],_0x413feb[_0x473877(0xad)]=_0x1a5c45[_0x473877(0x100)],_0x413feb[_0x473877(0x115)]=_0x120ed8[_0x473877(0x113)],_0x413feb[_0x473877(0x11a)]=_0x521ba4[_0x473877(0x17d)],_0x413feb['stepsPassed']=_0x3bbdbf[_0x473877(0xa2)],_0x413feb[_0x473877(0x117)]=_0x4515b1[_0x473877(0x165)],_0x413feb[_0x473877(0xd6)]=_0x98876[_0x473877(0xca)],_0x413feb[_0x473877(0x128)]=_0x1c367f['testsUndefined'],_0x413feb[_0x473877(0x81)]=_0x172efa[_0x473877(0xe5)],_0x413feb[_0x473877(0x103)]=_0x521591[_0x473877(0x10f)],_0x413feb[_0x473877(0xe9)]=_0x3765cf[_0x473877(0x178)],_0x413feb['testsErrorMessage']=_0x35ebec[_0x473877(0xef)];const _0x569c3e=_0x413feb;_0x3b523a[_0x473877(0xeb)](_0x2aa4dd,_0x569c3e);}else _0x170ac0[_0x473877(0x15b)](_0x2fece7,_0x42e4a8);});}else _0x14232e[_0x44acbf(0xe3)](_0x22a1f3),_0x3153ad[_0x44acbf(0x15d)]=0x1,_0x170ac0[_0x44acbf(0x15b)](_0x3a4196,_0x9d7636);}else{if(_0x170ac0[_0x44acbf(0xd4)](this[_0x44acbf(0xfd)],_0x170ac0[_0x44acbf(0x93)])){let _0x5dcd0c;try{_0x170ac0[_0x44acbf(0x10c)](_0x170ac0[_0x44acbf(0x7f)],_0x170ac0[_0x44acbf(0x109)])?_0x5dcd0c=_0x170ac0[_0x44acbf(0x118)](requireModule,_0x170ac0[_0x44acbf(0x135)]):_0x170ac0['DbYPs'](_0x289fdd,_0x170ac0[_0x44acbf(0x71)])[_0x44acbf(0xf7)](this[_0x44acbf(0x8c)],null,this[_0x44acbf(0xe4)]);}catch(_0x1ae75b){_0x170ac0['lWsdP'](_0x170ac0['efsyz'],_0x170ac0[_0x44acbf(0xe0)])?_0x5dcd0c=_0x170ac0[_0x44acbf(0x98)](requireModule,_0x170ac0['NJXVw']):(this[_0x44acbf(0x149)][_0x44acbf(0xdf)]['beforeAll']&&_0x20e1c8[_0x44acbf(0xb0)][_0x44acbf(0x139)](...this[_0x44acbf(0x149)][_0x44acbf(0xdf)][_0x44acbf(0xb0)]),this[_0x44acbf(0x149)][_0x44acbf(0xdf)][_0x44acbf(0x148)]&&_0x474b05['beforeEach'][_0x44acbf(0x139)](...this[_0x44acbf(0x149)][_0x44acbf(0xdf)][_0x44acbf(0x148)]),this[_0x44acbf(0x149)][_0x44acbf(0xdf)][_0x44acbf(0x6d)]&&_0x26dbf8[_0x44acbf(0x6d)][_0x44acbf(0x181)](...this[_0x44acbf(0x149)][_0x44acbf(0xdf)][_0x44acbf(0x6d)]),this[_0x44acbf(0x149)][_0x44acbf(0xdf)][_0x44acbf(0x179)]&&_0xe4a45e[_0x44acbf(0x179)][_0x44acbf(0x181)](...this[_0x44acbf(0x149)][_0x44acbf(0xdf)][_0x44acbf(0x179)]));}const _0xd2d287=this[_0x44acbf(0x131)],_0x337edd=_0xd2d287[_0x44acbf(0x17b)](_0x170ac0[_0x44acbf(0x93)]);_0x170ac0[_0x44acbf(0xf3)](_0x337edd,-0x1)&&(_0x170ac0[_0x44acbf(0x9c)](_0x170ac0[_0x44acbf(0x95)],_0x170ac0[_0x44acbf(0x95)])?_0x170ac0[_0x44acbf(0x118)](_0x66e6ef,_0x4663a6):_0xd2d287[_0x44acbf(0x112)](_0x337edd,0x1));const _0x20d05e=_0x170ac0[_0x44acbf(0x119)];try{if(_0x170ac0[_0x44acbf(0x169)](_0x170ac0[_0x44acbf(0xcf)],_0x170ac0[_0x44acbf(0xcf)]))_0x1243c6[_0x44acbf(0x90)]=!![];else{const _0x1bc35b=_0x170ac0[_0x44acbf(0x79)](requireModule,_0x170ac0[_0x44acbf(0x159)]),_0xcbf596=_0x1bc35b[_0x44acbf(0x6c)];_0x1bc35b.resolvePaths=async function(){const pathResults=await _0xcbf596.apply(this,arguments);const {unexpandedFeaturePaths,featurePaths,importPaths}=pathResults;let {requirePaths}=pathResults;requirePaths=[path.join(__dirname,'../cucumber-js/test.setup.js'),...requirePaths,path.join(__dirname,_0x20d05e)];return{unexpandedFeaturePaths,featurePaths,requirePaths,importPaths};},_0xd2d287['push'](_0x170ac0[_0x44acbf(0xdd)]),_0xd2d287[_0x44acbf(0x181)](path[_0x44acbf(0x7b)](__dirname,_0x170ac0[_0x44acbf(0xc8)]));}}catch(_0x5aaddc){let _0x178fbe=_0x170ac0[_0x44acbf(0xfa)],_0x354ba8;try{_0x170ac0[_0x44acbf(0x87)](_0x170ac0[_0x44acbf(0x13b)],_0x170ac0[_0x44acbf(0x13b)])?_0x55357c=0x0:(_0x354ba8=_0x170ac0[_0x44acbf(0x140)](requireModule,_0x170ac0[_0x44acbf(0x147)])[_0x44acbf(0x67)],_0xd2d287[_0x44acbf(0x181)](_0x170ac0[_0x44acbf(0xdd)]),_0xd2d287[_0x44acbf(0x181)](path[_0x44acbf(0x7b)](__dirname,_0x170ac0['IJWAP'])));}catch(_0x17eb04){_0x354ba8=_0x170ac0[_0x44acbf(0xe6)](requireModule,_0x170ac0[_0x44acbf(0x105)])['default'],_0xd2d287[_0x44acbf(0x181)](_0x170ac0[_0x44acbf(0xdd)]),_0xd2d287[_0x44acbf(0x181)](path[_0x44acbf(0x7b)](__dirname,_0x170ac0[_0x44acbf(0x82)])),_0x178fbe=_0x170ac0[_0x44acbf(0xd0)];}const _0x2b406e=_0x354ba8[_0x44acbf(0xd2)][_0x44acbf(0x6a)];_0x354ba8[_0x44acbf(0xd2)]['build']=async function(){const _0x3a1891=_0x44acbf,_0x55e9dd=await _0x2b406e['call'](this);return _0x55e9dd[_0x3a1891(0x173)]['unshift'](path[_0x3a1891(0x7b)](__dirname,_0x178fbe)),_0x55e9dd[_0x3a1891(0x173)]['push'](path[_0x3a1891(0x7b)](__dirname,_0x20d05e)),_0x55e9dd;};}_0xd2d287[_0x44acbf(0x181)](_0x170ac0['CcPSU']),_0xd2d287[_0x44acbf(0x181)](''+this['_configuration'][_0x44acbf(0x88)]);if(this['_formatter']&&_0x170ac0[_0x44acbf(0x12a)](this['_formatter'][_0x44acbf(0xf2)],0x0))for(let _0x13a0c0=0x0;_0x170ac0[_0x44acbf(0x8b)](_0x13a0c0,this[_0x44acbf(0x154)][_0x44acbf(0xf2)]);_0x13a0c0++){const _0x108551=_0x170ac0['VRjyu'](getPlatformName,this[_0x44acbf(0xc5)])[_0x44acbf(0x129)](/ /g,'_');if(_0x170ac0[_0x44acbf(0x14e)](this[_0x44acbf(0x154)][_0x13a0c0],undefined)&&_0x170ac0[_0x44acbf(0xee)](this[_0x44acbf(0x154)][_0x13a0c0][_0x44acbf(0xf2)],0x0)){const _0x34bbe9=this[_0x44acbf(0x154)][_0x13a0c0][0x1],_0x23fe88=''+this[_0x44acbf(0x154)][_0x13a0c0][0x0];if(_0x170ac0['GZhzr'](_0x34bbe9,undefined)){const _0x47f6f9=_0x44acbf(0x116)+_0x108551+path['extname'](_0x34bbe9);_0xd2d287[_0x44acbf(0x181)](_0x170ac0[_0x44acbf(0xdd)]),_0xd2d287['push'](_0x23fe88+':'+_0x47f6f9);}else _0xd2d287[_0x44acbf(0x181)](_0x170ac0[_0x44acbf(0xdd)]),_0xd2d287[_0x44acbf(0x181)](_0x23fe88+':tmp/'+_0x108551);}}const _0x22dc7c=new _0x5dcd0c[(_0x44acbf(0x67))]({'argv':_0xd2d287,'cwd':process[_0x44acbf(0xf6)](),'stdout':process['stdout'],'stderr':process['stderr'],'env':process[_0x44acbf(0xff)]});process[_0x44acbf(0xff)][_0x44acbf(0x133)]=JSON['stringify'](this[_0x44acbf(0x8c)]),_0x22dc7c[_0x44acbf(0x158)]()[_0x44acbf(0xb5)](_0x3fa5a5=>{const _0x4fc2cf=_0x44acbf,_0x45fe14={};_0x45fe14['scenarios']=global[_0x4fc2cf(0x111)],_0x45fe14['steps']=global[_0x4fc2cf(0x100)],_0x45fe14[_0x4fc2cf(0x115)]=global['testSuitesFailed'],_0x45fe14[_0x4fc2cf(0x11a)]=global[_0x4fc2cf(0x17d)],_0x45fe14[_0x4fc2cf(0x134)]=global['testsPassed'],_0x45fe14[_0x4fc2cf(0x117)]=global[_0x4fc2cf(0x165)],_0x45fe14[_0x4fc2cf(0xd6)]=global[_0x4fc2cf(0xca)],_0x45fe14['stepsUndefined']=global['testsUndefined'],_0x45fe14['stepsUnknown']=global[_0x4fc2cf(0xe5)],_0x45fe14[_0x4fc2cf(0x103)]=global[_0x4fc2cf(0x10f)],_0x45fe14['processSuccess']=_0x3fa5a5['success'],_0x45fe14[_0x4fc2cf(0xef)]=global[_0x4fc2cf(0xef)];const _0x3c4a98=_0x45fe14;_0x170ac0['lGjwG'](_0x43fab2,_0x3c4a98);})[_0x44acbf(0x114)](_0x292a9f=>{const _0x1d4622=_0x44acbf;_0x170ac0[_0x1d4622(0x72)](_0x2fece7,_0x292a9f);});}else{if(_0x170ac0[_0x44acbf(0x11e)](this['_framework'],_0x170ac0[_0x44acbf(0x183)])){process['argv']=this[_0x44acbf(0x8c)][_0x44acbf(0x70)];try{_0x170ac0[_0x44acbf(0xb7)](modifyCommand),_0x170ac0[_0x44acbf(0x13e)](require,_0x170ac0[_0x44acbf(0x71)])[_0x44acbf(0x9a)](this[_0x44acbf(0x8c)]);let _0x47dbc5=0x0;process['on'](_0x170ac0[_0x44acbf(0x130)],async()=>{const _0x3adc05=_0x44acbf;if(_0x170ac0[_0x3adc05(0x12a)](_0x47dbc5,0x0))return;_0x47dbc5++,await _0x170ac0[_0x3adc05(0x98)](cleanupDrivers,global[_0x3adc05(0x13d)]);}),_0x170ac0[_0x44acbf(0x118)](require,this['_configuration'][_0x44acbf(0xc0)]);}catch(_0x2e5b38){console[_0x44acbf(0xe3)](_0x2e5b38),process[_0x44acbf(0x15d)]=0x1,_0x170ac0[_0x44acbf(0x15b)](_0x2fece7,_0x2e5b38);}_0x170ac0[_0x44acbf(0x12f)](_0x43fab2);}}}});}}module[a19_0x5ef1b8(0x110)]=Launcher;function a19_0x4ccf(){const _0x350707=['GOUHI','5gcgQKA','TuOwE','__platform__','yRUHS','PvslG','default','ZInbs','../cucumber-js/formatter/custom_formatter_old_versions.js','build','FiICu','resolvePaths','afterAll','__skipSessionStatus','platform','args','qhFDW','RkmzL','dWMAs','HcPmM','jLRdl','TQOSo','CRPmZ','svfPW','nuvdH','mxoXT','join','15808650uYfPUj','RfgBu','AUaTo','buoiQ','JwwlN','stepsUnknown','mhRaP','CseFM','lVvID','../utils/constants','XrASn','rdmFu','maxWorkers','scenarios','tlKLl','wbfJG','_configuration','prevRun','../../helpers/test-observability/utils','IVCxb','__skipSessionName','AxWrY','xQgiB','AmkNh','VzQnm','JqSGX','isBrowserstackInfra','hidRL','DKxZs','LYxXI','browserstackAgent','_accessibilityAutomation','ueHsH','PVsrm','ZibbB','urzeM','326902SnuUfw','nestedKeyValue','testsPassed','QhXRR','JaEok','assign','kKxMo','BxgML','ESBKN','split','EBHCO','oaijq','981196AMYeeF','steps','KWkVQ','../cucumber-js/test.setup.js','beforeAll','path','CrwYB','PRaEf','../../helpers/accessibility-automation/helper','then','KIqXS','theNt','capabilities','18|11|8|19|21|10|7|3|4|9|13|1|16|14|15|2|6|12|20|5|0|17','lUfeM','../cucumber-js/timeout.setup.js','skipSessionName','XISmz','NIQwv','KYtRC','file','_bsConfig','RudBx','ZbiIB','browserstackPercyBestPlatform','_capability','extname','1WuBlHj','IJWAP','inTgp','testsPending','cucumber/lib/cli/index.js','SJGLW','JxBMh','Dvape','YjqXF','JJzEB','FSTJg','prototype','--format','fzaSi','NGdAI','stepsPending','qclNf','rexCw','wRvHa','czCYa','Iavtg','HHFId','GxCfn','../cucumber-js/test_old.setup.js','rootHooks','kqIRK','LjQpr','FdGJU','error','_testObservability','testsUnknown','KVqVW','HSTpJ','7592496RkXvgU','processSuccess','__platformCaps','xHffz','CVtDj','../mocha/bstack-reporter/customReporter.js','Uridm','testsErrorMessage','11|18|3|9|16|19|1|4|8|21|15|10|5|12|14|20|13|7|2|17|0|6','qewvN','length','cggTg','NEYSE','cucumber/lib/cli/configuration_builder.js','cwd','browserstackAgentV2','KFrnv','EHDQs','AHtaP','PLPAr','testsUndefined','_framework','dscTv','env','totalTests','@cucumber/cucumber/lib/cli/index.js','Jitxt','stepsAmbiguous','ayBun','AKsLc','ufnby','551658GZEpep','LFdbq','bNpyZ','require','cqSke','HsywM','GTvIY','percyCaptureMode','testsAmbiguous','exports','testSuites','splice','testSuitesFailed','catch','scenariosFailed','tmp/','stepsSkipped','lGjwG','ERCnn','stepsFailed','capability','HtxWF','configuration','TEOgL','mochaHooks','77hrLWhB','getInstance','platformCaps','@cucumber/cucumber/lib/api/paths.js','wSYxg','Udgms','xLLiY','reporter','stepsUndefined','replace','ZqEve','turboScaleUrl','percy','../../helpers/helper','testContextOptions','iqcIj','iDVtb','_argv','YbchT','CONFIG','stepsPassed','YRnlj','MykjK','GsOjo','dSOrM','unshift','733227DtJzKU','QbZwR','reporterOptions','__driversArray','gxcIh','ZjBQE','vCVjk','DdFAY','BSTACK_DELTA','pendingUploads','GSgxk','gjzSV','kgwYU','YDRug','beforeEach','_mochaOpts','lYgLR','mocha/lib/cli/run-helpers.js','tOotn','rebee','xQSFR','QAOhU','ShDnZ','AznUT','../../helpers/setKeepAlive','jVaRQ','_formatter','--parallel','FCdyS','spec','run','WBfnP','mbEOd','AZZdh','oiHMK','exitCode','Othit','drukH','../mocha/test-observability/data-hooks','skipSessionStatus','../../helpers/test-observability/requestQueueHandler','6664563ICPTiS','SUzXH','testsSkipped','Sxuwh','RFPvI','bShjc','LgEwY','mdkvg','cucumber-js','LlozB','CGOIt','VzAfq','dUgcU','OxuqF','ZQgmy',':tmp/','supportCodePaths','dNKFZ','TISfy','formatter','GVozc','success','afterEach','jcnqg','indexOf','browserstackPlatformIndex','testsFailed','KTJet','EZIJl','QUXCV','push','WwkbB','dXXeD','DpaxB'];a19_0x4ccf=function(){return _0x350707;};return a19_0x4ccf();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a20_0x6aba(_0xb0b21,_0x5b3027){const _0x406bee=a20_0x406b();return a20_0x6aba=function(_0x6aba08,_0x3da94b){_0x6aba08=_0x6aba08-0x8b;let _0x1860a1=_0x406bee[_0x6aba08];return _0x1860a1;},a20_0x6aba(_0xb0b21,_0x5b3027);}const a20_0x1e4d69=a20_0x6aba;(function(_0x105c4e,_0x36b753){const _0x27a57b=a20_0x6aba,_0x483ecb=_0x105c4e();while(!![]){try{const _0x42cd54=-parseInt(_0x27a57b(0x8c))/0x1*(-parseInt(_0x27a57b(0xd3))/0x2)+-parseInt(_0x27a57b(0xe3))/0x3+parseInt(_0x27a57b(0xc3))/0x4*(parseInt(_0x27a57b(0xd1))/0x5)+parseInt(_0x27a57b(0xac))/0x6+parseInt(_0x27a57b(0x8e))/0x7+parseInt(_0x27a57b(0xf9))/0x8+parseInt(_0x27a57b(0xa6))/0x9*(-parseInt(_0x27a57b(0xbd))/0xa);if(_0x42cd54===_0x36b753)break;else _0x483ecb['push'](_0x483ecb['shift']());}catch(_0x5b4e75){_0x483ecb['push'](_0x483ecb['shift']());}}}(a20_0x406b,0x62795));const path=require(a20_0x1e4d69(0xab)),os=require('os'),util=require(a20_0x1e4d69(0xe0)),bsSetupHelper=require('../../../helpers/helper'),logger=require(a20_0x1e4d69(0xb4))['winstonLogger'];function a20_0x406b(){const _0x23d0ea=['6257064DdHyZQ','__cloud_provider___','DbCTq','rNkFc','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','DFBUr','toLowerCase','628561XDbLja','YXjtG','1056825zXTXBd','browserstack.accessibility','requireModule','UHfLc','YkiBf','debug','tJdQR','HFNeS','browserstack','Exception\x20in\x20setExtension\x20Error:\x20','isUndefined','QDVEk','deviceName','warn','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','SOJyG','UulLn','browserstack.accessibilityOptions','MJoIs','qsjoA','hSzUQ','IvDxN','sxKCx','AtZTj','13237578DKPzDU','capability','hFLeN','getPlatformVersion','UuDSu','path','2522130lcNvxh','PuBjy','NdGPf','LvOpm','scannerVersion','authToken','env','xRqYU','../../../helpers/logger','MxTvH','SOkUl','QoRpV','setAccessibilityCapabilities','WqNpX','IUXXj','Pyktk','getBrowserName','10lWPedo','gKyMz','fetchPlatformDetails','KjyoA','ikHMd','AaeQk','4lJmfiW','HfGjy','ivZgm','setExtension','format','parse','options_','chromeOptions_','urqvU','Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20','FIfvo','includes','EayKQ','LLjIi','3285525jhdSyT','sPnqF','2tLhDkt','tHMIN','AuicB','XzMVr','browserVersion','ZiWFz','bstack:options','SVFKn','DELcT','accessibilityOptions','LsLln','tcVLU','BS_A11Y_JWT','util','JzNtt','JSXGU','2294814UdDwEk','QJpmu','gfDCI','bktec','ZdAfp','AlwaK','ZoOxS','KAHxb','eJlpu','PCJSf','FHjFS','xJJhM','lpkGh','getCapabilities','mIOeo','browser_version','browserName','selenium-webdriver/chrome.js','VVPLv','vguCd','device','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'];a20_0x406b=function(){return _0x23d0ea;};return a20_0x406b();}exports[a20_0x1e4d69(0xb8)]=_0x30c923=>{const _0x527ac9=a20_0x1e4d69,_0x19faf4={};_0x19faf4['sxKCx']=_0x527ac9(0xf4),_0x19faf4[_0x527ac9(0x9e)]=_0x527ac9(0x9f),_0x19faf4[_0x527ac9(0xfc)]=_0x527ac9(0x9c),_0x19faf4[_0x527ac9(0xde)]='bstack:options',_0x19faf4[_0x527ac9(0xba)]='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.',_0x19faf4['DFBUr']=function(_0x14060f,_0x2996b8){return _0x14060f===_0x2996b8;},_0x19faf4[_0x527ac9(0xc5)]=_0x527ac9(0x91),_0x19faf4[_0x527ac9(0xb6)]=_0x527ac9(0x8f),_0x19faf4[_0x527ac9(0xe5)]=function(_0x463d9b,_0x25c15e){return _0x463d9b!==_0x25c15e;},_0x19faf4['liBqc']=_0x527ac9(0xb5),_0x19faf4[_0x527ac9(0xae)]=_0x527ac9(0xa2),_0x19faf4[_0x527ac9(0xa3)]=function(_0x4e0a02,_0x2cb06f){return _0x4e0a02!==_0x2cb06f;},_0x19faf4[_0x527ac9(0xb7)]=_0x527ac9(0xcd),_0x19faf4[_0x527ac9(0xe1)]=_0x527ac9(0xc1),_0x19faf4[_0x527ac9(0xa5)]='zgZYO',_0x19faf4[_0x527ac9(0x9d)]=function(_0xf6759d,_0x1e5129){return _0xf6759d===_0x1e5129;},_0x19faf4['bktec']='qfXHZ',_0x19faf4['PuBjy']=_0x527ac9(0x95),_0x19faf4[_0x527ac9(0xee)]=_0x527ac9(0xdd),_0x19faf4[_0x527ac9(0xa0)]=_0x527ac9(0xc0),_0x19faf4[_0x527ac9(0xc4)]=_0x527ac9(0xea),_0x19faf4[_0x527ac9(0x92)]=_0x527ac9(0xe8),_0x19faf4[_0x527ac9(0x99)]=_0x527ac9(0xa1);const _0x493d7b=_0x19faf4;try{if(_0x493d7b[_0x527ac9(0xfe)](_0x493d7b['ivZgm'],_0x493d7b[_0x527ac9(0xc5)])){const _0x45b5ea=_0x30c923[_0x527ac9(0xa7)]||{};if(_0x45b5ea[_0x493d7b[_0x527ac9(0xde)]]&&_0x45b5ea[_0x493d7b[_0x527ac9(0xde)]]['accessibility']||_0x30c923[_0x527ac9(0xa7)][_0x493d7b[_0x527ac9(0xb6)]]){if(_0x493d7b[_0x527ac9(0xe5)](_0x493d7b['liBqc'],_0x493d7b['NdGPf'])){global['isAccessibilityPlatform']=!![];if(_0x45b5ea[_0x493d7b[_0x527ac9(0xde)]]){if(_0x493d7b[_0x527ac9(0xa3)](_0x493d7b[_0x527ac9(0xb7)],_0x493d7b[_0x527ac9(0xe1)])){if(_0x45b5ea[_0x493d7b['tcVLU']][_0x527ac9(0xdc)])_0x493d7b[_0x527ac9(0xfe)](_0x493d7b[_0x527ac9(0xa5)],_0x493d7b[_0x527ac9(0xa5)])?_0x45b5ea[_0x493d7b['tcVLU']]['accessibilityOptions']['authToken']=process[_0x527ac9(0xb2)][_0x527ac9(0xdf)]:_0x285565=_0x2c7e58['requireModule'](_0x493d7b[_0x527ac9(0xa4)]);else{if(_0x493d7b[_0x527ac9(0x9d)](_0x493d7b[_0x527ac9(0xe6)],_0x493d7b[_0x527ac9(0xad)]))_0x43174f[_0x527ac9(0x93)](_0x527ac9(0x97)+_0x534eb3[_0x527ac9(0xc7)](_0x54c359));else{const _0x4aedc6={};_0x4aedc6[_0x527ac9(0xb1)]=process[_0x527ac9(0xb2)]['BS_A11Y_JWT'],_0x45b5ea[_0x493d7b[_0x527ac9(0xde)]][_0x527ac9(0xdc)]=_0x4aedc6;}}_0x45b5ea[_0x493d7b[_0x527ac9(0xde)]][_0x527ac9(0xdc)][_0x527ac9(0xb0)]=JSON[_0x527ac9(0xc8)](process[_0x527ac9(0xb2)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])['scannerVersion'];}else{if(_0x158c2a[_0x493d7b['UulLn']])_0x2e282f[_0x493d7b[_0x527ac9(0x9e)]][_0x527ac9(0xb1)]=_0x47a9e0[_0x527ac9(0xb2)][_0x527ac9(0xdf)];else{const _0x4e6826={};_0x4e6826[_0x527ac9(0xb1)]=_0x573d73[_0x527ac9(0xb2)][_0x527ac9(0xdf)],_0xa37c54[_0x493d7b[_0x527ac9(0x9e)]]=_0x4e6826;}_0x595d61[_0x493d7b[_0x527ac9(0x9e)]]['scannerVersion']=_0x1aa167['parse'](_0x2044e2['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0x527ac9(0xb0)];}}else{if(_0x30c923['capability'][_0x493d7b[_0x527ac9(0xb6)]]){if(_0x493d7b[_0x527ac9(0xe5)](_0x493d7b['xJJhM'],_0x493d7b[_0x527ac9(0xa0)])){if(_0x45b5ea[_0x493d7b[_0x527ac9(0x9e)]]){if(_0x493d7b[_0x527ac9(0xa3)](_0x493d7b[_0x527ac9(0xc4)],_0x493d7b[_0x527ac9(0xc4)]))return _0x3c1e84[_0x527ac9(0x9b)](_0x493d7b[_0x527ac9(0xfc)]),![];else _0x45b5ea[_0x493d7b[_0x527ac9(0x9e)]]['authToken']=process[_0x527ac9(0xb2)][_0x527ac9(0xdf)];}else{if(_0x493d7b[_0x527ac9(0xfe)](_0x493d7b[_0x527ac9(0x92)],_0x493d7b[_0x527ac9(0x92)])){const _0x5ef22b={};_0x5ef22b['authToken']=process[_0x527ac9(0xb2)][_0x527ac9(0xdf)],_0x45b5ea[_0x493d7b[_0x527ac9(0x9e)]]=_0x5ef22b;}else{const _0x4ce793={};_0x4ce793[_0x527ac9(0xb1)]=_0x46ee14[_0x527ac9(0xb2)][_0x527ac9(0xdf)],_0x1a19bb[_0x493d7b[_0x527ac9(0xde)]][_0x527ac9(0xdc)]=_0x4ce793;}}_0x45b5ea[_0x493d7b[_0x527ac9(0x9e)]][_0x527ac9(0xb0)]=JSON[_0x527ac9(0xc8)](process[_0x527ac9(0xb2)][_0x527ac9(0xfd)])[_0x527ac9(0xb0)];}else return![];}}}else _0x4d1620[_0x493d7b['UulLn']][_0x527ac9(0xb1)]=_0x53c690[_0x527ac9(0xb2)][_0x527ac9(0xdf)];}}else return _0x618ed6['warn'](_0x493d7b[_0x527ac9(0xba)]),![];}catch(_0x2ecb5a){_0x493d7b[_0x527ac9(0xa3)](_0x493d7b[_0x527ac9(0x99)],_0x493d7b[_0x527ac9(0x99)])?_0x1d20fb[_0x527ac9(0x93)](_0x527ac9(0xf8)+_0x4efffa):logger[_0x527ac9(0x93)](_0x527ac9(0xcc)+_0x2ecb5a);}},exports[a20_0x1e4d69(0xc6)]=(_0x3fd771,_0x4ccdc8)=>{const _0x477067=a20_0x1e4d69,_0x201f38={};_0x201f38['tHMIN']=_0x477067(0xd9),_0x201f38[_0x477067(0xef)]='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.',_0x201f38[_0x477067(0xdb)]=_0x477067(0x9f),_0x201f38[_0x477067(0xe4)]='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.',_0x201f38[_0x477067(0xec)]=function(_0x295485,_0x41a7b6){return _0x295485!==_0x41a7b6;},_0x201f38[_0x477067(0xd5)]=function(_0x50191e,_0x30b06e){return _0x50191e!==_0x30b06e;},_0x201f38[_0x477067(0xb9)]=_0x477067(0xaa),_0x201f38['DbCTq']='chrome',_0x201f38[_0x477067(0xed)]=function(_0x3a9e2a,_0x547acc){return _0x3a9e2a===_0x547acc;},_0x201f38[_0x477067(0xd0)]=_0x477067(0xd8),_0x201f38[_0x477067(0xf5)]=function(_0x60d7f9,_0x4f3b2e){return _0x60d7f9===_0x4f3b2e;},_0x201f38[_0x477067(0xcb)]='latest',_0x201f38[_0x477067(0xa8)]=function(_0x19a41e,_0x3d0853){return _0x19a41e>_0x3d0853;},_0x201f38[_0x477067(0xe7)]=function(_0x46b6e1,_0xa9cd2a){return _0x46b6e1===_0xa9cd2a;},_0x201f38[_0x477067(0xe2)]=_0x477067(0xaf),_0x201f38[_0x477067(0xbb)]=_0x477067(0xbe),_0x201f38[_0x477067(0xd2)]='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.',_0x201f38['vguCd']=_0x477067(0x8d),_0x201f38[_0x477067(0xf1)]='selenium-webdriver/chrome.js',_0x201f38['ZoOxS']=_0x477067(0xc2),_0x201f38[_0x477067(0xda)]='--headless',_0x201f38[_0x477067(0xd6)]=function(_0x1d5b1f,_0x398352){return _0x1d5b1f===_0x398352;},_0x201f38[_0x477067(0xb3)]='JlTmG',_0x201f38[_0x477067(0xcf)]='Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.';const _0x4755eb=_0x201f38;try{const _0x391a0d=_0x4ccdc8[_0x477067(0xa7)]||{},_0x465588=(_0x391a0d[_0x4755eb[_0x477067(0xd4)]]?_0x391a0d[_0x4755eb[_0x477067(0xd4)]][_0x477067(0x9a)]:_0x391a0d[_0x477067(0xf7)])||'';if(_0x4755eb[_0x477067(0xec)](_0x465588,'')){if(_0x4755eb['AuicB'](_0x4755eb[_0x477067(0xb9)],_0x4755eb[_0x477067(0xb9)])){if(_0x1d82b5[_0x4755eb[_0x477067(0xd4)]][_0x477067(0xdc)])_0x30c09f[_0x4755eb[_0x477067(0xd4)]][_0x477067(0xdc)][_0x477067(0xb1)]=_0x311661['env']['BS_A11Y_JWT'];else{const _0x22820c={};_0x22820c[_0x477067(0xb1)]=_0x357f19[_0x477067(0xb2)]['BS_A11Y_JWT'],_0x4c191a[_0x4755eb[_0x477067(0xd4)]][_0x477067(0xdc)]=_0x22820c;}_0x437c38[_0x4755eb[_0x477067(0xd4)]][_0x477067(0xdc)]['scannerVersion']=_0x1b3b2e['parse'](_0x53b3ee['env'][_0x477067(0xfd)])[_0x477067(0xb0)];}else return logger[_0x477067(0x9b)](_0x4755eb[_0x477067(0xef)]),![];}const _0x4da02c=_0x391a0d[_0x477067(0xf3)];if(_0x4755eb['AuicB'](_0x4da02c[_0x477067(0x8b)](),_0x4755eb[_0x477067(0xfb)])){if(_0x4755eb[_0x477067(0xed)](_0x4755eb['LLjIi'],_0x4755eb[_0x477067(0xd0)]))return logger['warn'](_0x4755eb['QJpmu']),![];else _0x575a48[_0x4755eb[_0x477067(0xd4)]][_0x477067(0xdc)][_0x477067(0xb1)]=_0x1e7e2c[_0x477067(0xb2)][_0x477067(0xdf)];}const _0x1d4bb=_0x391a0d[_0x477067(0xd7)]||_0x391a0d[_0x477067(0xf2)];if(!bsSetupHelper[_0x477067(0x98)](_0x1d4bb)&&!(_0x4755eb[_0x477067(0xf5)](_0x1d4bb,_0x4755eb[_0x477067(0xcb)])||_0x4755eb[_0x477067(0xa8)](_0x1d4bb,0x5e)))return _0x4755eb['ZdAfp'](_0x4755eb[_0x477067(0xe2)],_0x4755eb['Pyktk'])?(_0x8d1f2b[_0x477067(0x9b)](_0x4755eb[_0x477067(0xef)]),![]):(logger['warn'](_0x4755eb['sPnqF']),![]);let _0x4376c3;try{if(_0x4755eb[_0x477067(0xf5)](_0x4755eb['vguCd'],_0x4755eb[_0x477067(0xf6)]))_0x4376c3=bsSetupHelper[_0x477067(0x90)](_0x4755eb[_0x477067(0xf1)]);else{const _0x489725={};_0x489725[_0x477067(0xb1)]=_0x3eaafd[_0x477067(0xb2)][_0x477067(0xdf)],_0x311ad7[_0x4755eb[_0x477067(0xdb)]]=_0x489725;}}catch(_0x163ca8){if(_0x4755eb['VVPLv'](_0x4755eb[_0x477067(0xe9)],_0x4755eb[_0x477067(0xe9)]))return![];else _0x4f661a[_0x477067(0x93)](_0x477067(0xcc)+_0x119234);}const _0x41609b=new _0x4376c3['Options'](_0x3fd771[_0x477067(0xca)]);if(_0x41609b[_0x477067(0xc9)]?.['args']?.[_0x477067(0xce)](_0x4755eb[_0x477067(0xda)]))return _0x4755eb[_0x477067(0xd6)](_0x4755eb[_0x477067(0xb3)],_0x4755eb[_0x477067(0xb3)])?(logger[_0x477067(0x9b)](_0x4755eb['EayKQ']),![]):(_0x58ac37[_0x477067(0x9b)](_0x4755eb[_0x477067(0xe4)]),![]);return!![];}catch(_0x42d464){logger[_0x477067(0x93)](_0x477067(0x97)+util['format'](_0x42d464));}return![];},exports[a20_0x1e4d69(0xbf)]=async _0xc264b2=>{const _0x4a6794=a20_0x1e4d69,_0x3c578d={};_0x3c578d[_0x4a6794(0xeb)]=function(_0x5e6f53,_0x4a190c){return _0x5e6f53===_0x4a190c;},_0x3c578d['tJdQR']=_0x4a6794(0x96);const _0x3903d6=_0x3c578d;let _0x1390c2={};try{const _0x570068=await _0xc264b2[_0x4a6794(0xf0)]();_0x1390c2={'os_name':_0x570068['getPlatform'](),'os_version':bsSetupHelper[_0x4a6794(0xa9)](_0x3903d6['eJlpu'](global[_0x4a6794(0xfa)],_0x3903d6[_0x4a6794(0x94)])),'browser_name':_0x570068[_0x4a6794(0xbc)](),'browser_version':_0x570068['getBrowserVersion']()};}catch(_0x4f9c79){logger[_0x4a6794(0x93)](_0x4a6794(0xf8)+_0x4f9c79);}return _0x1390c2;};
|
|
1
|
+
function a20_0x1819(){const _0x56c6e4=['1102770lWhdaR','rZFXH','lrZDP','--headless','browserstack.accessibility','iYJjk','ifrRF','vAxAZ','AfqzP','WSlxr','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','pbRVR','setGlobal','path','PUKHN','capabilities_','accessibility','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','warn','JIDbO','1pgwFCq','gNcCa','uwplM','Tncdk','browserstack.accessibilityOptions','aKKcU','device','7166831hIVsrT','hejus','sVxIL','kdaWD','DjpuY','JEESd','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','authToken','mXQno','COGnp','QMpJb','952404BgOGYr','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','cIaQD','GAUGg','nvdfv','bstack:options','capability','GzxCV','chromeOptions','10DiAJPz','hRPcw','YLaqV','uXxPP','TGMVE','kBSxg','xLzBT','HQHWL','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','EZXhH','8GYgzWb','accessibilityOptions','10248849NJFaBW','browserstack','setExtension','10974hQVvQJ','incii','nestedKeyValue','dQfQL','fetchPlatformDetails','chrome','parse','browserName','getCapabilities','34597607vxCaSS','lKbHi','browser_version','giewn','vypYm','CIzOj','AITZd','nZIoM','QXdGY','Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20','NNezL','Exception\x20in\x20setExtension\x20Error:\x20','CcWhP','get','VUFTF','UeCKV','548wQiSHl','KSNgK','scannerVersion','Tbmye','HlIyy','getPlatform','EeVBN','YTQLH','vGrEl','vrIxf','requireModule','ANlyN','../../../helpers/logger','lHVGz','lIAUs','aBCLq','__cloud_provider___','vmrik','WizJE','RdmZa','1015720kxkaUm','latest','zTjgq','JbxgQ','drZoY','ykpvT','IHlgy','uwoVe','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','../../../helpers/globals','toLowerCase','selenium-webdriver/chrome.js','XsdDe','BS_A11Y_JWT','wOXBu','options_','hIEdq','../../../helpers/helper','ijNFV','azWJb','format','vpeHB','env','winstonLogger','debug'];a20_0x1819=function(){return _0x56c6e4;};return a20_0x1819();}const a20_0x3ef869=a20_0x3fa1;(function(_0x47b067,_0x317ba9){const _0x4d140e=a20_0x3fa1,_0x3f3aed=_0x47b067();while(!![]){try{const _0x2b1652=-parseInt(_0x4d140e(0x12c))/0x1*(parseInt(_0x4d140e(0xff))/0x2)+-parseInt(_0x4d140e(0x156))/0x3*(-parseInt(_0x4d140e(0x16f))/0x4)+-parseInt(_0x4d140e(0x118))/0x5+-parseInt(_0x4d140e(0x13e))/0x6+-parseInt(_0x4d140e(0x133))/0x7+-parseInt(_0x4d140e(0x151))/0x8*(parseInt(_0x4d140e(0x153))/0x9)+-parseInt(_0x4d140e(0x147))/0xa*(-parseInt(_0x4d140e(0x15f))/0xb);if(_0x2b1652===_0x317ba9)break;else _0x3f3aed['push'](_0x3f3aed['shift']());}catch(_0x515f62){_0x3f3aed['push'](_0x3f3aed['shift']());}}}(a20_0x1819,0x91aa1));const path=require(a20_0x3ef869(0x125)),os=require('os'),util=require('util'),bsSetupHelper=require(a20_0x3ef869(0x110)),globals=require(a20_0x3ef869(0x108)),logger=require(a20_0x3ef869(0x17b))[a20_0x3ef869(0x116)];function a20_0x3fa1(_0x1d2bd9,_0x452143){const _0x18191b=a20_0x1819();return a20_0x3fa1=function(_0x3fa1c3,_0x1c1506){_0x3fa1c3=_0x3fa1c3-0xfb;let _0x22fce8=_0x18191b[_0x3fa1c3];return _0x22fce8;},a20_0x3fa1(_0x1d2bd9,_0x452143);}exports['setAccessibilityCapabilities']=_0x19f8fc=>{const _0x4cee44=a20_0x3ef869,_0x200208={};_0x200208[_0x4cee44(0x142)]=_0x4cee44(0x10a),_0x200208[_0x4cee44(0x178)]=_0x4cee44(0x130),_0x200208[_0x4cee44(0x17a)]=_0x4cee44(0x122),_0x200208['CIzOj']='bstack:options',_0x200208['Tncdk']=_0x4cee44(0x13f),_0x200208[_0x4cee44(0x11f)]=_0x4cee44(0x139),_0x200208[_0x4cee44(0x163)]=function(_0x399049,_0x3d2d02){return _0x399049===_0x3d2d02;},_0x200208[_0x4cee44(0x170)]=_0x4cee44(0x120),_0x200208['hejus']=_0x4cee44(0x11c),_0x200208[_0x4cee44(0x10b)]=function(_0x17667d,_0x117272){return _0x17667d!==_0x117272;},_0x200208[_0x4cee44(0xfe)]=_0x4cee44(0x10d),_0x200208[_0x4cee44(0x17d)]='isAccessibilityPlatform',_0x200208['lKbHi']=_0x4cee44(0x165),_0x200208[_0x4cee44(0x12e)]=function(_0x403d34,_0x2b3f41){return _0x403d34!==_0x2b3f41;},_0x200208['aKKcU']='ffEiH',_0x200208['vGrEl']=_0x4cee44(0x140),_0x200208[_0x4cee44(0x148)]=function(_0x142a8d,_0x2b720e){return _0x142a8d===_0x2b720e;},_0x200208[_0x4cee44(0x114)]=_0x4cee44(0x11e),_0x200208['QMpJb']=_0x4cee44(0x14b),_0x200208[_0x4cee44(0x16d)]=function(_0x56aaf9,_0xfeab46){return _0x56aaf9===_0xfeab46;},_0x200208[_0x4cee44(0x176)]=_0x4cee44(0x16b),_0x200208['aBCLq']='zfrRl',_0x200208['UeCKV']=function(_0x26b47b,_0x54b1cc){return _0x26b47b!==_0x54b1cc;},_0x200208['Tbmye']=_0x4cee44(0x12d),_0x200208['NHafa']='xqSuS',_0x200208[_0x4cee44(0x13c)]=_0x4cee44(0x159),_0x200208[_0x4cee44(0x105)]=_0x4cee44(0x121),_0x200208[_0x4cee44(0x162)]='QECBw';const _0x35e44d=_0x200208;try{if(_0x35e44d['vypYm'](_0x35e44d[_0x4cee44(0x170)],_0x35e44d[_0x4cee44(0x170)])){const _0x4d4431=_0x19f8fc[_0x4cee44(0x144)]||{};if(_0x4d4431[_0x35e44d['CIzOj']]&&_0x4d4431[_0x35e44d[_0x4cee44(0x164)]][_0x4cee44(0x128)]||_0x19f8fc[_0x4cee44(0x144)][_0x35e44d[_0x4cee44(0x134)]]){if(_0x35e44d['XsdDe'](_0x35e44d[_0x4cee44(0xfe)],_0x35e44d['RdmZa']))_0x4bb706=_0xb42967[_0x4cee44(0x179)](_0x35e44d['nvdfv']);else{globals[_0x4cee44(0x124)](_0x35e44d[_0x4cee44(0x17d)],!![]);if(_0x4d4431[_0x35e44d[_0x4cee44(0x164)]]){if(_0x35e44d[_0x4cee44(0x10b)](_0x35e44d[_0x4cee44(0x160)],_0x35e44d[_0x4cee44(0x160)]))_0x4e91a8[_0x35e44d[_0x4cee44(0x178)]]['authToken']=_0x35d8d2['env'][_0x4cee44(0x10c)];else{if(_0x4d4431[_0x35e44d[_0x4cee44(0x164)]][_0x4cee44(0x152)]){if(_0x35e44d[_0x4cee44(0x12e)](_0x35e44d[_0x4cee44(0x131)],_0x35e44d[_0x4cee44(0x177)]))_0x4d4431[_0x35e44d['CIzOj']][_0x4cee44(0x152)][_0x4cee44(0x13a)]=process[_0x4cee44(0x115)][_0x4cee44(0x10c)];else return _0x315194['warn'](_0x35e44d[_0x4cee44(0x17a)]),![];}else{if(_0x35e44d[_0x4cee44(0x148)](_0x35e44d['vpeHB'],_0x35e44d[_0x4cee44(0x13d)]))_0x26a8b2[_0x4cee44(0x117)]('Exception\x20in\x20setExtension\x20Error:\x20'+_0x8f127b['format'](_0x429be8));else{const _0x25ae0b={};_0x25ae0b[_0x4cee44(0x13a)]=process[_0x4cee44(0x115)]['BS_A11Y_JWT'],_0x4d4431[_0x35e44d[_0x4cee44(0x164)]][_0x4cee44(0x152)]=_0x25ae0b;}}_0x4d4431[_0x35e44d[_0x4cee44(0x164)]][_0x4cee44(0x152)][_0x4cee44(0x171)]=JSON[_0x4cee44(0x15c)](process[_0x4cee44(0x115)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0x4cee44(0x171)];}}else{if(_0x19f8fc[_0x4cee44(0x144)][_0x35e44d[_0x4cee44(0x134)]]){if(_0x35e44d['VUFTF'](_0x35e44d[_0x4cee44(0x176)],_0x35e44d[_0x4cee44(0x17e)]))_0x4e09e3[_0x4cee44(0x117)](_0x4cee44(0x168)+_0x2ec9d4);else{if(_0x4d4431[_0x35e44d[_0x4cee44(0x178)]]){if(_0x35e44d[_0x4cee44(0x16e)](_0x35e44d['Tbmye'],_0x35e44d[_0x4cee44(0x172)])){const _0x29da4c={};_0x29da4c[_0x4cee44(0x13a)]=_0x5ae2e0[_0x4cee44(0x115)]['BS_A11Y_JWT'],_0x3c64d1[_0x35e44d['CIzOj']][_0x4cee44(0x152)]=_0x29da4c;}else _0x4d4431[_0x35e44d[_0x4cee44(0x178)]][_0x4cee44(0x13a)]=process[_0x4cee44(0x115)][_0x4cee44(0x10c)];}else{if(_0x35e44d['vypYm'](_0x35e44d['NHafa'],_0x35e44d[_0x4cee44(0x13c)])){if(_0x572f20[_0x35e44d[_0x4cee44(0x164)]][_0x4cee44(0x152)])_0xc0c77b[_0x35e44d['CIzOj']][_0x4cee44(0x152)]['authToken']=_0x5ded0c[_0x4cee44(0x115)]['BS_A11Y_JWT'];else{const _0x17a2b5={};_0x17a2b5[_0x4cee44(0x13a)]=_0x4ab084[_0x4cee44(0x115)][_0x4cee44(0x10c)],_0x38606e[_0x35e44d['CIzOj']]['accessibilityOptions']=_0x17a2b5;}_0x26d6c6[_0x35e44d['CIzOj']][_0x4cee44(0x152)][_0x4cee44(0x171)]=_0x47fcac[_0x4cee44(0x15c)](_0x89de1b['env'][_0x4cee44(0x129)])[_0x4cee44(0x171)];}else{const _0x5015cf={};_0x5015cf[_0x4cee44(0x13a)]=process[_0x4cee44(0x115)]['BS_A11Y_JWT'],_0x4d4431[_0x35e44d[_0x4cee44(0x178)]]=_0x5015cf;}}_0x4d4431[_0x35e44d[_0x4cee44(0x178)]]['scannerVersion']=JSON[_0x4cee44(0x15c)](process[_0x4cee44(0x115)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0x4cee44(0x171)];}}}}}}else return _0x2baaac[_0x4cee44(0x12a)](_0x35e44d[_0x4cee44(0x12f)]),![];}catch(_0x3dee2c){if(_0x35e44d[_0x4cee44(0x10b)](_0x35e44d[_0x4cee44(0x105)],_0x35e44d[_0x4cee44(0x162)]))logger[_0x4cee44(0x117)]('Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20'+_0x3dee2c);else return _0x277357['warn'](_0x35e44d[_0x4cee44(0x11f)]),![];}},exports[a20_0x3ef869(0x155)]=(_0x3a4186,_0x1421cb)=>{const _0x270f8f=a20_0x3ef869,_0xc065d4={};_0xc065d4['uwoVe']=_0x270f8f(0x143),_0xc065d4[_0x270f8f(0x126)]='browserstack.accessibilityOptions',_0xc065d4[_0x270f8f(0x167)]=_0x270f8f(0x14f),_0xc065d4[_0x270f8f(0x123)]=function(_0x1b84db,_0xcfa069){return _0x1b84db!==_0xcfa069;},_0xc065d4['mXQno']=function(_0x373974,_0x2bf60c){return _0x373974===_0x2bf60c;},_0xc065d4[_0x270f8f(0x157)]=_0x270f8f(0x150),_0xc065d4[_0x270f8f(0x12b)]=_0x270f8f(0x122),_0xc065d4[_0x270f8f(0x145)]=function(_0x3c2373,_0x3778c5){return _0x3c2373!==_0x3778c5;},_0xc065d4[_0x270f8f(0x103)]=_0x270f8f(0x15b),_0xc065d4[_0x270f8f(0xfc)]=function(_0x16b1a4,_0x2c43c5){return _0x16b1a4===_0x2c43c5;},_0xc065d4[_0x270f8f(0x141)]=_0x270f8f(0x14c),_0xc065d4[_0x270f8f(0x111)]=_0x270f8f(0x139),_0xc065d4[_0x270f8f(0x175)]=_0x270f8f(0x100),_0xc065d4['lHVGz']=function(_0x108dbd,_0x225a16){return _0x108dbd>_0x225a16;},_0xc065d4['zTjgq']='QCHkp',_0xc065d4[_0x270f8f(0x10f)]='BsVsF',_0xc065d4[_0x270f8f(0x102)]='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.',_0xc065d4[_0x270f8f(0x14d)]=_0x270f8f(0x14a),_0xc065d4[_0x270f8f(0x137)]=_0x270f8f(0x10a),_0xc065d4[_0x270f8f(0x138)]=function(_0x3bbc7f,_0x5cd9b8){return _0x3bbc7f===_0x5cd9b8;},_0xc065d4['azWJb']=_0x270f8f(0x149),_0xc065d4[_0x270f8f(0x104)]='FLHlp',_0xc065d4[_0x270f8f(0x135)]=_0x270f8f(0x10e),_0xc065d4['WizJE']='args',_0xc065d4[_0x270f8f(0x11d)]=_0x270f8f(0x146),_0xc065d4['lrZDP']=_0x270f8f(0x11b),_0xc065d4['nZIoM']=function(_0x10511f,_0x13aa5d){return _0x10511f!==_0x13aa5d;},_0xc065d4['HlIyy']=_0x270f8f(0x14e),_0xc065d4[_0x270f8f(0x169)]='mJWQJ';const _0x3370b2=_0xc065d4;try{const _0x28d5aa=_0x1421cb[_0x270f8f(0x144)]||{},_0x13ac4d=(_0x28d5aa[_0x3370b2[_0x270f8f(0x106)]]?_0x28d5aa[_0x3370b2['uwoVe']]['deviceName']:_0x28d5aa[_0x270f8f(0x132)])||'';if(_0x3370b2[_0x270f8f(0x123)](_0x13ac4d,'')){if(_0x3370b2[_0x270f8f(0x13b)](_0x3370b2[_0x270f8f(0x157)],_0x3370b2['incii']))return logger[_0x270f8f(0x12a)](_0x3370b2['JIDbO']),![];else _0x317406[_0x3370b2['uwoVe']][_0x270f8f(0x152)][_0x270f8f(0x13a)]=_0x39820f[_0x270f8f(0x115)][_0x270f8f(0x10c)];}const _0x509534=_0x28d5aa[_0x270f8f(0x15d)];if(_0x3370b2[_0x270f8f(0x145)](_0x509534[_0x270f8f(0x109)](),_0x3370b2[_0x270f8f(0x103)]))return _0x3370b2[_0x270f8f(0xfc)](_0x3370b2[_0x270f8f(0x141)],_0x3370b2['GAUGg'])?(logger[_0x270f8f(0x12a)](_0x3370b2[_0x270f8f(0x111)]),![]):![];const _0x209fa6=_0x28d5aa['browserVersion']||_0x28d5aa[_0x270f8f(0x161)];if(!bsSetupHelper['isUndefined'](_0x209fa6)&&!(_0x3370b2[_0x270f8f(0xfc)](_0x209fa6,_0x3370b2[_0x270f8f(0x175)])||_0x3370b2[_0x270f8f(0x17c)](_0x209fa6,0x5e))){if(_0x3370b2[_0x270f8f(0x145)](_0x3370b2[_0x270f8f(0x101)],_0x3370b2[_0x270f8f(0x10f)]))return logger[_0x270f8f(0x12a)](_0x3370b2[_0x270f8f(0x102)]),![];else _0x1519f0['debug'](_0x270f8f(0x107)+_0x4fe712);}let _0x27af9d;try{if(_0x3370b2[_0x270f8f(0x123)](_0x3370b2[_0x270f8f(0x14d)],_0x3370b2[_0x270f8f(0x14d)])){if(_0x2cbe6d[_0x3370b2[_0x270f8f(0x126)]])_0x2b5aea[_0x3370b2[_0x270f8f(0x126)]][_0x270f8f(0x13a)]=_0x1c91c7[_0x270f8f(0x115)][_0x270f8f(0x10c)];else{const _0x280141={};_0x280141[_0x270f8f(0x13a)]=_0x3e2261[_0x270f8f(0x115)][_0x270f8f(0x10c)],_0x136898[_0x3370b2[_0x270f8f(0x126)]]=_0x280141;}_0x2bc362[_0x3370b2[_0x270f8f(0x126)]][_0x270f8f(0x171)]=_0x39706c[_0x270f8f(0x15c)](_0x49fd06[_0x270f8f(0x115)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])['scannerVersion'];}else _0x27af9d=bsSetupHelper[_0x270f8f(0x179)](_0x3370b2[_0x270f8f(0x137)]);}catch(_0x4eb639){if(_0x3370b2[_0x270f8f(0x138)](_0x3370b2[_0x270f8f(0x112)],_0x3370b2[_0x270f8f(0x104)])){const _0x5ce09f={};_0x5ce09f[_0x270f8f(0x13a)]=_0x22844f[_0x270f8f(0x115)][_0x270f8f(0x10c)],_0x1b604c[_0x3370b2[_0x270f8f(0x126)]]=_0x5ce09f;}else return![];}const _0x221ce9=new _0x27af9d['Options'](_0x3a4186['chromeOptions_']),_0x4259cf=bsSetupHelper[_0x270f8f(0x158)](_0x221ce9,[_0x3370b2[_0x270f8f(0x135)],_0x3370b2[_0x270f8f(0xfd)]])||bsSetupHelper[_0x270f8f(0x158)](_0x3a4186[_0x270f8f(0x127)][_0x270f8f(0x16c)](_0x3370b2[_0x270f8f(0x106)]),[_0x3370b2[_0x270f8f(0x11d)],_0x3370b2[_0x270f8f(0xfd)]])||bsSetupHelper[_0x270f8f(0x158)](_0x3a4186[_0x270f8f(0x127)][_0x270f8f(0x16c)](_0x3370b2[_0x270f8f(0x11d)]),[_0x3370b2[_0x270f8f(0xfd)]])||[];if(_0x4259cf['includes'](_0x3370b2[_0x270f8f(0x11a)]))return _0x3370b2[_0x270f8f(0x166)](_0x3370b2[_0x270f8f(0x173)],_0x3370b2['NNezL'])?(logger['warn'](_0x3370b2[_0x270f8f(0x167)]),![]):(_0x2ab9bb[_0x270f8f(0x12a)](_0x3370b2['QXdGY']),![]);return!![];}catch(_0x449749){logger['debug'](_0x270f8f(0x16a)+util[_0x270f8f(0x113)](_0x449749));}return![];},exports[a20_0x3ef869(0x15a)]=async _0xc968a2=>{const _0x3c3121=a20_0x3ef869,_0x2b431e={};_0x2b431e[_0x3c3121(0x119)]=function(_0x3d1c11,_0x5f4e91){return _0x3d1c11===_0x5f4e91;},_0x2b431e[_0x3c3121(0x136)]=_0x3c3121(0x154);const _0xc3b3c0=_0x2b431e;let _0x364c2d={};try{const _0x3acbf1=await _0xc968a2[_0x3c3121(0x15e)]();_0x364c2d={'os_name':_0x3acbf1[_0x3c3121(0x174)](),'os_version':bsSetupHelper['getPlatformVersion'](_0xc3b3c0[_0x3c3121(0x119)](global[_0x3c3121(0xfb)],_0xc3b3c0[_0x3c3121(0x136)])),'browser_name':_0x3acbf1['getBrowserName'](),'browser_version':_0x3acbf1['getBrowserVersion']()};}catch(_0x51328c){logger[_0x3c3121(0x117)]('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x51328c);}return _0x364c2d;};
|