https://cypress.io logo
only #electron is working
# i-need-help
r
Hello, anyone know why the browsers are not loading up ? #electron

https://cdn.discordapp.com/attachments/1098890462347153429/1098890462921769000/IMG_3407.jpg

m
Hi @red-flag-46123 A blank screen is not much clue as to your issue. Can you start your app manually and locally? How are you starting Cypress?
r
I can start it in any way

https://cdn.discordapp.com/attachments/1098890462347153429/1098901920481030204/IMG_3408.jpg

And from here

https://cdn.discordapp.com/attachments/1098890462347153429/1098903615676092506/IMG_3409.jpg

Only electron is working

https://cdn.discordapp.com/attachments/1098890462347153429/1098903752410411029/IMG_3410.jpg

m
Is this your first time using Cypress or has it worked before with other browsers in this environment? What operating system are you using?
r
First time, windows 10
m
To get you up and running faster, it may be quicker if you start from a standard example repository. If you use https://github.com/cypress-io/cypress-example-kitchensink it has full instructions to fork and run it out-of-the-box. See the README file.
w
If you can open the dev tools in the browser that doesn’t work you may see some error in the console? Or likewise set DEBUG=cypress:* to capture debug logs when running Cypress open. I see from the screenshot that you are opening global mode and then choosing a project. Where is cypress installed, and is the experience any different if you install it as a dependency in the project you are opening?
3 Views