赛普拉斯(Cypress)测试与浏览器对比

时间:2020-08-04 21:35:25

标签: cypress

我如何调试无头但通过的测试失败 当使用打开的浏览器运行时?

以下是在没有打开浏览器的情况下运行测试时遇到的错误:

AssertionError: Timed out retrying: Expected to find content: 'Logout' within the element: [ <a.navbar-item>, 2 more... ] but never did.

含义...测试在本地通过,但在CI工具中失败。 请询问您是否需要任何详细信息。

enter image description here

1 个答案:

答案 0 :(得分:1)

我建议您在测试中录制视频并使用console.log语句。 https://docs.cypress.io/guides/guides/screenshots-and-videos.html#Screenshots