/** * Run the Cucumber features */ public void runCukes() { try { LOGGER.trace("Running cucumber tests on [{}]", TestContext.getCurrent()); runtime.run(); } ...
確定! 回上一頁