jenkinsci / peass-ci-plugin

Jenkins plugin for peass to support performance measurement in CI
https://plugins.jenkins.io/peass-ci/
GNU Affero General Public License v3.0
4 stars 13 forks source link

Make Android Emulated Tests Runnable #100

Open alex-iotiq opened 2 years ago

alex-iotiq commented 2 years ago

For Android projects there is currently only support for local unit tests running on JVM and additional support for instrumented tests which need an emulator/device to run is needed.

Further changes