Serenity/JS with Playwright Test
Report generated 24-03-2025 19:51

Feature: Dropdown

Scenarios

Tess ensures that placeholder of dropdown does eventually equal "Select option"

Tess opens the dropdown

Tess ensures that available options of dropdown does eventually equal [ "First", "Second", "Third" ]

Tess selects [ 'First', 'Third' ] from dropdown

Tess ensures that selected options does equal [ "First", "Third" ]

Tess selects [ 'First', 'Third' ] from dropdown

Tess ensures that [ "First", "Third" ] does eventually equal [ "First", "Third" ]

Tess selects [ 'First', 'Third', 'Second' ] from dropdown

Tess deselects [ 'First' ] from dropdown

Tess ensures that selected options does equal [ "Third", "Second" ]

Tess selects [ 'First', 'Second' ] from dropdown

Tess deselects [ 'First', 'Second' ] from dropdown

Tess ensures that 0 does equal 0

Tess ensures that placeholder of dropdown does equal "Select option"

Tess ensures that placeholder of dropdown does eventually equal "Select option"

Tess opens the dropdown

Tess ensures that available options of dropdown does eventually equal [ "First", "Second", "Third" ]

Tess selects [ 'First', 'Third' ] from dropdown

Tess ensures that selected options does equal [ "First", "Third" ]

Tess selects [ 'First', 'Third' ] from dropdown

Tess ensures that [ "First", "Third" ] does eventually equal [ "First", "Third" ]

Tess selects [ 'First', 'Third', 'Second' ] from dropdown

Tess deselects [ 'First' ] from dropdown

Tess ensures that selected options does equal [ "Third", "Second" ]

Tess selects [ 'First', 'Second' ] from dropdown

Tess deselects [ 'First', 'Second' ] from dropdown

Tess ensures that 0 does equal 0

Tess ensures that placeholder of dropdown does equal "Select option"

Tess ensures that placeholder of dropdown does eventually equal "Select option"

Tess opens the dropdown

Tess ensures that available options of dropdown does eventually equal [ "First", "Second", "Third" ]

Tess selects [ 'First', 'Third' ] from dropdown

Tess ensures that selected options does equal [ "First", "Third" ]

Tess selects [ 'First', 'Third' ] from dropdown

Tess ensures that [ "First", "Third" ] does eventually equal [ "First", "Third" ]

Tess selects [ 'First', 'Third', 'Second' ] from dropdown

Tess deselects [ 'First' ] from dropdown

Tess ensures that selected options does equal [ "Third", "Second" ]

Tess selects [ 'First', 'Second' ] from dropdown

Tess deselects [ 'First', 'Second' ] from dropdown

Tess ensures that 0 does equal 0

Tess ensures that placeholder of dropdown does equal "Select option"

Feature Coverage By Scenario

Test Outcomes

Test Performance

Key Statistics

Number of Scenarios 18 Total Duration 0ms
Total Number of Test Cases 18 Fastest Test 458ms
Number of Manual Test Cases 0 Slowest Test 4s
Tests Started Mar 24, 2025 19:51:22 Average Execution Time 1s
Tests Finished Total Execution Time 33s

Automated Tests

feature Scenario Context Steps Started Total Duration Result
Dropdown shows the placeholder when no option is selected yet linux,Chrome 1 19:51:22 458ms SUCCESS
Dropdown shows the available options when the menu is expanded linux,Chrome 2 19:51:22 528ms SUCCESS
Dropdown selects the desired options linux,Chrome 2 19:51:23 1s 409ms SUCCESS
Dropdown triggers onChange with selected options linux,Chrome 2 19:51:24 1s 488ms SUCCESS
Dropdown allows for selected options to be deselected linux,Chrome 3 19:51:25 2s 237ms SUCCESS
Dropdown goes back to showing the placeholder when all the selected options get deselected linux,Chrome 4 19:51:28 1s 876ms SUCCESS
Dropdown shows the placeholder when no option is selected yet linux,Firefox 1 19:51:31 1s 571ms SUCCESS
Dropdown shows the available options when the menu is expanded linux,Firefox 2 19:51:32 485ms SUCCESS
Dropdown selects the desired options linux,Firefox 2 19:51:33 1s 014ms SUCCESS
Dropdown triggers onChange with selected options linux,Firefox 2 19:51:34 1s 084ms SUCCESS
Dropdown allows for selected options to be deselected linux,Firefox 3 19:51:35 1s 657ms SUCCESS
Dropdown goes back to showing the placeholder when all the selected options get deselected linux,Firefox 4 19:51:36 1s 424ms SUCCESS
Dropdown shows the placeholder when no option is selected yet linux,Safari or WebKit 1 19:51:39 3s 391ms SUCCESS
Dropdown shows the available options when the menu is expanded linux,Safari or WebKit 2 19:51:43 1s 307ms SUCCESS
Dropdown selects the desired options linux,Safari or WebKit 2 19:51:44 2s 727ms SUCCESS
Dropdown triggers onChange with selected options linux,Safari or WebKit 2 19:51:47 3s 022ms SUCCESS
Dropdown allows for selected options to be deselected linux,Safari or WebKit 3 19:51:50 4s 348ms SUCCESS
Dropdown goes back to showing the placeholder when all the selected options get deselected linux,Safari or WebKit 4 19:51:54 3s 801ms SUCCESS

Manual Tests

No manual tests were recorded
Serenity BDD version 4.2.12