1

I'm trying a way to launch cypress with a specified firefox version, if i launch something like

cypress run --browser firefox

I only see version 89 running, how can I force it to launch it with different versions?

FYI, I'm launching it inside a docker container with cypress/base:12.19.0 image

4

1 回答 1

1

尝试指定路径,例如运行 -b /usr/bin/firefox_target_version

https://www.w3resource.com/cypress/command-line.php

于 2021-12-14T09:06:03.330 回答