TestNG 调用 EasyB 故事?
只是想知道是否可能,或者是否有人尝试在 Maven 项目中将 Easyb (BDD) 与 TestNG 集成。基本上,我需要从 testng.xml 调用 Easyb 故事,或者在测试回归套件中调用 TestNG 测试和 Easyb 故事。
我还想也许在我的 POM 文件中进行一些配置是可以实现的。
干杯,
just wondering if it's possible or if anyone has tried integrating Easyb (BDD) with TestNG in a Maven project. Basically I need to call the Easyb stories from the testng.xml or having something that makes call TestNG tests and Easyb stories alternatively in a test regression suite.
I was also thinking that maybe it's achievable having some configurations in my POM file.
Cheers,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我没有任何 TestNG 经验,但据我了解它与 JUnit 集成。您不能使用 easyb 单元测试集成吗:http://code.google.com/ p/easyb/wiki/UsingEasybWithJUnit
I don't have any TestNG experience, but as I understand it integrates with JUnit. Couldn't you use the easyb unit test integration: http://code.google.com/p/easyb/wiki/UsingEasybWithJUnit