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

Filtering Todo Items

  1 To 10 Seconds (Duration)

Foo bar

Scenario Outline

James starts with a todo list containing <arg0>, <arg1>
James completes the item called <arg0>
James filters items by <arg2>
Then the items displayed should be iterable containing ['<arg0>', '<arg1>']
Then the current filter should be (<arg2>)

Examples: 

# Arg0 Arg1 Arg2 Arg3
1 Walk the dog Put out the garbage All [Walk the dog, Put out the garbage]
2 Walk the dog Put out the garbage Active [Put out the garbage]
3 Walk the dog Put out the garbage Completed [Walk the dog]
Steps Outcome
SUCCESS 3s 274ms
SUCCESS 3s 353ms
SUCCESS 3s 404ms
SUCCESS 3.4s
Serenity BDD version 4.1.12