Releases: android/mobly-android-partner-tools
Releases · android/mobly-android-partner-tools
Mobly Android Partner Tools v1.5.0
New
- [mobly_runner] When uploading test results with the
--upload_resultsoption,
the runner captures the true start time and duration, and adds them to the BTX
invocation details. - [results_uploader] Add a
gcloud_setup.pyscript that enables users to
perform the first-time Google Cloud login as a standalone command.
Mobly Android Partner Tools v1.4.2
Fixes
- [results_uploader] Fix typo for
testCasein the Inspector URL. - [results_uploader] Set
OAUTHLIB_RELAX_TOKEN_SCOPEenv variable to resolve
gcloud login error.
Mobly Android Partner Tools v1.4.1
Fixes
- [results_uploader] Exit early if there is nothing to upload, preventing an
empty invocation from being created.
Mobly Android Partner Tools v1.4.0
New
- [results_uploader] Enable batch uploading of multiple Mobly results.
- Upload any directory containing one or more independent Mobly run logs, and
the tool will generate a single link containing all of the results. - If the test was executed as part of Android CTS, use
--ctsmode to attach
CTS-specific data to the upload.
- Upload any directory containing one or more independent Mobly run logs, and
Mobly Android Partner Tools v1.3.0
New
- [results_uploader] Add
inspector_linkproperty for each test case.- Users can now view the BTX Inspector page for uploaded results, where
applicable.
- Users can now view the BTX Inspector page for uploaded results, where
Mobly Android Partner Tools v1.2.0
New
- [mobly_runner] When uploading test results with the
-uoption,
use--label_on_passto specify a label to automatically append to the upload
only if the test result is passing.- Labels can be used to classify test results for debugging/review.
Mobly Android Partner Tools v1.1.2
Fixes
- [results_uploader] Ensure new user or
--reset_gcp_loginprompt sets the
correct local project ID
Mobly Android Partner Tools v1.1.1
Fixes
- [mobly_runner] Remove hardcoded BeToCQ APK resource file path when installing
test APKs with-i
Mobly Android Partner Tools v1.1.0
New
- [mobly_runner] Enable direct execution of test classes/suites as python files
Mobly Android Partner Tools v1.0.0
- Combine the existing Mobly runner and results uploader tools into a single
unified library. - The runner can now automatically upload results upon completion, without
separately invoking the uploader. - Enable automatic creation of test reports for submission to Android Partner
Approvals (experimental).