Skip to content
Snippets Groups Projects

Added needed BDD and TDDs for some features

Merged shyngys requested to merge 57-bdd-and-tdd-fix into main
1 unresolved thread

Closes #57 (closed)

Merge request reports

Pipeline #47264 passed

Pipeline passed for 3bf74092 on 57-bdd-and-tdd-fix

Merged by kerdokerdo 4 months ago (Dec 9, 2024 5:27pm UTC)

Loading

Pipeline #47267 passed

Pipeline passed for 2770e98a on main

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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!

  • kerdo approved this merge request

    approved this merge request

  • merged

  • kerdo mentioned in commit 2770e98a

    mentioned in commit 2770e98a

  • Please register or sign in to reply
    Loading