Serenity BDD Report
Home > When filtering tasks > Should show correctly filtered items
Report generated 08-09-2022 15:54

When Filtering Tasks

Should show correctly filtered items

Scenario Outline

Open the TodoMVC application
Add items [<Completed Item>, Walk the dog]
Complete item <Completed Item>
Filter tasks by <Filter By>
The todo list should contain the expected items

Examples: 

# Filter By Todo Items Completed Item Filtered Items
1 Active [Feed the cat, Walk the dog] Feed the cat [Walk the dog]
2 Completed [Feed the cat, Walk the dog] Feed the cat [Feed the cat]
3 All [Feed the cat, Walk the dog] Feed the cat [Feed the cat, Walk the dog]
Steps Screenshots Outcome
SUCCESS 28s 996ms
SUCCESS 31s 970ms
SUCCESS 26s 719ms
SUCCESS 87.69s
Serenity BDD version 3.3.2