Serenity BDD TodoMVC
Home > Requirements > Pageobjects > Completing todos > Toggle all todos
Report generated 23-05-2024 08:44

Feature: Toggle all todos

Scenarios

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

Toggles all items

Should see that that following items are marked as complete: {Walk the dog,Put out the garbage}

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

Toggles all items

Toggles all items

Should see that that following items are marked as active: {Walk the dog,Put out the garbage}

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

Toggles all items

Toggles all items

Should see that the number of items left is: 2

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

Toggles all items

Should see that the number of items left is: 0

Feature Coverage By Scenario

Test Outcomes

Test Performance

Key Statistics

Number of Scenarios 4 Total Duration 7s
Total Number of Test Cases 4 Fastest Test 3s
Number of Manual Test Cases 0 Slowest Test 3s
Tests Started May 23, 2024 08:44:02 Average Execution Time 3s
Tests Finished May 23, 2024 08:44:09 Total Execution Time 13s

Automated Tests

feature Scenario Context Steps Started Total Duration Result
ToggleAllTodos Should be able to quickly complete all todos with page objects Chrome,linux 3 08:44:02 3s 421ms SUCCESS
ToggleAllTodos Should be able to toggle status of all todos with page objects Chrome,linux 4 08:44:03 3s 041ms SUCCESS
ToggleAllTodos Should see how many items todo when all are toggled to incomplete with page objects Chrome,linux 4 08:44:06 3s 211ms SUCCESS
ToggleAllTodos Should see that there are zero items todo when all are toggled complete with page objects Chrome,linux 3 08:44:06 3s 383ms SUCCESS

Manual Tests

No manual tests were recorded
Serenity BDD version 4.1.12