且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

我可以在我的响应设计中测试视觉回归吗?

更新时间:2021-11-10 23:32:35


  • PhantomCSS 是一个用于使用PhantomJS自动化视觉回归测试的CasperJS
    模块和
    Resemble.js。用于测试Web应用程序,直播风格指南和响应式
    布局。

    • PhantomCSS is "a CasperJS module for automating visual regression testing with PhantomJS and Resemble.js. For testing Web apps, live style guides and responsive layouts."

      CasperJS 是PhantomJS的导航脚本和测试实用程序,

      CasperJS "is a navigation scripting and testing utility for PhantomJS, written in JavaScript. It allows us to test websites a lot like PHPUnit or JUnit allow us to test our code."

      Wraith 是一个用于测试CSS更改,无论是故意还是无意的工具。 用于比较页面的屏幕截图,在拉取请求级别和合并到主页中时。

      Wraith is a tool for "testing CSS changes, both deliberate and unintentional." It's used "to compare screenshots of pages, at the pull request level and when merged into master."