Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Eclipse STS 下运行 test-app 对我来说很慢,因为它每次都必须启动 Grails 应用程序堆栈。在命令行上,我可以交互地运行 Grails,然后运行“test-app -functional”,它非常快。有没有办法在 STS 下做到这一点并获得漂亮的 JUnit 条?提前致谢。
这不能回答问题,但它可能会有所帮助。
试试 grails AutoTest插件。作者创建了一个截屏视频来演示它。