Skip to content

Releases: android/mobly-android-partner-tools

Mobly Android Partner Tools v1.5.0

19 Nov 19:29
8731798

Choose a tag to compare

New

  • [mobly_runner] When uploading test results with the --upload_results option,
    the runner captures the true start time and duration, and adds them to the BTX
    invocation details.
  • [results_uploader] Add a gcloud_setup.py script that enables users to
    perform the first-time Google Cloud login as a standalone command.

Mobly Android Partner Tools v1.4.2

15 Sep 21:46
5e5a61c

Choose a tag to compare

Fixes

  • [results_uploader] Fix typo for testCase in the Inspector URL.
  • [results_uploader] Set OAUTHLIB_RELAX_TOKEN_SCOPE env variable to resolve
    gcloud login error.

Mobly Android Partner Tools v1.4.1

10 Sep 18:54
0abbd28

Choose a tag to compare

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

20 Aug 03:52
8dcc2a4

Choose a tag to compare

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 --cts mode to attach
      CTS-specific data to the upload.

Mobly Android Partner Tools v1.3.0

30 Jul 18:44
1d660ee

Choose a tag to compare

New

  • [results_uploader] Add inspector_link property for each test case.
    • Users can now view the BTX Inspector page for uploaded results, where
      applicable.

Mobly Android Partner Tools v1.2.0

10 Jul 21:43
719ecdc

Choose a tag to compare

New

  • [mobly_runner] When uploading test results with the -u option,
    use --label_on_pass to 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

03 Jun 08:19
2e9c5fd

Choose a tag to compare

Fixes

  • [results_uploader] Ensure new user or --reset_gcp_login prompt sets the
    correct local project ID

Mobly Android Partner Tools v1.1.1

09 May 22:43
82c72bd

Choose a tag to compare

Fixes

  • [mobly_runner] Remove hardcoded BeToCQ APK resource file path when installing
    test APKs with -i

Mobly Android Partner Tools v1.1.0

29 Apr 17:57
de8c240

Choose a tag to compare

New

  • [mobly_runner] Enable direct execution of test classes/suites as python files

Mobly Android Partner Tools v1.0.0

16 Apr 20:45
ab6912e

Choose a tag to compare

  • 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).