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

Feature: Add new todos

Scenarios

Starts with a todo list containing: {Walk the dog,Put out the garbage}

Adds a todo item called: Buy some milk

Should see that displayed items contain: {Walk the dog,Put out the garbage,Buy some milk}

Starts with an empty todo list

Adds a todo item called: Buy some milk

Should see that displayed items contain: {Buy some milk}

Feature Coverage By Scenario

Test Outcomes

Test Performance

Key Statistics

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

Automated Tests

feature Scenario Context Steps Started Total Duration Result
AddNewTodos Should be able to add additional todo items with page objects Chrome,linux 3 08:44:03 3s 071ms SUCCESS
AddNewTodos Test to resolve issue #616172 Chrome,linux 3 08:44:06 3s 775ms SUCCESS

Manual Tests

No manual tests were recorded
Serenity BDD version 4.1.12