Open
Description
Current behavior
using https://portableapps.com/apps/internet/firefox_portable
yarn cypress run --browser N:\foo\bar\portable\firefox\FirefoxPortable.exe
yields
DevTools listening on ws://127.0.0.1:62527/devtools/browser/13d2578b-562c-4b94-af24-7d18df8219fe
We could not identify a known browser at the path you provided: N:\foo\bar\portable\firefox\FirefoxPortable.exe
Read more about how to troubleshoot launching browsers: https://on.cypress.io/troubleshooting-launching-browsers
The output from the command we ran was:
Unable to find browser with path N:\foo\bar\portable\firefox\FirefoxPortable.exe
We could not identify a known browser at the path you provided: N:\foo\bar\portable\firefox\FirefoxPortable.exe
Read more about how to troubleshoot launching browsers: https://on.cypress.io/troubleshooting-launching-browsers
The output from the command we ran was:
Unable to find browser with path N:\foo\bar\portable\firefox\FirefoxPortable.exe
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Desired behavior
please run with the specified browser
Test code to reproduce
You can use any test. It's all the same.
Cypress Version
12.15
Node version
20.3.1
Operating System
Windows 10
Debug Logs
Could not submit form (to create this issue) after pasting the logs here, because github says:
“There was an error creating your issue: body is too long (maximum is 65536 characters).”
Thus please download logs here instead:
http://stormlight.de/cypress-27123.log
Other
No response