Serenity BDD TodoMVC
Home > Requirements > Screenplay > Completing todos > Complete a todo
Report generated 23-05-2024 08:43

Feature: Complete a todo

Scenarios

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

James completes the item called Walk the dog

Then the number of items left should be (1)

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

James completes the item called Walk the dog

James should see that is equal to: {Completed}

James should see the number of items left that is equal to: {1}

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

James toggles the status of all items

James should see that is equal to: {Completed}

James should see that is equal to: {Completed}

James should see the number of items left that is equal to: {0}

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

James completes the item called Walk the dog

Then The item status for 'Walk the dog' should be (Completed)

Then the items$$ lambda$2265/0x00007f275075b5c0 should be (1)

Feature Coverage By Scenario

Test Outcomes

Test Performance

Key Statistics

Number of Scenarios 6 Total Duration 14s
Total Number of Test Cases 6 Fastest Test 3s
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:10 Total Execution Time 20s

Automated Tests

feature Scenario Context Steps Started Total Duration Result
CompleteATodo Should see the number of todos decrease when an item is completed Chrome,linux 3 08:43:56 3s 808ms SUCCESS
CompleteATodo Should be able to complete a todo using page objects Chrome,linux 0 08:44:00 3s 019ms SUCCESS
CompleteATodo Should be able to complete a todo Chrome,linux 4 08:44:03 3s 621ms SUCCESS
CompleteATodo Should be able to complete a todo using imperative code Chrome,linux 0 08:44:06 3s 157ms SUCCESS
CompleteATodo Should be able to toggle the status of all todos Chrome,linux 5 08:44:06 3s 243ms SUCCESS
CompleteATodo Should be able to complete a todo using a bdd style Chrome,linux 4 08:44:07 3s 156ms SUCCESS

Manual Tests

No manual tests were recorded
Serenity BDD version 4.1.12