【发布时间】:2013-08-10 17:34:10
【问题描述】:
我的项目结构如下:
MyProject
--src
--test
--acceptance
--step_definitions
--features
--unit
我希望能够在 Maven 中与在 test/unit 中声明的单元测试分开运行我的黄瓜测试(在测试/验收中),以便它们可以在不同的 CI 构建计划等中运行。我正在使用黄瓜-junit,因此每个验收测试的“运行程序”都是用 JUnit 编写的。
这可能吗?
【问题讨论】:
标签: maven integration-testing cucumber-jvm cucumber-junit