Given I am on the Add User page
When I fill in the following user details:
| First Name | Last Name | Password | |
|---|---|---|---|
| Danielle | Anderson | DanielleAnderson@rhyta.com | ooDiFahtuZ9i |
And I click on the "Submit" button to register a user
Then I should see a Contact List page with a Logout button
Given I am on the Add User page
When I fill in the following user details:
| First Name | Last Name | Password | |
|---|---|---|---|
| Doss | MaryDoss@rhyta.com | Aish4EeBee7 |
And I click on the "Submit" button to register a user
Then I should see the error message: "User validation failed: firstName: Path firstName is required."
Given I am on the Add User page
When I fill in the following user details:
| First Name | Last Name | Password | |
|---|---|---|---|
| Paul | Price | PaulPrice@rhyta | IokuN1oh |
And I click on the "Submit" button to register a user
Then I should see the error message: "User validation failed: email: Email is invalid"
| Number of Scenarios | 3 | Total Duration | 7s |
| Total Number of Test Cases | 3 | Fastest Test | 1s |
| Number of Manual Test Cases | 0 | Slowest Test | 3s |
| Tests Started | Apr 02, 2024 13:25:27 | Average Execution Time | 2s |
| Tests Finished | Apr 02, 2024 13:25:34 | Total Execution Time | 6s |
| feature | Scenario | Context | Steps | Started | Total Duration | Result |
|---|---|---|---|---|---|---|
| User sign-up | Successfully add a new user to the system | 4 | 13:25:32 | 2s 182ms | ||
| User sign-up | Try to add a new user with empty First Name field | 4 | 13:25:30 | 1s 550ms | ||
| User sign-up | Try to add a new user with an invalid email | 4 | 13:25:27 | 3s 133ms |