apache / cordova-plugin-file-transfer

Apache Cordova File Transfer Plugin
https://cordova.apache.org/
Apache License 2.0
596 stars 888 forks source link

Tests: Control testing fileserver from plugin tests, not other tools running the tests #215

Open janpio opened 5 years ago

janpio commented 5 years ago

Currently paramedic includes code to install and control the file server that is needed for these tests here to succeed: https://github.com/apache/cordova-paramedic/blob/ff6b2fa00b2e5b11907f2e7d0296f7b35feb4a04/lib/LocalServer.js#L78-L112 This code should live here, not with paramedic, so the testing also works outside the context of paramedic.