webtest 和 grails 的性能问题

发布于 2024-09-10 06:13:03 字数 328 浏览 4 评论 0原文

我已阅读此站点中的 Grails 和 Webtest 文档:

http://www.grails.org/plugin /webtest

而且它还没有更新。那里列出的大多数脚本都不起作用。

我正在寻找一种方法来运行那里列出的 -nostart 的工作替代方案。

这是因为重新运行测试的速度非常慢。或者也许是一种从 Grails 外部运行 Web 测试的方法,

您能给我任何指示吗?

提前致谢

I have read the documentation for Grails and Webtest in this site:

http://www.grails.org/plugin/webtest

And it's very unupdated. Most of the scripts listed there doesn't work.

I am looking a way to run a working alternative of -nostart listed there.

This is because it's very slow to rerun tests. Or maybe a way to run webtests from outside of Grails

Can you give me any pointer?

Thanks in advance

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

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

发布评论

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

评论(1

始于初秋 2024-09-17 06:13:03

webtest 插件从 1.3 版本更改为使用 grails test-app 脚本提供的新挂钩。不幸的是 test-app 未提供的一项功能是 -nostart 选项。

您可以尝试使用,

grails interactive

然后

test-app -functional

按 Enter 键应该重新运行功能测试,而无需完全重新启动 grails。

我还从文档中删除了 -nostart 选项。所有其他文档都应该是最新的。还有哪些脚本不起作用?

您可以在此处提出问题: http://jira.codehaus.org/browse/GRAILSPLUGINS/组件/12994

The webtest plugin changed from version 1.3 to use the new hooks provided by the grails test-app script. Unfortunately one piece of functionality not provided by test-app is the -nostart option.

You could try using

grails interactive

then

test-app -functional

hitting enter should re-run the functional tests without doing a complete restart of grails.

I've also removed the -nostart option from the documentation. All the other documentation should be up to date. What other scripts did not work?

You can raise issues here: http://jira.codehaus.org/browse/GRAILSPLUGINS/component/12994

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