Cucumber Report
Features
Tags
Steps
Failures
Project
Number
Date
WordPress
1.0.3fa221
12 Jul 2022, 21:30
Feature Report
Steps
Scenarios
Features
Feature
Passed
Failed
Skipped
Pending
Undefined
Total
Passed
Failed
Total
Duration
Status
Posts
20
0
0
0
0
20
4
0
4
1.937
Passed
Tags:
@Types
@Regression
Feature
Posts
Tags:
@Types
@Regression
@GetAllTypes
@Smoke
0.495
Scenario Outline
A user with proper role should be able to retrieve all types
Hooks
Before
com.jalasoft.wordpress.steps.hooks.ScenarioHooks.beforeScenario(io.cucumber.java.Scenario)
0.000
Steps
Given
I am authorized with a user with "
administrator
" role
0.231
When
I make a request to retrieve all types
0.226
Then
response should be "
HTTP/1.1 200 OK
"
0.000
And
response should be valid and have a body
0.000
And
response should have proper amount of types
0.036
Hooks
After
com.jalasoft.wordpress.steps.hooks.ScenarioHooks.afterFailedScenario(io.cucumber.java.Scenario)
0.000
After
com.jalasoft.wordpress.steps.hooks.ScenarioHooks.afterScenario(io.cucumber.java.Scenario)
0.000
Tags:
@Types
@Regression
@GetAllTypes
@Smoke
0.504
Scenario Outline
A user with proper role should be able to retrieve all types
Hooks
Before
com.jalasoft.wordpress.steps.hooks.ScenarioHooks.beforeScenario(io.cucumber.java.Scenario)
0.000
Steps
Given
I am authorized with a user with "
subscriber
" role
0.240
When
I make a request to retrieve all types
0.225
Then
response should be "
HTTP/1.1 200 OK
"
0.000
And
response should be valid and have a body
0.000
And
response should have proper amount of types
0.038
Hooks
After
com.jalasoft.wordpress.steps.hooks.ScenarioHooks.afterFailedScenario(io.cucumber.java.Scenario)
0.000
After
com.jalasoft.wordpress.steps.hooks.ScenarioHooks.afterScenario(io.cucumber.java.Scenario)
0.000
Tags:
@Types
@Regression
@GetTypesByName
@Smoke
0.471
Scenario Outline
A user with proper role should be able to retrieve a post type
Hooks
Before
com.jalasoft.wordpress.steps.hooks.ScenarioHooks.beforeScenario(io.cucumber.java.Scenario)
0.000
Steps
Given
I am authorized with a user with "
administrator
" role
0.238
When
I make a request to retrieve a post type
0.225
Then
response should be "
HTTP/1.1 200 OK
"
0.000
And
response should be valid and have a body
0.002
And
response should be a post type
0.004
Hooks
After
com.jalasoft.wordpress.steps.hooks.ScenarioHooks.afterFailedScenario(io.cucumber.java.Scenario)
0.000
After
com.jalasoft.wordpress.steps.hooks.ScenarioHooks.afterScenario(io.cucumber.java.Scenario)
0.000
Tags:
@Types
@Regression
@GetTypesByName
@Smoke
0.466
Scenario Outline
A user with proper role should be able to retrieve a post type
Hooks
Before
com.jalasoft.wordpress.steps.hooks.ScenarioHooks.beforeScenario(io.cucumber.java.Scenario)
0.000
Steps
Given
I am authorized with a user with "
subscriber
" role
0.234
When
I make a request to retrieve a post type
0.227
Then
response should be "
HTTP/1.1 200 OK
"
0.000
And
response should be valid and have a body
0.000
And
response should be a post type
0.004
Hooks
After
com.jalasoft.wordpress.steps.hooks.ScenarioHooks.afterFailedScenario(io.cucumber.java.Scenario)
0.000
After
com.jalasoft.wordpress.steps.hooks.ScenarioHooks.afterScenario(io.cucumber.java.Scenario)
0.000
generate Cucumber HTML reports via:
Jenkins Plugin
|
Standalone
|
Sandwich
|
Maven