Getting-started-with-Behat-.../features/simple-examples/daniel-siepmann/available.feature
Daniel Siepmann c1d23137e0 [INIT] Initial version
* Minimal setup to get anyone started
* Full documentation to get started inside readme
* Very basic example to test whether everything works
2015-11-14 21:07:10 +01:00

13 lines
411 B
Gherkin

Feature: Blog is available
To provide useful information
For technical enthusiasts
I want my Blog to be available
Scenario: Website is delivered
Given I am on "http://daniel-siepmann.de"
Then the response status code should be 200
Scenario: Website delivers Blog posts
Given I am on "http://daniel-siepmann.de"
Then I should see 10 ".post-list h2" elements