Serenity BDD TodoMVC
Home > Cucumber > Maintain my todo list > Completing todos > Completed tasks should be shown as completed
Report generated 23-05-2024 08:43

Completing Todos

  Cucumber   Completing   1 To 10 Seconds (Duration)

Completed tasks should be shown as Completed
 

Cast

 

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
SUCCESS 3s 005ms
SUCCESS 2s 600ms
SUCCESS 2s 587ms
SUCCESS 3.01s
Serenity BDD version 4.1.12