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
@Subscriber 111 0 0 0 0 111 26 0 26 13.055 Passed
Feature: Categories
0.547
Before com.jalasoft.wordpress.steps.hooks.ScenarioHooks.beforeScenario(io.cucumber.java.Scenario) 0.000
Given I am authorized with a user with "subscriber" role 0.286
When I make a request to retrieve all categories 0.246
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 categories 0.013
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: Categories
0.503
Before com.jalasoft.wordpress.steps.hooks.ScenarioHooks.beforeScenario(io.cucumber.java.Scenario) 0.000
Given I am authorized with a user with "subscriber" role 0.264
When I make a request to create a category with the following query params 0.226
name
TestNG Category Example Subscriber
Then response should be "HTTP/1.1 403 Forbidden" 0.000
And response should be invalid and have a body with the following values 0.011
code message
rest_cannot_create Sorry, you are not allowed to create terms in this taxonomy.
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: Categories
0.480
Before com.jalasoft.wordpress.steps.hooks.ScenarioHooks.beforeScenario(io.cucumber.java.Scenario) 0.000
Before com.jalasoft.wordpress.steps.hooks.features.CategoriesFeatureHook.beforeRetrieveACategory() 0.535
Given I am authorized with a user with "subscriber" role 0.235
When I make a request to retrieve a category 0.234
Then response should be "HTTP/1.1 200 OK" 0.000
And response should be valid and have a body 0.000
And proper category id should be returned 0.005
And proper name should be returned 0.004
After com.jalasoft.wordpress.steps.hooks.features.CategoriesFeatureHook.afterCreateACategory() 0.541
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: Categories
0.504
Before com.jalasoft.wordpress.steps.hooks.ScenarioHooks.beforeScenario(io.cucumber.java.Scenario) 0.000
Before com.jalasoft.wordpress.steps.hooks.features.CategoriesFeatureHook.beforeRetrieveACategory() 0.495
Given I am authorized with a user with "subscriber" role 0.251
When I make a request to update a category with the following query params 0.239
name description
TestNG Category Subscriber Updated TestNG Category Subscriber Description
Then response should be "HTTP/1.1 403 Forbidden" 0.000
And response should be invalid and have a body with the following values 0.012
code message
rest_cannot_update Sorry, you are not allowed to edit this term.
After com.jalasoft.wordpress.steps.hooks.features.CategoriesFeatureHook.afterCreateACategory() 0.630
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: Categories
0.523
Before com.jalasoft.wordpress.steps.hooks.ScenarioHooks.beforeScenario(io.cucumber.java.Scenario) 0.000
Before com.jalasoft.wordpress.steps.hooks.features.CategoriesFeatureHook.beforeRetrieveACategory() 0.513
Given I am authorized with a user with "subscriber" role 0.255
When I make a request to delete a category 0.228
Then response should be "HTTP/1.1 403 Forbidden" 0.002
And response should be invalid and have a body with the following values 0.036
code message
rest_cannot_delete Sorry, you are not allowed to delete this term.
After com.jalasoft.wordpress.steps.hooks.features.CategoriesFeatureHook.afterCreateACategory() 0.491
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: Comments
0.468
Before com.jalasoft.wordpress.steps.hooks.ScenarioHooks.beforeScenario(io.cucumber.java.Scenario) 0.000
Given I am authorized with a user with "subscriber" role 0.242
When I make a request to retrieve all comments 0.223
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 comments 0.001
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: Comments
0.548
Before com.jalasoft.wordpress.steps.hooks.ScenarioHooks.beforeScenario(io.cucumber.java.Scenario) 0.000
Given I am authorized with a user with "subscriber" role 0.277
When I make a request to create a comment with the following query params 0.235
post author_name author_email content
1 A WordPress Subscriber wapuu@wordpress.example TestNG Comment Subscriber
Then response should be "HTTP/1.1 201 Created" 0.000
And response should be valid and have a body 0.000
And proper postID should be returned 0.007
And proper author_name should be returned 0.022
And proper content should be returned 0.005
After com.jalasoft.wordpress.steps.hooks.features.CommentsFeatureHooks.afterCreateAComment() 0.516
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: Comments
0.520
Before com.jalasoft.wordpress.steps.hooks.ScenarioHooks.beforeScenario(io.cucumber.java.Scenario) 0.000
Before com.jalasoft.wordpress.steps.hooks.features.CommentsFeatureHooks.beforeRetrieveAComment() 0.502
Given I am authorized with a user with "subscriber" role 0.237
When I make a request to retrieve a comment 0.272
Then response should be "HTTP/1.1 403 Forbidden" 0.000
And response should be invalid and have a body with the following values 0.010
code message
rest_cannot_read Sorry, you are not allowed to read this comment.
After com.jalasoft.wordpress.steps.hooks.features.CommentsFeatureHooks.afterCreateAComment() 0.513
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: Comments
0.503
Before com.jalasoft.wordpress.steps.hooks.ScenarioHooks.beforeScenario(io.cucumber.java.Scenario) 0.000
Before com.jalasoft.wordpress.steps.hooks.features.CommentsFeatureHooks.beforeRetrieveAComment() 0.521
Given I am authorized with a user with "subscriber" role 0.242
When I make a request to update a comment with the following query params 0.239
author_name content
A TestNG Subscriber Updated TestNG Subscriber Comment Updated
Then response should be "HTTP/1.1 403 Forbidden" 0.000
And response should be invalid and have a body with the following values 0.020
code message
rest_cannot_edit Sorry, you are not allowed to edit this comment.
After com.jalasoft.wordpress.steps.hooks.features.CommentsFeatureHooks.afterCreateAComment() 0.469
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: Comments
0.523
Before com.jalasoft.wordpress.steps.hooks.ScenarioHooks.beforeScenario(io.cucumber.java.Scenario) 0.000
Before com.jalasoft.wordpress.steps.hooks.features.CommentsFeatureHooks.beforeRetrieveAComment() 0.488
Given I am authorized with a user with "subscriber" role 0.251
When I make a request to delete a comment 0.253
Then response should be "HTTP/1.1 403 Forbidden" 0.000
And response should be invalid and have a body with the following values 0.017
code message
rest_cannot_delete Sorry, you are not allowed to delete this comment.
After com.jalasoft.wordpress.steps.hooks.features.CommentsFeatureHooks.afterCreateAComment() 0.540
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: Pages
0.477
Before com.jalasoft.wordpress.steps.hooks.ScenarioHooks.beforeScenario(io.cucumber.java.Scenario) 0.000
Given I am authorized with a user with "administrator" role 0.255
When I make a request to retrieve all pages 0.220
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 pages 0.000
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: Pages
0.484
Before com.jalasoft.wordpress.steps.hooks.ScenarioHooks.beforeScenario(io.cucumber.java.Scenario) 0.000
Given I am authorized with a user with "subscriber" role 0.245
When I make a request to retrieve all pages 0.237
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 pages 0.000
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: Pages
0.469
Before com.jalasoft.wordpress.steps.hooks.ScenarioHooks.beforeScenario(io.cucumber.java.Scenario) 0.000
Before com.jalasoft.wordpress.steps.hooks.features.PagesFeatureHook.beforeRetrieveAPageFeature() 0.469
Given I am authorized with a user with "subscriber" role 0.235
When I make a request to create a page with the following query params 0.233
content title excerpt
TestNG WordPress Page Content TestNG WordPress Title TestNG WordPress Excerpt
Then response should be "HTTP/1.1 403 Forbidden" 0.000
After com.jalasoft.wordpress.steps.hooks.features.PagesFeatureHook.afterCreateAPageFeatureAsSub() 0.509
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: Pages
0.494
Before com.jalasoft.wordpress.steps.hooks.ScenarioHooks.beforeScenario(io.cucumber.java.Scenario) 0.000
Before com.jalasoft.wordpress.steps.hooks.features.PagesFeatureHook.beforeRetrieveAPageFeature() 0.488
Given I am authorized with a user with "subscriber" role 0.237
When I make a request to retrieve a page 0.257
Then response should be "HTTP/1.1 403 Forbidden" 0.000
After com.jalasoft.wordpress.steps.hooks.features.PagesFeatureHook.afterCreateAPageFeatureAsSub() 0.501
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: Pages
0.497
Before com.jalasoft.wordpress.steps.hooks.ScenarioHooks.beforeScenario(io.cucumber.java.Scenario) 0.000
Before com.jalasoft.wordpress.steps.hooks.features.PagesFeatureHook.beforeRetrieveAPageFeature() 0.491
Given I am authorized with a user with "subscriber" role 0.246
When I make a request to update a page with the following query params 0.250
content title excerpt
TestNG WordPress Content Updated TestNG WordPress Title Updated TestNG WordPress Excerpt Updated
Then response should be "HTTP/1.1 403 Forbidden" 0.000
After com.jalasoft.wordpress.steps.hooks.features.PagesFeatureHook.afterCreateAPageFeatureAsSub() 0.479
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: Pages
0.514
Before com.jalasoft.wordpress.steps.hooks.ScenarioHooks.beforeScenario(io.cucumber.java.Scenario) 0.000
Before com.jalasoft.wordpress.steps.hooks.features.PagesFeatureHook.beforeRetrieveAPageFeature() 0.481
Given I am authorized with a user with "subscriber" role 0.255
When I make a request to delete a page 0.258
Then response should be "HTTP/1.1 403 Forbidden" 0.000
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: Posts
0.563
Before com.jalasoft.wordpress.steps.hooks.ScenarioHooks.beforeScenario(io.cucumber.java.Scenario) 0.000
Given I am authorized with a user with "administrator" role 0.280
When I make a request to retrieve all posts 0.281
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 posts 0.001
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: Posts
0.579
Before com.jalasoft.wordpress.steps.hooks.ScenarioHooks.beforeScenario(io.cucumber.java.Scenario) 0.000
Given I am authorized with a user with "subscriber" role 0.332
When I make a request to retrieve all posts 0.245
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 posts 0.001
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: Posts
0.477
Before com.jalasoft.wordpress.steps.hooks.ScenarioHooks.beforeScenario(io.cucumber.java.Scenario) 0.000
Before com.jalasoft.wordpress.steps.hooks.features.PostsFeatureHook.beforeRetrieveAPostFeature() 0.482
Given I am authorized with a user with "subscriber" role 0.246
When I make a request to create a post with the following query params 0.231
content title excerpt
TestNG WordPress Post Content TestNG WordPress Title TestNG WordPress Excerpt
Then response should be "HTTP/1.1 403 Forbidden" 0.000
After com.jalasoft.wordpress.steps.hooks.features.PostsFeatureHook.afterCreateAPostFeatureAsSubscriber() 0.503
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: Posts
0.475
Before com.jalasoft.wordpress.steps.hooks.ScenarioHooks.beforeScenario(io.cucumber.java.Scenario) 0.000
Before com.jalasoft.wordpress.steps.hooks.features.PostsFeatureHook.beforeRetrieveAPostFeature() 0.498
Given I am authorized with a user with "subscriber" role 0.233
When I make a request to retrieve a post 0.241
Then response should be "HTTP/1.1 403 Forbidden" 0.000
After com.jalasoft.wordpress.steps.hooks.features.PostsFeatureHook.afterCreateAPostFeatureAsSubscriber() 0.465
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: Posts
0.465
Before com.jalasoft.wordpress.steps.hooks.ScenarioHooks.beforeScenario(io.cucumber.java.Scenario) 0.000
Before com.jalasoft.wordpress.steps.hooks.features.PostsFeatureHook.beforeRetrieveAPostFeature() 0.500
Given I am authorized with a user with "subscriber" role 0.235
When I make a request to update a post with the following query params 0.229
content title excerpt
TestNG WordPress Content Updated TestNG WordPress Title Updated TestNG WordPress Excerpt Updated
Then response should be "HTTP/1.1 403 Forbidden" 0.000
After com.jalasoft.wordpress.steps.hooks.features.PostsFeatureHook.afterCreateAPostFeatureAsSubscriber() 0.594
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: Posts
0.461
Before com.jalasoft.wordpress.steps.hooks.ScenarioHooks.beforeScenario(io.cucumber.java.Scenario) 0.000
Before com.jalasoft.wordpress.steps.hooks.features.PostsFeatureHook.beforeRetrieveAPostFeature() 0.494
Given I am authorized with a user with "subscriber" role 0.231
When I make a request to delete a post 0.229
Then response should be "HTTP/1.1 403 Forbidden" 0.000
After com.jalasoft.wordpress.steps.hooks.features.PostsFeatureHook.afterCreateAPostFeatureAsSubscriber() 0.507
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: Tags
0.516
Before com.jalasoft.wordpress.steps.hooks.ScenarioHooks.beforeScenario(io.cucumber.java.Scenario) 0.000
Given I am authorized with a user with "subscriber" role 0.252
When I make a request to retrieve all tags 0.263
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 tags 0.000
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: Tags
0.473
Before com.jalasoft.wordpress.steps.hooks.ScenarioHooks.beforeScenario(io.cucumber.java.Scenario) 0.000
Before com.jalasoft.wordpress.steps.hooks.features.TagsFeatureHook.beforeRetrieveATag() 0.507
Given I am authorized with a user with "subscriber" role 0.231
When I make a request to retrieve a tag 0.232
Then response should be "HTTP/1.1 200 OK" 0.000
And response should be valid and have a body 0.000
And proper tag id should be returned 0.004
And proper tag name should be correct 0.003
After com.jalasoft.wordpress.steps.hooks.features.TagsFeatureHook.afterCreateATag() 0.491
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
0.513
Before com.jalasoft.wordpress.steps.hooks.ScenarioHooks.beforeScenario(io.cucumber.java.Scenario) 0.000
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
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
0.469
Before com.jalasoft.wordpress.steps.hooks.ScenarioHooks.beforeScenario(io.cucumber.java.Scenario) 0.000
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
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