Serenity BDD TodoMVC
Report generated 23-05-2024 08:44

Feature: Filtering todos

Scenarios

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

Feature Coverage By Scenario

Test Outcomes

Test Performance

Key Statistics

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

Automated Tests

feature Scenario Context Steps Started Total Duration Result
FilteringTodos Should be able to view only incomplete todos with page objects Chrome,linux 6 08:44:01 3s 397ms SUCCESS
FilteringTodos Should be able to view only completed todos with page objects Chrome,linux 6 08:44:05 3s 941ms SUCCESS
FilteringTodos Should be able to view both complete and incomplete todos with page objects Chrome,linux 6 08:44:05 4s 032ms SUCCESS

Manual Tests

No manual tests were recorded
Serenity BDD version 4.1.12