- Install Java8 or above
- Install Apache Maven 3.0.5 or above.
- Download or clone the WSO2 Open Banking Conformance Suite from this repository
- To clone the solution, copy the URL and execute the following command in a command prompt.
git clone <the copiedURL>
- To download the pack, click Download ZIP and unzip the downloaded file.
- To clone the solution, copy the URL and execute the following command in a command prompt.
- Navigate to the cloned or downloaded folder.
- Perform
mvn clean install
- Execute
./startSolution.sh
- go to http://localhost:8082/
- Login with credentials username: admin and password: admin
.
├── components
│ ├── org.wso2.finance.open.banking.conformance.api
│ ├── org.wso2.finance.open.banking.conformance.mgt
│ ├── org.wso2.finance.open.banking.conformance.test.core
│ └── ui-component
└── samples
├── org.wso2.finance.open.banking.conformance.tests.accountsinfromation
└── org.wso2.finance.open.banking.conformance.tests.opendata
- components
contains the core components for the ob-conformance-suite.
- samples
contains API Specification tests samples for demonstration purposes.