10 lines
208 B
Gherkin
10 lines
208 B
Gherkin
# features/home.feature
|
|
|
|
Feature: Homepage
|
|
|
|
Loading the homepage is the initial starting point for this tool
|
|
|
|
Scenario: Homepage Loads
|
|
Given I visit the homepage
|
|
Then I should see "URL Shortener"
|