login.feature 281 B

123456789
  1. Feature: Login page
  2. As a Karmen user
  3. I need a way to login into the application
  4. So that I can gain access to the service
  5. Scenario: Login
  6. Given I am on Karmen homepage
  7. When I fill the form with username and password
  8. Then I should gain access to the application