【Cucumber系列】Junit Test Runner和CucumberOptions
新建Junit Runner类参考代码import io.cucumber.junit.Cucumber;import io.cucumber.junit.CucumberOptions;import org.junit.runner.RunWith;@RunWith(Cucumber.class)@CucumberOptions( monochrome = true, plugin = { "pretty",