I would like to open/run a cypress test with a specific Chrome browser version, I found it is possible to force to chrome with --browser chrome or even with beta with --browser chrome:beta but did not found how to run with a specific version, like for instance --browser chrome:94.
Anybody knows if it is possible ? And if yes, how to do it ?
Edit: as mention in an answer there is the possibility to use --browser /path/to/browser but what I want, if possible of course, is something automatic that does not need an installation of specific browser version before run.
Thanks