Project Number Date
Kafka DB API Testing live(dev) abbe43b1-b927-4ed7-a89f-4a634e3665bd 06 Mar 2022, 20:41

Tag Report

Steps Scenarios Features
Tag Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
@kafka_proto_buff 5 0 0 0 0 5 1 0 1 1.369 Passed
1.369
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 request with given header params 0.000
contentType application/json
When a user post application/json in /demo/10/John resource on demo 0.278
{
    "AcceptContentType": "application/json",
    "resource": "http://localhost:8800/demo/10/John",
    "context": {
        "STATUS_CODE": "200",
        "petId": "1000",
        "tag": "grey"
    },
    "url": "http://localhost:8800"
}
Then the status code is 200 0.001
{
    "STATUS_CODE": "200",
    "petId": "1000",
    "tag": "grey"
}
And verify-by-elements contains PROTO BUF BASED information for event DEMO contains 10 on demo with type PROTOBUFF 1.088
name John
id i~10
two_event {
  number: 10
  address: "John"
}