我按以下顺序获取故事文件
@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文件中添加属性。如果是这样,将如何设置属性名称。任何面临过类似案件的人。 谢谢