'Cant run cypress tests in Chrome & Edge browsers(being manageed by organization)
I'm trying to run cypress tests using Cypress Test Runner in chrome & Edge browsers which are being managed by my organization. So I cant change much settings/chrome flags.
I'm getting this error with chrome browser.
This browser was not launched through Cypress. Tests cannot run.
Any idea how to run my tests in these browsers?
Solution 1:[1]
Proxy Mode properties is set for Proxy settings in RegEdit, Hence its not allowing to run scripts on chrome/Edge.
Find machine or VDI's where you can get admin rights and remove above properties from RegEdit.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Prashant Pandey |

