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.