Skip to content

Mobly Release 1.6.1: New Output

Compare
Choose a tag to compare
@xpconanfan xpconanfan released this 19 Sep 22:08
· 429 commits to master since this release

New

  • New output file scheme, with better clarity and streamable summary file.
  • Improved result reporting: more consistent, more debug info, no hiding errors.
  • adb commands now support timeout param. E.g. adb.wait_for_device(timeout=10)

Breaking Changes

  • Signature change of procedure functions like on_fail.
    • Old: on_fail(test_name, begin_time)
    • New: on_fail(record)

Deprecated

  • Old generated test code path
  • Support for old snippet protocol (v0)

CHANGELOG