-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Description:
Create a login system that allows registered users to access their accounts securely.
Acceptance Criteria:
- A login page with fields for username/email and password
- Form validation for required fields
- Authentication against user database
- Successful login redirects to user dashboard
Scenario: Successful login
Given I am on the login page
When I enter valid credentials
And I submit the form
Then I should be logged in
And I should be redirected to my dashboard