CypressError cy.visit() 尝试加载 https://example.cypress.io/todo 失败

CypressError cy.visit() failed trying to load https://example.cypress.io/todo

我创建了赛普拉斯项目 为此,我 运行 npm init -y 生成 package.json 文件,然后 npm i cypress 创建一个赛普拉斯项目。 然后通过 npx cypress open

打开它

这里我收到这个错误[20928:0420/171517.057:ERROR:command_buffer_proxy_impl.cc(125)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.

但柏树已开。 当我尝试 运行 默认测试用例 todo.spec.js

我遇到了这个错误 我为此错误搜索了一天。我没有得到任何解决方案。

谁能指导我如何解决这个问题。

这是因为代理问题。 在我的组织中,我应该只在 localhost/org., server.

中编写测试用例