Cucumber、Capybara 一起验证 HTML 和测试 JavaScript 失败
我最近在我的 Cucumber 功能中添加了 html 验证。我正在使用 gem be_valid_asset,它工作得非常好,直到 Cucumber 遇到了 @javascript 标记的功能。这会引发错误(我也尝试过使用 selenium),然后 html 验证失败。
验证失败的原因是 culerity 和 selenium 似乎都从页面中删除了文档类型。
还有其他人有过这个吗?
I've recently added html validation to my cucumber features. I'm using the gem be_valid_asset which works really well until Cucumber hits a @javascript flagged feature. This kicks in culerity (I've tried selenium for this as well) and then the html validation fails.
The reason the validation fails is that both culerity and selenium appear to remove the doctype from the page.
Has anyone else had this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
上述策略的改变正在发挥作用
Change in strategy mentioned above is working a treat