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

Feature: Deleting todo items

Scenarios

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

James deletes the item Walk the dog

Then the number of items left should be (1)

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

James deletes the item Walk the dog

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

Feature Coverage By Scenario

Test Outcomes

Test Performance

Key Statistics

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

Automated Tests

feature Scenario Context Steps Started Total Duration Result
DeletingTodoItems Should see deleting a todo decreases the remaining items count Chrome,linux 3 08:43:56 3s 015ms SUCCESS
DeletingTodoItems Should be able to delete todos Chrome,linux 3 08:43:59 2s 799ms SUCCESS

Manual Tests

No manual tests were recorded
Serenity BDD version 4.1.12