Serenity BDD TodoMVC
Report generated 23-05-2024 08:43

Feature: Filtering todos

In order to make me feel a sense of accomplishment
As a forgetful person
I want to be to view all of things I have completed

Feature Coverage By Scenario

Scenarios

Given Jane has a todo list containing {tasks}

And she completes the task called "{completed}"

When she filters her list to show only {filter} tasks

Then her todo list should contain {expected}

Examples:

taskscompletedfilterexpected
Buy some milk, Walk the dogWalk the dogActiveBuy some milk
Buy some milk, Walk the dogWalk the dogCompletedWalk the dog
Buy some milk, Walk the dogWalk the dogAllBuy some milk, Walk the dog

Feature Coverage By Scenario

Test Outcomes

Test Performance

Key Statistics

Number of Scenarios 1 Total Duration 9s
Total Number of Test Cases 3 Fastest Test 7s
Number of Manual Test Cases 0 Slowest Test 9s
Tests Started May 23, 2024 08:43:43 Average Execution Time 8s
Tests Finished May 23, 2024 08:43:52 Total Execution Time 9s

Automated Tests

feature Scenario Context Steps Started Total Duration Result
Filtering todos Viewing the items by status filter
3 passing test cases
Chrome,linux 4 08:43:43 9s 189ms SUCCESS

Manual Tests

No manual tests were recorded
Serenity BDD version 4.1.12