Testing with Javascript en Cypress but tests do not run when FF browser is selected, No error message #32261
Unanswered
PeterN1968
asked this question in
Questions and Help
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,

I am running scripts (Javascript, VSCode, for automated software testing(websites).
. In %temp% there is no geckodriver.exe. The Cypress window just keeps showing a spinner and nothing happens, the test does not load and run on FF browser. The other browsers available to use(Chrome/Edge/Electron) can be selected and Cypress runs the tests with no problem or issue. It seems a geckodriver needs to be installed but how and where is not clear to me.
Does anyone know how to get Cypress to run the test on the FF browser?
Cypress Version 14.5.4,
Node version v22.18.0 LTS,
Windows 10 Pro.
FF 141.0.3
Perhaps any Cypress+FF ninja testers here as well that could help me to get this solved?
Beta Was this translation helpful? Give feedback.
All reactions