我如何更改参数以在jenkins中为jbehave运行特定的故事文件

时间:2019-03-11 21:07:28

标签: jenkins bdd jbehave

我按以下顺序获取故事文件

@Override
protected List<String> storyPaths() {
    return new StoryFinder()
            //.findPaths(codeLocationFromClass(this.getClass()).getFile(), asList("**/AAA.story"), null);
            //.findPaths(codeLocationFromClass(this.getClass()).getFile(), asList("**/BBB.story"), null);
}

我可以在本地播放故事,没有任何问题,但是我想从詹金斯那里播放一个特定的故事。我是否需要在POM文件中添加属性。如果是这样,将如何设置属性名称。任何面临过类似案件的人。 谢谢

0 个答案:

没有答案