Created
September 5, 2018 05:24
-
-
Save kaveenr/c04fb533691b45d7bd9c08f2f3b5243e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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