Cucumber ; import org.junit.runner.RunWith; @RunWith(Cucumber.class) @CucumberOptions( plugin = ..., features = "classpath:.", // my java step definitions ...
確定! 回上一頁