Some possible options:
- Karma (browser, real device, cordova plugin, browserStack) [1] - Cordova Paramedic + Cordova Plugin Test Framework [2][3] - our own testing app (how to write the test and report results)
Good part to test would be device security as it does not require backend service.
[1] https://www.npmjs.com/package/karma-cordova-launcher [2] https://github.com/apache/cordova-paramedic [3] https://www.npmjs.com/package/cordova-plugin-test-framework |
|