Cucumber Report
Features
Tags
Steps
Failures
Project
Number
Date
functional-tests
1
26 Jan 2026, 09:36
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
1.839
Passed
Feature:
Login
Tags:
@ui
@login
@normal
0.372
Scenario
User is not able to login with empty username
Hooks
Before
com.levi9.functionaltests.hooks.Hooks.scenarioStart(io.cucumber.java.Scenario)
0.001
Before
com.levi9.functionaltests.hooks.Hooks.setupDriver()
3.474
Steps
When
Tries to login with only valid password
0.299
Then
User is still on Booking Management Login Page
0.012
And
Username field will have red border
0.061
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.823
Feature:
Login
Tags:
@ui
@login
@normal
0.523
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()
2.804
Steps
When
Tries to login with only valid username
0.432
Then
User is still on Booking Management Login Page
0.013
And
Password field will have red border
0.077
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()
1.148
Feature:
Login
Tags:
@ui
@login
@critical
0.637
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()
3.413
Steps
When
Tries to login with wrong password
0.460
Then
User is still on Booking Management Login Page
0.020
And
Both Username and Passwords fields will have red border
0.155
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()
1.337
Feature:
Login
Tags:
@ui
@login
@blocker
@sanity
0.305
Scenario
Administrator is able to login with correct username and password
Hooks
Before
com.levi9.functionaltests.hooks.Hooks.scenarioStart(io.cucumber.java.Scenario)
0.003
Before
com.levi9.functionaltests.hooks.Hooks.setupDriver()
3.101
Steps
When
Tries to login with valid username and password
0.235
Then
User is Logged In
0.056
And
User is redirected to Rooms Management Page
0.013
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.928
generate Cucumber HTML reports via:
Jenkins Plugin
|
Standalone
|
Sandwich
|
Maven