-
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
We could not identify a known browser at the path you provided #4679
Comments
Hey @JayeshRGujar, could you share debugging logs from when you try to launch the browser? It will help shed some light on the issue. Also, try this fix, it has worked for other people: #4260 (comment) |
@flotwig Somehow I am able to find the solution by adding google chrome in Program files. After running the below command I am able to see chrome. Issue is "npx cypress open"is working But "npx cypress run" is still having issues We could not identify a known browser at the path you provided: My Question is :- Can we run cypress test on remote machine. |
Could you share debugging logs from when you try to launch the browser in Did you try the fix I linked above? #4260 (comment) Yes, you can run Cypress tests in Chrome on a remote machine. |
Please find the below debugging logs:
|
@flotwig is there any documentation on how to run cypress test on remote machine. |
Try this fix, it will probably work for you: #4260 (comment) Here is a guide to running Cypress in CI: https://docs.cypress.io/guides/guides/continuous-integration.html Here are examples for popular CI providers: https://docs.cypress.io/guides/guides/continuous-integration.html#Examples |
I am having the same issue , any work around ? |
Since this issue hasn't had activity in a while, we'll close the issue until we can confirm this is still happening. Please comment if there is new information to provide concerning the original issue and we'd be happy to reopen. |
Current behavior:
Command:
npx cypress run --browser C:\\Users\\333765\\AppData\\Local\\Google\\Chrome\\Application\\chrome.exe
Output
Question - Can we run cypress test on remote machine.
The text was updated successfully, but these errors were encountered: