我的新项目基于 etsy 示例中的 JBehave、Selenium、Maven 和 Spring:https ://github.com/jbehave/jbehave-tutorial/tree/master/etsy-selenium/java-spring
我对 JBehave 真的很陌生,我想知道是否有办法让它从 XLS 文件中读取故事?
我认为与返回故事名称的 String[] storyPaths() 方法有关,但我不知道 JBehave 如何管理它们的内容。
非常感谢您的帮助 !