apache / cordova-paramedic

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

I don't receive the tests results to the outputDir #254

Open noa-kogonia opened 1 year ago

noa-kogonia commented 1 year ago

What is expected to happen?

i expect to receive the test results in my outputDir, but receive just the log.txt

What does actually happen?

I run this command: cordova-paramedic --platform android --plugin plugins/cordova-plugin-myPlugin --outputDir $/cordovatry/plugins/testresults --verbose --target 0A131FDD4001P2 --port 7103

I see the tests running in the device itself, and the results. but I'm not receiving the results into my outputDir path.