Cucumber Report
Features
Tags
Steps
Failures
Project
Number
Date
WordPress
1.0.3fa221
12 Jul 2022, 21:30
Tag Report
Steps
Scenarios
Features
Tag
Passed
Failed
Skipped
Pending
Undefined
Total
Passed
Failed
Total
Duration
Status
@Taxonomies
18
0
0
0
0
18
4
0
4
1.930
Passed
Feature:
Taxonomies
Tags:
@Taxonomies
@GetAllTaxonomies
@Smoke
0.476
Scenario Outline
A user with proper role should be able to retrieve all taxonomies
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.241
When
I make a request to retrieve all taxonomies
0.234
Then
response should be "
HTTP/1.1 200 OK
"
0.000
And
response should be valid and have a body
0.000
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
Feature:
Taxonomies
Tags:
@Taxonomies
@RetrieveATaxonomy
@Smoke
0.470
Scenario Outline
A user with proper role should be able to retrieve a taxonomy
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.247
When
I make a request to retrieve a taxonomy
0.217
Then
response should be "
HTTP/1.1 200 OK
"
0.000
And
response should be valid and have a body
0.000
And
proper taxonomy name should be correct
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
Feature:
Taxonomies
Tags:
@Taxonomies
@GetAllTaxonomiesAsSubscriber
@Subscriber
@Smoke
0.513
Scenario Outline
A user with proper role should be able to retrieve all taxonomies
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.277
When
I make a request to retrieve all taxonomies
0.236
Then
response should be "
HTTP/1.1 200 OK
"
0.000
And
response should be valid and have a body
0.000
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
Feature:
Taxonomies
Tags:
@Taxonomies
@RetrieveATaxonomyAsSubscriber
@Subscriber
@Smoke
0.469
Scenario Outline
A user with proper role should be able to retrieve a taxonomy
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.233
When
I make a request to retrieve a taxonomy
0.231
Then
response should be "
HTTP/1.1 200 OK
"
0.000
And
response should be valid and have a body
0.000
And
proper taxonomy name should be correct
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