Starts with a todo list containing: {Walk the dog,Put out the garbage}
Completes: Walk the dog
Filters items to show: Active
Should see that displayed items contain: {Put out the garbage}
Should see that displayed items do not contain: {Walk the dog}
Should see that the currently selected filter is: Active
Starts with a todo list containing: {Walk the dog,Put out the garbage}
Completes: Walk the dog
Filters items to show: Completed
Should see that displayed items contain: {Walk the dog}
Should see that displayed items do not contain: {Put out the garbage}
Should see that the currently selected filter is: Completed
Starts with a todo list containing: {Walk the dog,Put out the garbage}
Completes: Walk the dog
Filters items to show: Active
Filters items to show: All
Should see that displayed items contain: {Walk the dog,Put out the garbage}
Should see that the currently selected filter is: All
Number of Scenarios | 3 | Total Duration | 7s |
Total Number of Test Cases | 3 | Fastest Test | 3s |
Number of Manual Test Cases | 0 | Slowest Test | 4s |
Tests Started | May 23, 2024 08:44:01 | Average Execution Time | 3s |
Tests Finished | May 23, 2024 08:44:09 | Total Execution Time | 11s |
feature | Scenario | Context | Steps | Started | Total Duration | Result |
---|---|---|---|---|---|---|
FilteringTodos | Should be able to view only incomplete todos with page objects | 6 | 08:44:01 | 3s 397ms | ||
FilteringTodos | Should be able to view only completed todos with page objects | 6 | 08:44:05 | 3s 941ms | ||
FilteringTodos | Should be able to view both complete and incomplete todos with page objects | 6 | 08:44:05 | 4s 032ms |