apache / cordova-paramedic

Apache Cordova - Paramedic
https://cordova.apache.org/
Apache License 2.0
36 stars 53 forks source link

Skip creating and preparing project if possible #183

Open janpio opened 5 years ago

janpio commented 5 years ago

When testing paramedic itself, the project to be tested is always identical (unless something changed in the project setup code). This could be used to not create and prepare the project on each run maybe, to majorly speed up the test runs.

janpio commented 5 years ago

Maybe hide this behind a parameter, so it can opotionally be applied when running paramedic locally. The folder where the project is stores should contain all the params (platform, plugin(s) etc) that define how the project is built.