Project Number Date
Examples(test) d3b3aca0-1554-4ad7-ba5a-91644033126e 06 Mar 2022, 20:39

Tag Report

Steps Scenarios Features
Tag Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
@store-json-path 5 0 0 0 0 5 1 0 1 0.189 Passed
0.189
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 get application/json in /customers resource on quote 0.141
{
    "AcceptContentType": "application/json",
    "resource": "http://microservices.virtualandemo.com:8090/customers",
    "context": {"STATUS_CODE": "200"},
    "url": "http://microservices.virtualandemo.com:8090"
}
Then the status code is 200 0.015
{"STATUS_CODE": "200"}
And store the customers[-1].customerId value of the key as id 0.031