jeudi 20 octobre 2016

Android - Connected Tests Results Directory

I have an android project where I run normal unit tests as well as instrumented tests.


Now the thing is that the results of the

  • unit tests are stored in build/reports/tests (./debug or ./release)
  • instrumented tests are stored in build/outputs/connected

Is it somehow possible to change the result directory of the instrumented tests to build/reports/tests/connected?

Thank you already!

Aucun commentaire:

Enregistrer un commentaire