Skip to content

Mobly Release 1.7: Expectation APIs and Instrumentation Test Runner

Compare
Choose a tag to compare
@xpconanfan xpconanfan released this 07 Feb 01:20
· 384 commits to master since this release
e468207

New

  • APIs for specifying expectation in test for delayed test termination.
    mobly.expects
  • A runner class for easily running regular Instrumentation tests with Mobly.
    Tutorial.
  • API to get runtime test info during the test.
  • Support specifying file location and timeout in take_bug_report.
  • Support changing device serial during test. Needed for remote devices.
  • Allow adding custom controller info for AndroidDevice.

Breaking Changes

  • Monsoon config format change:
    Old: 'Monsoon': [123, 456]
    New: 'Monsoon': [{'serial': 123}, {'serial': 456'}]

Deprecated

  • Old output files.

Full list of changes.