Getting-started-with-Behat-.../features/simple-examples/daniel-siepmann/local-sonar/available.feature

13 lines
395 B
Gherkin
Raw Permalink Normal View History

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"