有没有办法从金字塔中运行黄瓜?
我知道使用junit运行黄瓜,如下所示
@RunWith(classOf[Cucumber])
@CucumberOptions(features = ..., tags = ...)
class CucumberStarter
但我不确定如何从金龟子中运出黄瓜。
我已经尝试过以下了,它已经运行但似乎并没有尊重@CucumberOptions
@RunWith(classOf[Cucumber])
@CucumberOptions(features = ..., tags = ...)
class CucumberStarter extends JunitSuite