The Functional Conformance Tool is an Open Source test tool provided by Open Banking. The goal of the suite is to provide an easy and comprehensive tool that enables implementers to test interfaces and data endpoints against the Functional API standard.
The supporting documentation assumes technical understanding of the Open Banking ecosystem. An introduction to the concepts is available via the Open Banking Website.
To provide feedback, please see the CONTRIBUTING.md.
The release is called v1.7.0, an update to provide linter fixes, add changes to manifests, generate interaction-id for every test, add support for overwriting variables under paths containing numbers (discovery file), add v3.1.10 support, mobile app support fix.
Download:
docker run --rm -it -p 127.0.0.1:8443:8443 "openbanking/conformance-suite:v1.7.0"
|
DockerHub |
Setup Guide
Release | Standard version |
---|---|
v1.7.0 | v3.1.10 |
v1.6.12 | v3.1.9 |
v1.6.10 | v3.1.8 |
Pull and run the latest (stable) tagged Docker image:
> docker run --rm -it -p 127.0.0.1:8443:8443 "openbanking/conformance-suite:v1.7.0"
or
> docker run --rm -it -p 8443:8443 "openbanking/conformance-suite:v1.7.0"
The tool is compatible with the Open Banking UK R/W specification versions: 3.1.0, 3.1.1, 3.1.2, 3.1.3, 3.1.4, 3.1.5, 3.1.6, 3.1.7, 3.1.8, 3.1.9, 3.1.10.
In order to run a container you'll need docker installed.
For support on using the suite use the Open Banking Help Centre.
This repository is subject to this MIT Open Licence. Please read our LICENSE.md for more information
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.