How can I test multi plugins from my APP?
If I miss this, please let me. Thanks.
@janpio advised me to open an issue. So I ask here. I wonder if I have multi plugins and I need test them in my app? How should I do that? I have to test them one by one? or Just test them all at the same time?
In general the plugin test framework is built to test 1 plugin. Automation to test on different devices then happens via https://github.com/apache/cordova-paramedic.
https://github.com/apache/cordova-mobile-spec on the other hand is a tool to create an app that can run tests for multiple plugins. The README should give pointers on how to use it, although I am not sure how good the support for custom (vs. Cordova core) plugins is.