PhantomCSSCSS 回归测试工具
PhantomCSS 是 CSS 回归测试工具。一个通过 PhantomJS 或者 SlimerJS 和 Resemble.js 进行自动视觉回归测试的 CasperJS 模块。
示例代码:
casper. start( url ). then(function(){ // do something casper.click('button#open-dialog'); // Take a screenshot of the UI component phantomcss.screenshot('#the-dialog', 'a screenshot of my dialog'); });
评论