Serenity BDD TodoMVC
Home > Requirements > Screenplay > Maintain my todo list > Handling todos belonging to several users
Report generated 23-05-2024 08:43

Feature: Handling todos belonging to several users

Scenarios

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

Jane starts with a todo list containing Walk the dog, Feed the cat

James completes the item called Walk the dog

James clears all the completed items

Then the items displayed should be iterable containing ['Walk the dog', 'Feed the cat']

Feature Coverage By Scenario

Test Outcomes

Test Performance

Key Statistics

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

Automated Tests

feature Scenario Context Steps Started Total Duration Result
HandlingTodosBelongingToSeveralUsers Should not affect todos belonging to another user Chrome,linux 5 08:43:55 6s 451ms SUCCESS

Manual Tests

No manual tests were recorded
Serenity BDD version 4.1.12