garris/BackstopJS

RFC: add an instantReplay feature (built-in data mocking)

Open

#159 建立於 2016年2月10日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)JavaScript (601 fork)batch import
enhancementhelp wanted

倉庫指標

Star
 (6,510 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Sometimes when working with dynamic content, hiding and deleting selectors isn't enough. If we really want to test our CSS changes proper we need to use the same DOM data. Unfortunately -- it's not always easy to mock data -- especially if we are testing a production site...

I would like to propose that the gulp reference flow also capture actual DOM selector data and (as an option) re-injected that data when running gulp test

Comments welcome!

see implementation ideas in the "instantReplay" branch

貢獻者指南