Given I am on homepage

This step definition is used to set the initial context or state for a test scenario. It specifies that the user is currently on the homepage of the website being tested.

 

Given (I am|we are)* on( the)* homepage

By executing this step, the necessary actions are performed to navigate to the homepage. This may involve opening a web browser, entering the URL of the homepage, and waiting for the page to load. The specific implementation may vary depending on the testing framework and the application being tested.

 

Examples:

Given I am on the homepage
Given we are on homepage