Cucumber Report
Features
Tags
Steps
Failures
Project
Number
Date
Swag Labs Test Report
1
05 Apr 2026, 00:28
Feature Report
Steps
Scenarios
Features
Feature
Passed
Failed
Skipped
Pending
Undefined
Total
Passed
Failed
Total
Duration
Status
Login Page
9
0
0
0
0
9
3
0
3
1.961
Passed
Tags:
@ui
Feature
Login Page
As a user I want to log in to Swag Labs so that I can access the store
Tags:
@ui
@smoke
@regression
0.763
Scenario Outline
Successful login
Hooks
Before
com.swaglabs.ui.Hooks.setUp(io.cucumber.java.Scenario)
5.983
Steps
Given
I am on the login page
0.349
When
I login with username
"standard_user"
and password
"secret_sauce"
0.362
Then
I should see
"Products"
0.051
Hooks
After
com.swaglabs.ui.Hooks.tearDown(io.cucumber.java.Scenario)
0.073
Tags:
@ui
@regression
0.595
Scenario Outline
Failed login attempts
Hooks
Before
com.swaglabs.ui.Hooks.setUp(io.cucumber.java.Scenario)
0.351
Steps
Given
I am on the login page
0.259
When
I login with username
"locked_out_user"
and password
"secret_sauce"
0.301
Then
I should see
"Epic sadface: Sorry, this user has been locked out."
0.034
Hooks
After
com.swaglabs.ui.Hooks.tearDown(io.cucumber.java.Scenario)
0.069
Tags:
@ui
@regression
0.602
Scenario Outline
Failed login attempts
Hooks
Before
com.swaglabs.ui.Hooks.setUp(io.cucumber.java.Scenario)
0.263
Steps
Given
I am on the login page
0.258
When
I login with username
"standard_user"
and password
"wrong_password"
0.312
Then
I should see
"Epic sadface: Username and password do not match any user in this service"
0.031
Hooks
After
com.swaglabs.ui.Hooks.tearDown(io.cucumber.java.Scenario)
0.068
generate Cucumber HTML reports via:
Jenkins Plugin
|
Standalone
|
Sandwich
|
Maven