Cucumber Report
Features
Tags
Steps
Failures
Project
Number
Date
functional-tests
1
09 Feb 2026, 10:24
Tag Report
Steps
Scenarios
Features
Tag
Passed
Failed
Skipped
Pending
Undefined
Total
Passed
Failed
Total
Duration
Status
@login
12
0
0
0
0
12
4
0
4
2.232
Passed
Feature:
Login
Tags:
@ui
@login
@normal
0.471
Scenario
User is not able to login with empty username
Hooks
Before
com.levi9.functionaltests.hooks.Hooks.scenarioStart(io.cucumber.java.Scenario)
0.000
Before
com.levi9.functionaltests.hooks.Hooks.setupDriver()
0.361
Steps
When
Tries to login with only valid password
0.402
Then
User is still on Booking Management Login Page
0.014
And
Username field will have red border
0.054
Hooks
After
com.levi9.functionaltests.hooks.Hooks.scenarioEnd(io.cucumber.java.Scenario)
0.000
After
com.levi9.functionaltests.hooks.Hooks.embedScenarioFailedScreenshot(io.cucumber.java.Scenario)
0.000
After
com.levi9.functionaltests.hooks.Hooks.cleanUp()
0.000
After
com.levi9.functionaltests.hooks.Hooks.tearDownDriver()
0.095
Feature:
Login
Tags:
@ui
@login
@normal
0.535
Scenario
User is not able to login with empty password
Hooks
Before
com.levi9.functionaltests.hooks.Hooks.scenarioStart(io.cucumber.java.Scenario)
0.000
Before
com.levi9.functionaltests.hooks.Hooks.setupDriver()
0.493
Steps
When
Tries to login with only valid username
0.439
Then
User is still on Booking Management Login Page
0.018
And
Password field will have red border
0.076
Hooks
After
com.levi9.functionaltests.hooks.Hooks.scenarioEnd(io.cucumber.java.Scenario)
0.000
After
com.levi9.functionaltests.hooks.Hooks.embedScenarioFailedScreenshot(io.cucumber.java.Scenario)
0.000
After
com.levi9.functionaltests.hooks.Hooks.cleanUp()
0.000
After
com.levi9.functionaltests.hooks.Hooks.tearDownDriver()
0.096
Feature:
Login
Tags:
@ui
@login
@critical
0.739
Scenario
User is not able to login with wrong password
Hooks
Before
com.levi9.functionaltests.hooks.Hooks.scenarioStart(io.cucumber.java.Scenario)
0.000
Before
com.levi9.functionaltests.hooks.Hooks.setupDriver()
0.379
Steps
When
Tries to login with wrong password
0.573
Then
User is still on Booking Management Login Page
0.016
And
Both Username and Passwords fields will have red border
0.148
Hooks
After
com.levi9.functionaltests.hooks.Hooks.scenarioEnd(io.cucumber.java.Scenario)
0.000
After
com.levi9.functionaltests.hooks.Hooks.embedScenarioFailedScreenshot(io.cucumber.java.Scenario)
0.000
After
com.levi9.functionaltests.hooks.Hooks.cleanUp()
0.000
After
com.levi9.functionaltests.hooks.Hooks.tearDownDriver()
0.100
Feature:
Login
Tags:
@ui
@login
@blocker
@sanity
0.486
Scenario
Administrator is able to login with correct username and password
Hooks
Before
com.levi9.functionaltests.hooks.Hooks.scenarioStart(io.cucumber.java.Scenario)
0.000
Before
com.levi9.functionaltests.hooks.Hooks.setupDriver()
0.464
Steps
When
Tries to login with valid username and password
0.420
Then
User is Logged In
0.047
And
User is redirected to Rooms Management Page
0.017
Hooks
After
com.levi9.functionaltests.hooks.Hooks.scenarioEnd(io.cucumber.java.Scenario)
0.000
After
com.levi9.functionaltests.hooks.Hooks.embedScenarioFailedScreenshot(io.cucumber.java.Scenario)
0.000
After
com.levi9.functionaltests.hooks.Hooks.cleanUp()
0.000
After
com.levi9.functionaltests.hooks.Hooks.tearDownDriver()
0.145
generate Cucumber HTML reports via:
Jenkins Plugin
|
Standalone
|
Sandwich
|
Maven