Serenity BDD TodoMVC
Home
>
Cucumber
>
Maintain my todo list
>
Completing todos
> Completed tasks should be shown as completed
Overall Test Results
Requirements
Themes
Capabilities
Features
Report generated 23-05-2024 08:43
Completing Todos
Cucumber
Completing
1 To 10 Seconds (Duration)
Completed tasks should be shown as Completed
Cast
Sarah
Scenario Outline
Given Sarah has a todo list containing <Initial Tasks>
When she completes the task called "Walk the dog"
Then the "<Task>" task should be shown as <Final Status>
Examples:
#
Initial Tasks
Task
Final Status
1
Buy some milk, Walk the dog
Walk the dog
Completed
2
Walk the dog
Walk the dog
Completed
3
Buy some milk, Walk the dog
Buy some milk
Active
Steps
Outcome
1: Completed tasks should be shown as Completed ({Initial Tasks=Buy some milk, Walk the dog, Task=Walk the dog, Final Status=Completed})
SUCCESS
3s 005ms
Given Sarah has a todo list containing Buy some milk, Walk the dog
SUCCESS
2s 104ms
Sarah starts with a todo list containing Buy some milk, Walk the dog
SUCCESS
2s 090ms
Sarah opens the home.page page
SUCCESS
1s 313ms
Sarah adds the todo items called: [Buy some milk, Walk the dog]
SUCCESS
771ms
Sarah adds a todo item called: Buy some milk
SUCCESS
474ms
Sarah enters 'Buy some milk' then hits [RETURN] into 'What needs to be done?' field
SUCCESS
466ms
Sarah adds a todo item called: Walk the dog
SUCCESS
273ms
Sarah enters 'Walk the dog' then hits [RETURN] into 'What needs to be done?' field
SUCCESS
268ms
When she completes the task called "Walk the dog"
SUCCESS
304ms
she completes the item called Walk the dog
SUCCESS
270ms
she clicks on the complete item tick box
SUCCESS
267ms
Then the "Walk the dog" task should be shown as Completed
SUCCESS
227ms
she should see that is equal to: <Completed>
SUCCESS
186ms
2: Completed tasks should be shown as Completed ({Initial Tasks=Walk the dog, Task=Walk the dog, Final Status=Completed})
SUCCESS
2s 600ms
Given Sarah has a todo list containing Walk the dog
SUCCESS
1s 431ms
Sarah starts with a todo list containing Walk the dog
SUCCESS
1s 419ms
Sarah opens the home.page page
SUCCESS
1s 056ms
Sarah adds the todo items called: [Walk the dog]
SUCCESS
349ms
Sarah adds a todo item called: Walk the dog
SUCCESS
341ms
Sarah enters 'Walk the dog' then hits [RETURN] into 'What needs to be done?' field
SUCCESS
336ms
When she completes the task called "Walk the dog"
SUCCESS
255ms
she completes the item called Walk the dog
SUCCESS
206ms
she clicks on the complete item tick box
SUCCESS
203ms
Then the "Walk the dog" task should be shown as Completed
SUCCESS
228ms
she should see that is equal to: <Completed>
SUCCESS
151ms
3: Completed tasks should be shown as Completed ({Initial Tasks=Buy some milk, Walk the dog, Task=Buy some milk, Final Status=Active})
SUCCESS
2s 587ms
Given Sarah has a todo list containing Buy some milk, Walk the dog
SUCCESS
1s 909ms
Sarah starts with a todo list containing Buy some milk, Walk the dog
SUCCESS
1s 885ms
Sarah opens the home.page page
SUCCESS
1s 106ms
Sarah adds the todo items called: [Buy some milk, Walk the dog]
SUCCESS
772ms
Sarah adds a todo item called: Buy some milk
SUCCESS
485ms
Sarah enters 'Buy some milk' then hits [RETURN] into 'What needs to be done?' field
SUCCESS
477ms
Sarah adds a todo item called: Walk the dog
SUCCESS
259ms
Sarah enters 'Walk the dog' then hits [RETURN] into 'What needs to be done?' field
SUCCESS
253ms
When she completes the task called "Walk the dog"
SUCCESS
356ms
she completes the item called Walk the dog
SUCCESS
339ms
she clicks on the complete item tick box
SUCCESS
334ms
Then the "Buy some milk" task should be shown as Active
SUCCESS
146ms
she should see that is equal to: <Active>
SUCCESS
039ms
SUCCESS
3.01s
Serenity BDD version 4.1.12