Serenity BDD TodoMVC
Home > Requirements > Screenplay > Record todos > Add new todos
Report generated 23-05-2024 08:43

Feature: Add new todos

Scenarios

James starts with a todo list containing Walk the dog, Put out the garbage

James adds a todo item called: Buy some milk

Then the items displayed should be (a collection containing 'Walk the dog' and a collection containing 'Put out the garbage' and a collection containing 'Buy some milk')

James starts with an empty todo list

James adds a todo item called: Buy some milk

Then the items displayed should be a collection containing 'Buy some milk'

Feature Coverage By Scenario

Test Outcomes

Test Performance

Key Statistics

Number of Scenarios 2 Total Duration 6s
Total Number of Test Cases 2 Fastest Test 2s
Number of Manual Test Cases 0 Slowest Test 3s
Tests Started May 23, 2024 08:43:56 Average Execution Time 3s
Tests Finished May 23, 2024 08:44:02 Total Execution Time 6s

Automated Tests

feature Scenario Context Steps Started Total Duration Result
AddNewTodos Should be able to add additional todo items Chrome,linux 3 08:43:56 3s 637ms SUCCESS
AddNewTodos Should be able to add the first todo item Chrome,linux 3 08:43:59 2s 902ms SUCCESS

Manual Tests

No manual tests were recorded
Serenity BDD version 4.1.12