文件名称:cypress-jest-adapter:向赛普拉斯的Expect命令添加笑话断言样式
文件大小:198KB
文件格式:ZIP
更新时间:2024-05-19 01:23:19
JavaScript
赛普拉斯的开玩笑断言 cypress-jest-adapter使用jest断言样式向Cypress Expect命令提供了一组自定义断言 允许使用玩笑风格的命令进行断言: expect ( 1 ) . toEqual ( 1 ) 除了柴的断言风格 expect ( 1 ) . to . be . equal ( 1 ) 另外,可以直接从cy.get()函数对jQuery元素进行断言: expect ( $el ) . toHaveId expect ( $el ) . toHaveClass 例子 安装 yarn add -D cypress-jest-adapter 或者 npm install --save-dev cypress-jest-adapter 将cypress-jest-adapter添加到cypress support/index.js文件 import '
【文件预览】:
cypress-jest-adapter-master
----package.json(1KB)
----.prettierrc(43B)
----LICENSE(1KB)
----src()
--------index.js(71B)
--------utils()
----.eslintrc.js(370B)
----index.d.ts(3KB)
----examples()
--------typescript()
--------basic()
----.gitignore(76B)
----webpack.config.js(156B)
----README.md(8KB)
----yarn.lock(150KB)