8 lines
147 B
Gherkin
8 lines
147 B
Gherkin
@smoke
|
|
Feature: App smoke
|
|
The harness can reach the running app.
|
|
|
|
Scenario: home page loads
|
|
When I visit "/"
|
|
Then the URL contains "/"
|