Serenity BDD TodoMVC
Home
>
Screenplay
>
Maintain my todo list
>
Filtering todo items
> Foo bar
Overall Test Results
Requirements
Themes
Capabilities
Features
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
Should be able to view various todo combinations[1] Walk the dog, Put out the garbage, All, [Walk the dog, Put out the garbage]
SUCCESS
3s 274ms
James starts with a todo list containing Walk the dog, Put out the garbage
SUCCESS
2s 646ms
James opens the home.page page
SUCCESS
1s 896ms
James adds the todo items called: [Walk the dog, Put out the garbage]
SUCCESS
746ms
James adds a todo item called: Walk the dog
SUCCESS
420ms
James enters 'Walk the dog' then hits [RETURN] into 'What needs to be done?' field
SUCCESS
405ms
James adds a todo item called: Put out the garbage
SUCCESS
300ms
James enters 'Put out the garbage' then hits [RETURN] into 'What needs to be done?' field
SUCCESS
291ms
James completes the item called Walk the dog
SUCCESS
247ms
James clicks on the complete item tick box
SUCCESS
232ms
James filters items by All
SUCCESS
245ms
James clicks on filter by All
SUCCESS
242ms
Then the items displayed should be iterable containing ['Walk the dog', 'Put out the garbage']
SUCCESS
070ms
Then the current filter should be (All)
SUCCESS
066ms
Should be able to view various todo combinations[2] Walk the dog, Put out the garbage, Active, [Put out the garbage]
SUCCESS
3s 353ms
James starts with a todo list containing Walk the dog, Put out the garbage
SUCCESS
2s 771ms
James opens the home.page page
SUCCESS
1s 882ms
James adds the todo items called: [Walk the dog, Put out the garbage]
SUCCESS
874ms
James adds a todo item called: Walk the dog
SUCCESS
496ms
James enters 'Walk the dog' then hits [RETURN] into 'What needs to be done?' field
SUCCESS
478ms
James adds a todo item called: Put out the garbage
SUCCESS
351ms
James enters 'Put out the garbage' then hits [RETURN] into 'What needs to be done?' field
SUCCESS
335ms
James completes the item called Walk the dog
SUCCESS
231ms
James clicks on the complete item tick box
SUCCESS
215ms
James filters items by Active
SUCCESS
203ms
James clicks on filter by Active
SUCCESS
200ms
Then the items displayed should be iterable containing ['Put out the garbage']
SUCCESS
118ms
Then the current filter should be (Active)
SUCCESS
030ms
Should be able to view various todo combinations[3] Walk the dog, Put out the garbage, Completed, [Walk the dog]
SUCCESS
3s 404ms
James starts with a todo list containing Walk the dog, Put out the garbage
SUCCESS
2s 829ms
James opens the home.page page
SUCCESS
1s 911ms
James adds the todo items called: [Walk the dog, Put out the garbage]
SUCCESS
914ms
James adds a todo item called: Walk the dog
SUCCESS
542ms
James enters 'Walk the dog' then hits [RETURN] into 'What needs to be done?' field
SUCCESS
537ms
James adds a todo item called: Put out the garbage
SUCCESS
350ms
James enters 'Put out the garbage' then hits [RETURN] into 'What needs to be done?' field
SUCCESS
313ms
James completes the item called Walk the dog
SUCCESS
235ms
James clicks on the complete item tick box
SUCCESS
229ms
James filters items by Completed
SUCCESS
148ms
James clicks on filter by Completed
SUCCESS
144ms
Then the items displayed should be iterable containing ['Walk the dog']
SUCCESS
111ms
Then the current filter should be (Completed)
SUCCESS
081ms
SUCCESS
3.4s
Serenity BDD version 4.1.12