12 lines
395 B
Gherkin
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"
|