L27.1: Cucumber Example #7

PHOTO EMBED

Thu Oct 19 2023 02:33:05 GMT+0000 (Coordinated Universal Time)

Saved by @testpro #java

import io.cucumber.java.en.Given;

public class StepDefinitions {
  
    @Given("I am in the Home Page")
    public void i_am_in_the_home_page() {
        driver.get("sampleHomePage")
    }
}
content_copyCOPY