Given I am a registered user in the application:
| First Name | Last Name | Password | |
|---|---|---|---|
| Rose | Chilton | RoseLChilton@teleworm.us | aeGh8dae2t |
And I am on the main page
When I fill in my email and password into the login form
And I click on the "Submit" button to login
Then I should see a Contact List page with a Logout button
Given I am not a registered user in the application:
| First Name | Last Name | Password | |
|---|---|---|---|
| Nancy | Jones | NancyTJones@teleworm.us | aeGh8dae2t |
And I am on the main page
When I fill in my email and password into the login form
And I click on the "Submit" button to login
Then I should see the error message: "Incorrect username or password"
Given I am a registered user in the application:
| First Name | Last Name | Password | |
|---|---|---|---|
| Norman | Stern | NormanDStern@jourrapide.com | hu6aeYaipha |
And I am signed in to the application
When I click on the "Logout" button
Then I should see a Main Page with the login form
| Number of Scenarios | 3 | Total Duration | 8s |
| Total Number of Test Cases | 3 | Fastest Test | 1s |
| Number of Manual Test Cases | 0 | Slowest Test | 4s |
| Tests Started | Apr 02, 2024 13:25:27 | Average Execution Time | 2s |
| Tests Finished | Apr 02, 2024 13:25:35 | Total Execution Time | 8s |
| feature | Scenario | Context | Steps | Started | Total Duration | Result |
|---|---|---|---|---|---|---|
| User authentication | Successful sign in to the system | 5 | 13:25:33 | 2s 511ms | ||
| User authentication | Try to sign in with non-existing user data | 5 | 13:25:31 | 1s 495ms | ||
| User authentication | Successful sign out of the system | 4 | 13:25:27 | 4s 265ms |