Given that James has an empty todo list
When he adds 'Buy some milk' to his list
Then 'Buy some milk' should be recorded in his list
Given Jane has a todo list containing Buy some milk, Walk the dog
When she adds 'Buy some cereal' to her list
Then her todo list should contain Buy some milk, Walk the dog, Buy some cereal
Given James has a todo list containing Buy some milk, Walk the dog
And Jill has a todo list containing Buy some milk, Buy some cheese
When she adds 'Buy some cereal' to her list
Then Jill's todo list should contain Buy some milk, Buy some cheese, Buy some cereal
And James's todo list should contain Buy some milk, Walk the dog
Number of Scenarios | 3 | Total Duration | 10s |
Total Number of Test Cases | 3 | Fastest Test | 6s |
Number of Manual Test Cases | 0 | Slowest Test | 10s |
Tests Started | May 23, 2024 08:43:43 | Average Execution Time | 8s |
Tests Finished | May 23, 2024 08:43:53 | Total Execution Time | 25s |
feature | Scenario | Context | Steps | Started | Total Duration | Result |
---|---|---|---|---|---|---|
Add new todos | Adding an item to an empty list | 3 | 08:43:43 | 6s 605ms | ||
Add new todos | Adding an item to a list with other items | 3 | 08:43:43 | 8s 588ms | ||
Add new todos | Adding items to several peoples lists | 5 | 08:43:43 | 10s 388ms |