Skip to content

Instantly share code, notes, and snippets.

@kaveenr
Created September 5, 2018 05:24
Show Gist options
  • Save kaveenr/c04fb533691b45d7bd9c08f2f3b5243e to your computer and use it in GitHub Desktop.
Save kaveenr/c04fb533691b45d7bd9c08f2f3b5243e to your computer and use it in GitHub Desktop.
[
{
"line": 1,
"elements": [
{
"line": 2,
"name": "Get the details of all atms owned by a bank",
"description": "",
"id": "get-atm-details;get-the-details-of-all-atms-owned-by-a-bank",
"type": "scenario",
"keyword": "Scenario",
"steps": [
{
"result": {
"duration": 9181312,
"status": "passed"
},
"line": 3,
"name": "a request is initiated to ATM endpoint",
"match": {
"location": "OpenDataSteps.setBankID()"
},
"keyword": "Given "
},
{
"result": {
"duration": 1305075028,
"status": "passed"
},
"line": 4,
"name": "a user retrieves the atm details",
"match": {
"location": "OpenDataSteps.getAtmDetails()"
},
"keyword": "When "
},
{
"result": {
"duration": 307113,
"status": "passed"
},
"line": 5,
"name": "response json data should be compliant to the standard",
"match": {
"location": "OpenDataSteps.validateResponse()"
},
"keyword": "Then "
}
]
}
],
"name": "Get ATM Details",
"description": "",
"id": "get-atm-details",
"keyword": "Feature",
"uri": "components/com.wso2.finance.open.banking.conformance.test.core/src/main/resources/features/v1_0_0/opendata/atms.feature",
"tags": []
}
]%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment