Serenity BDD TodoMVC
Home > Requirements > Screenplay > Maintain my todo list > Clear completed todo items
Report generated 23-05-2024 08:43

Feature: Clear completed todo items

Scenarios

James starts with a todo list containing Walk the dog, Put out the garbage

James completes the item called Walk the dog

James clears all the completed items

Then the items displayed should be iterable containing ['Put out the garbage']

James starts with a todo list containing Walk the dog, Put out the garbage

Then the 'Clear Completed' option should be (Unavailable)

Feature Coverage By Scenario

Test Outcomes

Test Performance

Key Statistics

Number of Scenarios 2 Total Duration 9s
Total Number of Test Cases 2 Fastest Test 3s
Number of Manual Test Cases 0 Slowest Test 5s
Tests Started May 23, 2024 08:43:56 Average Execution Time 4s
Tests Finished May 23, 2024 08:44:05 Total Execution Time 9s

Automated Tests

feature Scenario Context Steps Started Total Duration Result
ClearCompletedTodoItems Should be able to clear completed todos Chrome,linux 4 08:43:56 3s 911ms SUCCESS
ClearCompletedTodoItems Should not be able to clear completed todos if none are complete Chrome,linux 2 08:44:00 5s 695ms SUCCESS

Manual Tests

No manual tests were recorded
Serenity BDD version 4.1.12