Project Number Date
Lakeside Mutual - Customer Self-Service - API alone - VIRTUALAN(test-virtualan-collection) 54d3f565-07f4-4b81-88bf-361cc0f18bd4 06 Mar 2022, 20:40

Tag Report

Steps Scenarios Features
Tag Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
@IDAITHALAM-8 7 0 0 0 0 7 1 0 1 1.345 Passed
1.345
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.042
contentType application/json
And create api with given input 0.001
password [password]
email [email]
{
    "password": "1password",
    "email": "admin@example.com"
}
When a user post application/json in /auth resource on css 0.869
{
    "AcceptContentType": "application/json",
    "resource": "http://microservices.virtualandemo.com:8080/auth",
    "context": {
        "password": "xxxxxxxxxxxx",
        "email": "admin@example.com"
    },
    "url": "http://microservices.virtualandemo.com:8080"
}
Then the status code is 200 0.035
{
    "password": "xxxxxxxxxxxx",
    "STATUS_CODE": "200",
    "email": "admin@example.com"
}
And verify across response includes following in the response 0.374
email [email]
{
  "email" : "admin@example.com",
  "token" : "eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbkBleGFtcGxlLmNvbSIsImNyZWF0ZWQiOjE2NDY2MjA4MTA0NTksImV4cCI6MTY0NzIyNTYxMH0.Ar367scYUaDz4_9seQL_RZzjUnE5JV2UPFrNuoEKLgISlWstnhAennsyyw_4siYMEKD_Ot2R5xoCZnjEfpM7Sg"
}
And store the token value of the key as token 0.019