These are the tests for the Cordova plugin that wraps Hyperledger Indy functionality for the Red Cross 121 project.
- Install NodeJS.
- Install Xcode.
- Install the Hyperledger Indy SDK and start a local pool.
The first time you run the tests, execute:
cd testapp
npm install
npm run ios
This will open the iOS simulator and runs the test app. Click 'Auto Tests' to execute the tests.
When you've made changes and wish to run the tests again, execute:
npm run ios-reload
Released under the Apache 2.0 License. See LICENSE.