我们希望在父窗口中找到全局赛普拉斯,但它丢失了!柏树中的错误

时间:2019-11-25 07:16:41

标签: cypress

我收到此错误:

document.domain = 'myappdomain.com'; 
var Cypress = window.Cypress = parent.Cypress; 
if (!Cypress) { throw new Error('Something went terribly wrong and we cannot proceed. We expected to find the global Cypress in the parent window but it is missing!. This should never happen and likely is a bug. Please open an issue!'); }; 
Cypress.action('app:window:before:load', window);

我不知道导致此错误的原因是什么,以前曾经工作过,并且我不知道React应用程序+ cypress 3.4.1中发生了什么变化,并且我们使用okta进行oauth,请建议如何调试并解决此问题?

在Github问题[https://github.com/cypress-io/cypress/issues/972#issuecomment-557894206]

中附加了相同的柏树日志

1 个答案:

答案 0 :(得分:0)

我也遇到了同样的问题。我通过清除chrome开发人员工具( chrome开发人员工具->应用程序->清除存储->按下“清除站点数据”按钮)中的应用程序数据来解决此问题。 希望对您有帮助。