Github user alsorokin commented on a diff in the pull request:
https://github.com/apache/cordova-paramedic/pull/18#discussion_r92113708
--- Diff: lib/appium/AppiumRunner.js ---
@@ -419,8 +411,9 @@ AppiumRunner.prototype.prepareApp = function () {
var deviceString = self.options.device ? ' --device' : '';
var buildCommand = 'cordova build ' + self.options.platform +
deviceString;
+ // TODO: is removing medic.json still needed?
--- End diff --
Yes, this is still needed because we use this file to pass local medic
server URI to paramedic plugin so it could report test results back to
paramedic. We remove it before the Appium run so the test framework plugin
won't start plugin tests right away.
So, basically this is needed to run Appium tests without running other
plugin tests simultaneously.
This probably should've been mentioned by me in this comment ð¼
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]