'CypressError cy.visit() failed trying to load https://example.cypress.io/todo
i created cypress project
for that i run npm init -y to generate package.json file then npm i cypress to create a cypress project.
then opened it via npx cypress open
here i'm getting this error [20928:0420/171517.057:ERROR:command_buffer_proxy_impl.cc(125)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
but the cypress has opened.
when i try to run the default test case todo.spec.js
i'm getting this error i searched about this error for a day. i didn't get any solution for this.
can anyone guide me how to resolve this.
Solution 1:[1]
it's because of a proxy issue. in my organization, I should write the test cases only in the localhost/org., server.
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 | Vinoth |


