cordova-plugin-test-framework icon indicating copy to clipboard operation
cordova-plugin-test-framework copied to clipboard

How can I test multi plugins from my APP?

Open nobody4t opened this issue 6 years ago • 1 comments

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?

nobody4t avatar Mar 20 '19 02:03 nobody4t

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.

janpio avatar Mar 20 '19 09:03 janpio