<!-- Please make sure the checklist boxes are all checked before submitting the PR. The checklist is intended as a quick reference, for complete details please see our Contributor Guidelines:
http://cordova.apache.org/contribute/contribute_guidelines.html Thanks! --> ### Platforms affected All platforms (tests only) Main target is Windows 10. ### What does this PR do? Fix #38 . In `runLocalTests` following tasks are called in order. 1. launching test application 2. waiting application test results However sometimes jasmine tests in application are finished before wating test results in cordova-paramedic. At least I met this issue in Windows 10. (Please see #38) After this PR, these two tasks are called in parallel. Then the cordova-paramedic can detect jasmine tests results normally. ### What testing has been done on this change? In my local PC (Windows 10), ``` npm run test-windows ``` This tests failes in appveyor. Installing win 10 app in appveyor seems to be impossible. I think appveyor uses Windows Server 2012 R2 (default) or Windows Server 2016 (VS2017 image). These windows can not support Win 10 app. ### Checklist - [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database - [ ] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected. - [ ] Added automated test coverage as appropriate for this change. [ Full content available at: https://github.com/apache/cordova-paramedic/pull/51 ] This message was relayed via gitbox.apache.org for [email protected]
