Testing with Javascript en Cypress but tests do not run when FF browser is selected, No error message
Hello, I am running scripts (Javascript, VSCode, for automated software testing(websites). Testing with Javascript en Cypress but tests do not run when FF browser is sele… (xem thêm)
Hello, I am running scripts (Javascript, VSCode, for automated software testing(websites). Testing with Javascript en Cypress but tests do not run when FF browser is selected, No error message.. 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?