sitespeedio / sitespeed.io

sitespeed.io is an open-source tool for comprehensive web performance analysis, enabling you to test, monitor, and optimize your website’s speed using real browsers in various environments.
https://www.sitespeed.io/
MIT License
4.75k stars 602 forks source link

Specifying browser name with capital letter create failures #3819

Open soulgalore opened 1 year ago

soulgalore commented 1 year ago

In Browsertime the cli do a check, but that do not work in sitespeed.io. For example -b Chrome in Browsertime gives a message but in sitespeed.io we just get an error see #3818

soulgalore commented 10 months ago

This has something to do with the global check in yargs. Checking --browsertime.browser do not work, --browser do work.