如何从 rake 运行 qunit 测试?

发布于 2024-09-30 02:24:18 字数 86 浏览 1 评论 0原文

我希望能够发出命令 rake test:qunit 并运行我们的 qunit 测试。这可能吗?可以在不打开浏览器窗口的情况下完成吗?

I would like to be able to issue the command rake test:qunit and to have our qunit tests run. Is this possible? Can it be done without opening a browser window?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

追风人 2024-10-07 02:24:18

您可以将 PhantomJS 集成到 rake 中。 PhantomJS 可以运行 QUnit 测试并提供有用的结果,因为它使用实际的浏览器引擎 (WebKit)。 PhantomJS 有一个集成 QUnit 的示例。

You could integrate PhantomJS into rake. PhantomJS can run QUnit tests and provides useful results, as its using an actual browser engine (WebKit). PhantomJS has an example on integrating QUnit.

孤单情人 2024-10-07 02:24:18

这看起来很有希望:https://github.com/jodosha/hanoi

This looks promising: https://github.com/jodosha/hanoi

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