Getting-started-with-Behat-.../features/simple-examples/daniel-siepmann/local-sonar/available.feature
Daniel Siepmann dc960eb556 [FEATURE] Add tests for local sonar
* In order to show some interaction in browser, test login with sonar.
2015-11-14 21:33:06 +01:00

12 lines
395 B
Gherkin

Feature: Sonarqube server is available
To reduce technical debts
Developers
Should be able to inspect there debts
Scenario: Website is delivered
Given I am on "http://localhost:9898/"
Then the response status code should be 200
Scenario: Website delivers Projects
Given I am on "http://localhost:9898"
Then I should see "T3-EXTENSIONS news"