如何使用 Maven 运行 JBehave 测试?
如何从 Maven 运行 JBehave 测试? 我有一个扩展 JUnitStories 的类,它从我的 IDE 运行。 我无法让 JBehave Maven 插件来运行我的测试。 谁能指出一种使用 Maven 运行测试的简单方法?
How do i run JBehave tests from Maven?
I have a class that extends JUnitStories which runs from my IDE.
I cant get JBehave Maven plugin to run my tests.
Can anyone point to a simple way to run tests with Maven?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我知道 Mauro 和 Paul 已经在 JBehave 小组中回复了您,因此为了完整起见,我将把他们的回复放在这里:
2018 编辑:JBehave 现在支持 Maven 的原型:
原型
jbehave-simple- archetype
(从此命令列出)提供了一种简单的入门方法。I know Mauro and Paul have already responded to you in the JBehave group, so I'm going to put their responses here for completeness:
2018 edit: JBehave now supports Maven's archetypes:
The archetype
jbehave-simple-archetype
(listed from this command) provides a simple way to get started.如果您的项目基于 JBehave 项目原型,那么您只需要运行“mvn Integration-test”
If your project is based on JBehave project archetype, then you just need to run "mvn integration-test"