断言最佳实践
<p>背景
Cypress 的断言库是基于 Chai 断言库的
并且增加了对 Sinon-Chai,Chai-jQuery 断言库的支持,带来了强大的断言功能
Cypress 支持 BDD(expect/should)和 TDD(assert)格式的断言</p>
<p>[1.] <a href="https://docs.cypress.io/guides/references/assertions#Chai">cypress断言</a></p>
沉淀cypress对常用html组件定位的文档