文件名称:cypress-plugin-snapshots:Cypress.io中用于快照测试的插件
文件大小:812KB
文件格式:ZIP
更新时间:2024-05-22 09:55:50
visual-testing cypress cypress-io cypress-plugin cypress-plugin-snapshots
柏树插件快照 用于快照测试的。 安装 npm i cypress-plugin-snapshots -S 文字快照的用法 describe ( 'data test' , ( ) => { it ( 'toMatchSnapshot - JSON' , ( ) => { return cy . request ( 'data.json' ) . its ( 'body' ) . toMatchSnapshot ( ) ; } ) ; it ( 'toMatchSnapshot - JSON with options' , ( ) => { return cy . request ( 'data.json' ) . its ( 'body' ) . toMatchSnapshot ( { ignor
【文件预览】:
cypress-plugin-snapshots-master
----.github()
--------ISSUE_TEMPLATE()
--------workflows()
----plugin.js(1KB)
----src()
--------utils()
--------save()
--------commands()
--------config.js(3KB)
--------constants.js(228B)
--------tasks()
--------paths.js(273B)
--------ui.js(2KB)
--------server()
--------dataTypes.js(87B)
----cypress()
--------test-server()
--------cypress()
--------cypress.json(332B)
--------package-lock.json(129KB)
--------package.json(638B)
----.npmignore(63B)
----types()
--------index.d.ts(799B)
----CONTRIBUTING.md(96B)
----LICENSE(1KB)
----assets()
--------styles.css(4KB)
--------script.js(6KB)
----__tests__()
--------commands.test.js(687B)
--------utils()
--------config.test.js(1KB)
--------plugin.test.js(791B)
----README.md(7KB)
----docs()
--------images()
----CODE_OF_CONDUCT.md(3KB)
----.gitignore(52B)
----CHANGELOG.md(8KB)
----package-lock.json(264KB)
----package.json(3KB)
----commands.js(2KB)