Skip to content

Releases: mobile-dev-inc/maestro

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)

CLI 1.34.1

10 Nov 12:47
b8a05a2
Compare
Choose a tag to compare

Changelog

b8a05a2 Prepare for release 1.34.1 (#1582)

CLI 1.34.0

31 Oct 20:39
601c7b8
Compare
Choose a tag to compare

Changelog

601c7b8 Prepare for release 1.34.0 (#1547)

CLI 1.33.1

02 Oct 22:52
321fff0
Compare
Choose a tag to compare

Changelog

321fff0 Prepare for release 1.33.1 (#1501)

CLI 1.33.0

21 Sep 10:48
20dfc97
Compare
Choose a tag to compare

Changelog

20dfc97 Prepare for release 1.33.0 (#1470)

CLI 1.32.0

06 Sep 14:37
f53c31b
Compare
Choose a tag to compare

Changelog

f53c31b Prepare for release 1.32.0 (#1422)

CLI 1.31.0

10 Aug 07:53
5684c21
Compare
Choose a tag to compare

Changelog

5684c21 Prepare for release 1.31.0 (#1334)