I can recreate the "crashing" (?) app by recreating the same steps paramedic 
executes:

```
cordova create windowsParamedicPluginTest
cd windowsParamedicPluginTest
cordova platform add windows
cordova plugin add C:\Projects\Cordova\cordova-paramedic\spec\testable-plugin
cordova plugin add 
C:\Projects\Cordova\cordova-paramedic\spec\testable-plugin\tests
cordova plugin add cordova-plugin-test-framework
cordova plugin add C:\Projects\Cordova\cordova-paramedic\paramedic-plugin
cordova plugin add C:\Projects\Cordova\cordova-paramedic\debug-mode-plugin
```

When I run `cordova run windows` the app successfully opens and stays open.
When I now replace `index.html` with `cdvtests/index.html`  in `config.xml`, 
the app closes on `cordova run windows`.

[ Full content available at: 
https://github.com/apache/cordova-paramedic/issues/38 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to