Project Number Date
Demo code(test) 32032863-34cb-42fb-b240-ae47c1e9d477 06 Mar 2022, 20:39

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Multi-Run - Workflow 15 0 0 0 0 15 3 0 3 1.113 Passed
Feature Multi-Run - Workflow
0.000
Before io.virtualan.cucumblan.core.BaseStepDefinition.before(io.cucumber.java.Scenario) 0.507
Before io.virtualan.cucumblan.core.DBBaseStepDefinition.before(io.cucumber.java.Scenario) 0.000
Before io.virtualan.cucumblan.core.MsgBaseStepDefinition.before(io.cucumber.java.Scenario) 0.000
Given provided all the feature level parameters from file 0.000
0.970
Before io.virtualan.cucumblan.core.BaseStepDefinition.before(io.cucumber.java.Scenario) 0.000
Before io.virtualan.cucumblan.core.DBBaseStepDefinition.before(io.cucumber.java.Scenario) 0.000
Before io.virtualan.cucumblan.core.MsgBaseStepDefinition.before(io.cucumber.java.Scenario) 0.000
Given a user perform a api action 0.000
And add the 1000 value of the key as petId 0.000
And add the Test1 value of the key as petName 0.000
And add request with given header params 0.042
contentType application/json
And create api with given input 0.003
photoUrls[0] string
name Test1
id 1000
category.name string
category.id i~0
type DOGS
status available
tags[0].name string
tags[0].id i~0
{
    "photoUrls": ["string"],
    "name": "Test1",
    "id": "1000",
    "category": {
        "name": "string",
        "id": 0
    },
    "type": "DOGS",
    "status": "available",
    "tags": [{
        "name": "string",
        "id": 0
    }]
}
When a user post application/json in /pets resource on ep 0.884
{
    "AcceptContentType": "application/json",
    "resource": "https://live.virtualandemo.com/api/pets",
    "context": {
        "petName": "Test1",
        "petId": "1000"
    },
    "url": "https://live.virtualandemo.com/api"
}
Then the status code is 201 0.038
{
    "petName": "Test1",
    "STATUS_CODE": "201",
    "petId": "1000"
}
0.142
Before io.virtualan.cucumblan.core.BaseStepDefinition.before(io.cucumber.java.Scenario) 0.000
Before io.virtualan.cucumblan.core.DBBaseStepDefinition.before(io.cucumber.java.Scenario) 0.000
Before io.virtualan.cucumblan.core.MsgBaseStepDefinition.before(io.cucumber.java.Scenario) 0.000
Given a user perform a api action 0.000
And add the 2000 value of the key as petId 0.000
And add the Test2 value of the key as petName 0.000
And add request with given header params 0.000
contentType application/json
And create api with given input 0.000
photoUrls[0] string
name Test2
id 2000
category.name string
category.id i~0
type DOGS
status available
tags[0].name string
tags[0].id i~0
{
    "photoUrls": ["string"],
    "name": "Test2",
    "id": "2000",
    "category": {
        "name": "string",
        "id": 0
    },
    "type": "DOGS",
    "status": "available",
    "tags": [{
        "name": "string",
        "id": 0
    }]
}
When a user post application/json in /pets resource on ep 0.139
{
    "AcceptContentType": "application/json",
    "resource": "https://live.virtualandemo.com/api/pets",
    "context": {
        "petName": "Test2",
        "STATUS_CODE": "201",
        "petId": "2000"
    },
    "url": "https://live.virtualandemo.com/api"
}
Then the status code is 201 0.001
{
    "petName": "Test2",
    "STATUS_CODE": "201",
    "petId": "2000"
}