是否有办法从梯度中管理JBehave? 目前,我有一个<代码>JUnitStories的子类别,规定一个等级和上下限:storyPaths
到不同的<代码>。
This task can supposedly do what I need, but I m not sure how I integrate it with what I have.
task spec << {
ant.taskdef(
name: jbehave ,
classname: org.jbehave.ant.RunStoriesAsEmbeddables ,
classpath: configurations.jbehave.asPath)
ant.jbehave(
includes: src/main/specs ,
generateViewAfterStories: true
)
}
我怎么能用我的故事来从梯度任务开始呢?