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 12 forks source link

Make test results available in Peass for emulated tests #172

Closed alex-iotiq closed 2 years ago

alex-iotiq commented 2 years ago

After the test execution you can copy the tests from emulator to the projectTemp directory on the host.

Example:

adb pull storage/emulated/0/Documents/measurementsTemp .
alex-iotiq commented 2 years ago

Issue is fixed in https://github.com/DaGeRe/peass/pull/89