Starts with a todo list containing: {Walk the dog,Put out the garbage}
Toggles all items
Should see that that following items are marked as complete: {Walk the dog,Put out the garbage}
Starts with a todo list containing: {Walk the dog,Put out the garbage}
Toggles all items
Toggles all items
Should see that that following items are marked as active: {Walk the dog,Put out the garbage}
Starts with a todo list containing: {Walk the dog,Put out the garbage}
Toggles all items
Toggles all items
Should see that the number of items left is: 2
Starts with a todo list containing: {Walk the dog,Put out the garbage}
Toggles all items
Should see that the number of items left is: 0
Number of Scenarios | 4 | Total Duration | 7s |
Total Number of Test Cases | 4 | Fastest Test | 3s |
Number of Manual Test Cases | 0 | Slowest Test | 3s |
Tests Started | May 23, 2024 08:44:02 | Average Execution Time | 3s |
Tests Finished | May 23, 2024 08:44:09 | Total Execution Time | 13s |
feature | Scenario | Context | Steps | Started | Total Duration | Result |
---|---|---|---|---|---|---|
ToggleAllTodos | Should be able to quickly complete all todos with page objects | 3 | 08:44:02 | 3s 421ms | ||
ToggleAllTodos | Should be able to toggle status of all todos with page objects | 4 | 08:44:03 | 3s 041ms | ||
ToggleAllTodos | Should see how many items todo when all are toggled to incomplete with page objects | 4 | 08:44:06 | 3s 211ms | ||
ToggleAllTodos | Should see that there are zero items todo when all are toggled complete with page objects | 3 | 08:44:06 | 3s 383ms |