Cucumber、Capybara 一起验证 HTML 和测试 JavaScript 失败

发布于 2024-09-09 09:56:19 字数 216 浏览 2 评论 0原文

我最近在我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蓝海 2024-09-16 09:56:19

上述策略的改变正在发挥作用

Change in strategy mentioned above is working a treat

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文