Serenity/JS with Playwright Test
Home > Browser > Webkit 18.0
Report generated 20-09-2024 22:07:09

Browser: Webkit 18.0

7 tests |

Overview

Test Outcomes

Test Performance

Functional Coverage Overview

Features

Key Statistics

Number of Scenarios 7
Total Number of Test Cases 7
Tests Started Sep 20, 2024 22:06:51
Tests Finished
Total Duration 0ms
Fastest Test 756ms
Slowest Test 2s
Average Execution Time 1s
Total Execution Time 10s

Functional Coverage Details

Features

Feature Scenarios StepsText Test Cases % Pass Result Coverage
API Testing 1 Alice sends a GET request to '/todos/1' Alice ensures that the status of the last response does equal 200 Alice ensures that 1 does equal 1 1 100%
Blended Testing 1 Apisitt ensures all GitHub systems are operational Apisitt sends a GET request to 'https://www.githubstatus.com/api/v2/status.json' Apisitt ensures that the status of the last response does equal 200 Apisitt ensures that GitHub Status does equal "All Systems Operational" Wendy starts with an empty todo list Wendy navigates to "/" Wendy ensures that website title does equal "Serenity/JS TodoApp" Wendy records an item called 'Feed the cat' Wendy enters "Feed the cat" into "What needs to be done?" input box Wendy presses key Enter in "What needs to be done?" input box Wendy waits until displayed items does contain "Feed the cat" Wendy ensures that displayed items does equal [ "Feed the cat" ] 1 100%
Multi-actor scenarios 1 Alice starts with a list containing 1 items Alice starts with an empty todo list Alice navigates to "/" Alice ensures that website title does equal "Serenity/JS TodoApp" Alice records an item called 'Feed the cat' Alice enters "Feed the cat" into "What needs to be done?" input box Alice presses key Enter in "What needs to be done?" input box Alice waits until displayed items does contain "Feed the cat" Bob starts with a list containing 1 items Bob starts with an empty todo list Bob navigates to "/" Bob ensures that website title does equal "Serenity/JS TodoApp" Bob records an item called 'Walk the dog' Bob enters "Walk the dog" into "What needs to be done?" input box Bob presses key Enter in "What needs to be done?" input box Bob waits until displayed items does contain "Walk the dog" Alice ensures that displayed items does equal [ "Feed the cat" ] Bob ensures that displayed items does equal [ "Walk the dog" ] 1 100%
Recording items 4 Alice starts with an empty todo list Alice navigates to "/" Alice ensures that website title does equal "Serenity/JS TodoApp" Alice records an item called 'buy some cheese' Alice enters "buy some cheese" into "What needs to be done?" input box Alice presses key Enter in "What needs to be done?" input box Alice waits until displayed items does contain "buy some cheese" Alice ensures that displayed items does equal [ "buy some cheese" ] Alice records an item called 'feed the cat' Alice enters "feed the cat" into "What needs to be done?" input box Alice presses key Enter in "What needs to be done?" input box Alice waits until displayed items does contain "feed the cat" Alice ensures that displayed items does equal [ "buy some cheese", "feed the cat" ] Alice ensures that persisted items does equal displayed items Alice starts with an empty todo list Alice navigates to "/" Alice ensures that website title does equal "Serenity/JS TodoApp" Alice records an item called 'buy some cheese' Alice enters "buy some cheese" into "What needs to be done?" input box Alice presses key Enter in "What needs to be done?" input box Alice waits until displayed items does contain "buy some cheese" Alice ensures that the value of "What needs to be done?" input box does equal "" Alice ensures that "buy some cheese" does equal "buy some cheese" Alice ensures that false does equal false Alice starts with a list containing 3 items Alice starts with an empty todo list Alice navigates to "/" Alice ensures that website title does equal "Serenity/JS TodoApp" Alice records an item called 'buy some cheese' Alice enters "buy some cheese" into "What needs to be done?" input box Alice presses key Enter in "What needs to be done?" input box Alice waits until displayed items does contain "buy some cheese" Alice records an item called 'feed the cat' Alice enters "feed the cat" into "What needs to be done?" input box Alice presses key Enter in "What needs to be done?" input box Alice waits until displayed items does contain "feed the cat" Alice records an item called 'book a doctors appointment' Alice enters "book a doctors appointment" into "What needs to be done?" input box Alice presses key Enter in "What needs to be done?" input box Alice waits until displayed items does contain "book a doctors appointment" Alice ensures that number of items left does equal 3 Alice ensures that 3 does equal 3 Alice starts with an empty todo list Alice navigates to "/" Alice ensures that website title does equal "Serenity/JS TodoApp" Alice ensures that main section does not become present Alice ensures that footer section does not become present Alice records an item called 'buy some cheese' Alice enters "buy some cheese" into "What needs to be done?" input box Alice presses key Enter in "What needs to be done?" input box Alice waits until displayed items does contain "buy some cheese" Alice ensures that main section does become visible Alice ensures that footer section does become visible 4 100%

Key Statistics

Number of Scenarios 7 Total Duration 0ms
Total Number of Test Cases 7 Fastest Test 756ms
Number of Manual Test Cases 0 Slowest Test 2s
Tests Started Sep 20, 2024 22:06:51 Average Execution Time 1s
Tests Finished Total Execution Time 10s

Automated Scenarios

feature Scenario Context Steps StepsText Started Total Duration Result
API Testing JSON Placeholder /todos should retrieve a todo item by id linux,Safari or WebKit 3 Alice sends a GET request to '/todos/1' Alice ensures that the status of the last response does equal 200 Alice ensures that 1 does equal 1 22:06:51 2s 376ms SUCCESS
Blended Testing GitHub Pages should check the state of the system before interacting with the UI linux,Safari or WebKit 4 Apisitt ensures all GitHub systems are operational Wendy starts with an empty todo list Wendy records an item called 'Feed the cat' Wendy ensures that displayed items does equal [ "Feed the cat" ] 22:06:54 2s 993ms SUCCESS
Multi-actor scenarios Todo List App supports multiple actors using separate browsers linux,Safari or WebKit 4 Alice starts with a list containing 1 items Bob starts with a list containing 1 items Alice ensures that displayed items does equal [ "Feed the cat" ] Bob ensures that displayed items does equal [ "Walk the dog" ] 22:06:57 1s 528ms SUCCESS
Recording items Todo List App should allow me to add todo items linux,Safari or WebKit 6 Alice starts with an empty todo list Alice records an item called 'buy some cheese' Alice ensures that displayed items does equal [ "buy some cheese" ] Alice records an item called 'feed the cat' Alice ensures that displayed items does equal [ "buy some cheese", "feed the cat" ] Alice ensures that persisted items does equal displayed items 22:06:58 865ms SUCCESS
Recording items Todo List App should clear text input field when an item is added linux,Safari or WebKit 5 Alice starts with an empty todo list Alice records an item called 'buy some cheese' Alice ensures that the value of "What needs to be done?" input box does equal "" Alice ensures that "buy some cheese" does equal "buy some cheese" Alice ensures that false does equal false 22:06:59 756ms SUCCESS
Recording items Todo List App should reflect the number of items left in the counter linux,Safari or WebKit 3 Alice starts with a list containing 3 items Alice ensures that number of items left does equal 3 Alice ensures that 3 does equal 3 22:07:00 971ms SUCCESS
Recording items Todo List App should show #main and #footer sections only when list contains items linux,Safari or WebKit 6 Alice starts with an empty todo list Alice ensures that main section does not become present Alice ensures that footer section does not become present Alice records an item called 'buy some cheese' Alice ensures that main section does become visible Alice ensures that footer section does become visible 22:07:01 1s 281ms SUCCESS

Manual Tests

No manual tests were recorded
Serenity BDD version 4.1.20