Skip to content

Releases: mobile-dev-inc/maestro

CLI 1.37.7

03 Aug 18:04
0e2bc20
Compare
Choose a tag to compare

CLI 1.37.6

02 Aug 15:13
7ce7983
Compare
Choose a tag to compare

CLI 1.37.5

02 Aug 11:24
dc0a944
Compare
Choose a tag to compare

Changelog

dc0a944 Bump version to v1.37.5 (#1873)

CLI 1.37.4

30 Jul 10:08
0cd8bc1
Compare
Choose a tag to compare

Changelog

0cd8bc1 Add MAESTRO_CLI_NO_ANALYTICS flag (#1848)

CLI 1.37.3

29 Jul 16:01
d40b1cb
Compare
Choose a tag to compare

Changelog

d40b1cb Fix FileNotFoundException: ~.maestro/sessions (#1843)

CLI 1.37.2

29 Jul 11:54
be6c765
Compare
Choose a tag to compare

Changelog

eb352a3 Analytics: fix UnsupportedOperationException: Empty collection can't be reduced (#1840)

CLI 1.37.1

29 Jul 11:29
fa278cf
Compare
Choose a tag to compare

Changelog

fa278cf Analytics: fix crash when flutter|xcodebuild is not installed (#1839)

CLI 1.37.0

29 Jul 10:48
546198b
Compare
Choose a tag to compare

Read release blog post

New features

  • Sharding tests for parallel execution on many devices 🎉 (#1732 by Kaan)

    You can now pass --shards argument to maestro test to split up your test suite into chunks that run in parallel. If you have feedback or suggestions about this huge new feature, please share them with us in issue #1818.

  • Reports in HTML (#1750 by Depa Panjie Purnama)

    To see it, run maestro test --format HTML <your-flow.yaml>

  • Homebrew is back!

    If you prefer to switch your installation of Maestro to use Homebrew:

    1. rm -rf ~/.maestro
    2. brew tap mobile-dev-inc/tap && brew install maestro 🎉

    Script install method is still supported.

  • Current platform exposed in JavaScript (#1747 by Dan Caseley)

    In JavaScript, you can now access maestro.platform to express logic that depends on whether the test runs on iOS or Android.

  • Control airplane mode (#1672 by NyCodeGHG)

    New commands: setAirplaneMode and toggleAirplaneMode. Android-only because of iOS simulator restrictions.

  • New killApp command (#1727 by Alexandre Favre)

    To trigger a System-Initiated Process Death on Android. On iOS, works the same as stopApp.

CLI 1.36.0

15 Feb 09:29
dab2362
Compare
Choose a tag to compare

Changelog

dab2362 Prepare for release 1.36.0 (#1678)

CLI 1.35.0

08 Jan 12:15
e49c8d3
Compare
Choose a tag to compare

Changelog

e49c8d3 Prepare CLI release 1.35.0 (#1646)