Cucumber Report
Features
Tags
Steps
Failures
Project
Number
Date
functional-tests
1
25 May 2026, 12:27
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.803
Passed
Feature:
Login
Tags:
@ui
@login
@critical
1.082
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.761
Steps
When
Tries to login with wrong password
0.779
Then
User is still on Booking Management Login Page
0.031
And
Both Username and Passwords fields will have red border
0.270
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.006
After
com.levi9.functionaltests.hooks.Hooks.cleanUp()
0.003
After
com.levi9.functionaltests.hooks.Hooks.tearDownDriver()
0.170
Feature:
Login
Tags:
@ui
@login
@normal
0.582
Scenario
User is not able to login with empty password
Hooks
Before
com.levi9.functionaltests.hooks.Hooks.scenarioStart(io.cucumber.java.Scenario)
0.003
Before
com.levi9.functionaltests.hooks.Hooks.setupDriver()
0.419
Steps
When
Tries to login with only valid username
0.436
Then
User is still on Booking Management Login Page
0.027
And
Password field will have red border
0.118
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.163
Feature:
Login
Tags:
@ui
@login
@blocker
@sanity
0.568
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.457
Steps
When
Tries to login with valid username and password
0.473
Then
User is Logged In
0.076
And
User is redirected to Rooms Management Page
0.018
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.165
Feature:
Login
Tags:
@ui
@login
@normal
0.570
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.350
Steps
When
Tries to login with only valid password
0.460
Then
User is still on Booking Management Login Page
0.018
And
Username field will have red border
0.091
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.141
generate Cucumber HTML reports via:
Jenkins Plugin
|
Standalone
|
Sandwich
|
Maven