运行黄瓜与scalatest

时间:2017-04-01 17:56:02

标签: scala cucumber scalatest cucumber-jvm

有没有办法从金字塔中运行黄瓜?

我知道使用junit运行黄瓜,如下所示

@RunWith(classOf[Cucumber])
@CucumberOptions(features = ..., tags = ...)
class CucumberStarter

但我不确定如何从金龟子中运出黄瓜。 我已经尝试过以下了,它已经运行但似乎并没有尊重@CucumberOptions

@RunWith(classOf[Cucumber])
@CucumberOptions(features = ..., tags = ...)
class CucumberStarter extends JunitSuite

0 个答案:

没有答案