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

Feature: Clear completed todos

Scenarios

Starts with a todo list containing: {Walk the dog,Put out the garbage}

Should see that the clear completed items option is not visible

Starts with a todo list containing: {Walk the dog,Put out the garbage}

Completes: Walk the dog

Clears completed items

Should see that displayed items contain: {Put out the garbage}

Feature Coverage By Scenario

Test Outcomes

Test Performance

Key Statistics

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

Automated Tests

feature Scenario Context Steps Started Total Duration Result
ClearCompletedTodos Should not be able to clear completed todos if none are complete with page objects Chrome,linux 2 08:43:56 4s 641ms SUCCESS
ClearCompletedTodos Should be able to clear completed todos with page objects Chrome,linux 4 08:44:01 3s 978ms SUCCESS

Manual Tests

No manual tests were recorded
Serenity BDD version 4.1.12