Serenity/JS with Playwright Test
Report generated 06-05-2025 23:41

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 528ms
Number of Manual Test Cases 0 Slowest Test 4s
Tests Started May 06, 2025 23:41:02 Average Execution Time 1s
Tests Finished Total Execution Time 32s

Automated Tests

feature Scenario Context Steps Started Total Duration Result
Dropdown shows the placeholder when no option is selected yet linux,Chrome 1 23:41:02 909ms SUCCESS
Dropdown shows the available options when the menu is expanded linux,Chrome 2 23:41:03 587ms SUCCESS
Dropdown selects the desired options linux,Chrome 2 23:41:04 1s 386ms SUCCESS
Dropdown triggers onChange with selected options linux,Chrome 2 23:41:05 1s 530ms SUCCESS
Dropdown allows for selected options to be deselected linux,Chrome 3 23:41:07 2s 245ms SUCCESS
Dropdown goes back to showing the placeholder when all the selected options get deselected linux,Chrome 4 23:41:09 1s 910ms SUCCESS
Dropdown shows the placeholder when no option is selected yet linux,Firefox 1 23:41:12 1s 524ms SUCCESS
Dropdown shows the available options when the menu is expanded linux,Firefox 2 23:41:13 528ms SUCCESS
Dropdown selects the desired options linux,Firefox 2 23:41:14 1s 076ms SUCCESS
Dropdown triggers onChange with selected options linux,Firefox 2 23:41:15 1s 167ms SUCCESS
Dropdown allows for selected options to be deselected linux,Firefox 3 23:41:16 1s 670ms SUCCESS
Dropdown goes back to showing the placeholder when all the selected options get deselected linux,Firefox 4 23:41:18 1s 451ms SUCCESS
Dropdown shows the placeholder when no option is selected yet linux,Safari or WebKit 1 23:41:21 1s 447ms SUCCESS
Dropdown shows the available options when the menu is expanded linux,Safari or WebKit 2 23:41:22 1s 292ms SUCCESS
Dropdown selects the desired options linux,Safari or WebKit 2 23:41:23 2s 668ms SUCCESS
Dropdown triggers onChange with selected options linux,Safari or WebKit 2 23:41:26 2s 996ms SUCCESS
Dropdown allows for selected options to be deselected linux,Safari or WebKit 3 23:41:29 4s 361ms SUCCESS
Dropdown goes back to showing the placeholder when all the selected options get deselected linux,Safari or WebKit 4 23:41:33 3s 813ms SUCCESS

Manual Tests

No manual tests were recorded
Serenity BDD version 4.2.12