gherkin public class LoginSteps { public void openLoginPage() { } public void enterUsernameAndPassword(String username, String password) { } public void verifyWelcomePage() { } } @RunWith(Cucumber.class) @CucumberOptions(features = "path/to/features") public class TestRunner { }


上一篇:
下一篇:
切换中文