-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detect Edge browser when using other install methods outside of Program Files. #6361
Comments
@MehranShafqat - You need to install FF 32 bit version and not 64 bit. ATM cypress 4 supports only 32bit. Please download 32 bit and cypress will definitely pick up. Also, try to install the latest edge version and it will also work fine. |
I had the same Issue, after I moved the Firefox installation to C:\Program Files (x86) it showed up in the Cypress Window. The Hint from @natkrish didn't worked for me. |
@wo-ist-henry So you might want to check your code base (or Cypress tests) for any possible Regex Lookbehind, I had these kind of issues in a library that I made which is why your error is similar to what I had to debug myself.. Also from TC39 Proposal
So perhaps do a solution search in your code base.. |
Closing this since it appears to be a duplicate of #6355. |
@natkrish well Edge is already installed by default in windows 10 but why cypress not able to detect it ? we have to install it again from exe ? |
@MehranShafqat currently Edge is only detected if installed in Program Files. I'll reopen this so we can add detection for other install methods. |
Make sure to update to 4.0.1 to see what browsers are detected now as we improved some of the detection. |
Closing as resolved. If you're experiencing a bug similar to this in Cypress, please open a new issue with a fully reproducible example that we can run. There may be a specific edge case with the issue that we need more detail to fix. |
I just install cypress v4.0.0 cross browsers test run like Edge and Firefox. But in cypress dashboard im not able to see any other browser. Only chrome and electron browsers.
How can I setup other browser? cypress will not detect other browsers automatically ?
Edge and firefox browsers already installed.
FireFiox installed path:
C:\Program Files\Mozilla Firefox
Edge installed path:
C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe
Cypress version 4.0.0
OS : Windows 10
The text was updated successfully, but these errors were encountered: