-1

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

enter image description here

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.

enter image description here

can anyone guide me how to resolve this.

Vinoth
  • 972
  • 1
  • 16
  • 47

1 Answers1

0

it's because of a proxy issue. in my organization, I should write the test cases only in the localhost/org., server.

Vinoth
  • 972
  • 1
  • 16
  • 47