percy-cypress:赛普拉斯和珀西的视觉测试

时间:2024-05-17 09:59:21
【文件属性】:

文件名称:percy-cypress:赛普拉斯和珀西的视觉测试

文件大小:119KB

文件格式:ZIP

更新时间:2024-05-17 09:59:21

visual-testing percy cypress visual-tests visual-regression-testing

@珀西/柏树 视觉测试。 安装 $ npm install --save-dev @percy/cli @percy/cypress 然后添加到您的cypress/support/index.js文件中 import '@percy/cypress' 用法 这是使用cy.percySnapshot命令的示例。 describe ( 'My app' , ( ) => { it ( 'should look good' , ( ) => { cy . get ( 'body' ) . should ( 'have.class' , 'finished-loading' ) ; cy . percySnapshot ( ) ; cy . get ( 'button' ) . click ( ) ; cy . percySnapshot ( 'Click


【文件预览】:
percy-cypress-master
----.eslintrc(285B)
----.babelrc(38B)
----index.js(2KB)
----package.json(1KB)
----cypress()
--------plugins()
--------support()
--------integration()
----.github()
--------dependabot.yml(130B)
--------release-drafter.yml(565B)
--------workflows()
----.nycrc(79B)
----LICENSE(1KB)
----.gitignore(51B)
----cypress.json(56B)
----types()
--------index.test-d.ts(377B)
--------index.d.ts(300B)
----README.md(3KB)
----yarn.lock(278KB)

网友评论