我如何调试无头但通过的测试失败 当使用打开的浏览器运行时?
以下是在没有打开浏览器的情况下运行测试时遇到的错误:
AssertionError: Timed out retrying: Expected to find content: 'Logout' within the element: [ <a.navbar-item>, 2 more... ] but never did.
含义...测试在本地通过,但在CI工具中失败。 请询问您是否需要任何详细信息。
答案 0 :(得分:1)
我建议您在测试中录制视频并使用console.log语句。 https://docs.cypress.io/guides/guides/screenshots-and-videos.html#Screenshots