Added needed BDD and TDDs for some features
1 unresolved thread
1 unresolved thread
Closes #57 (closed)
Merge request reports
Activity
changed milestone to %Sprint 7
added In progress label
requested review from @kerdo
assigned to @shyngys
added 3 commits
-
06677674...a41a3898 - 2 commits from branch
main
- 3bf74092 - Merge branch 'main' into '57-bdd-and-tdd-fix'
-
06677674...a41a3898 - 2 commits from branch
- features/security.feature 0 → 100644
1 Feature: FR-10 Secure Authentication and Authorization 2 3 Scenario: System encrypts password on registration 4 Given I want to register a new user 5 And I have such user data 6 | name | surname | birth_date | phone_number | email | password | confirm_password | 7 | John | Doe | 1990-01-02 | 123456789 | john.doe@gmail.com | test123 | test123 | 8 When I fill a registration form with valid data 9 And I click submit 10 Then I should see a success message 11 And the password should be stored encrypted in database Looks good! Nice work, @shyngys @nurdaulet!
mentioned in commit 2770e98a
Please register or sign in to reply