mobile-dev-inc / maestro

Painless Mobile UI Automation
https://maestro.mobile.dev/
Apache License 2.0
5.86k stars 280 forks source link

Fix flow files arity #2024

Closed tokou closed 2 months ago

tokou commented 2 months ago

Proposed changes

Before

> maestro test

Flow directories do not contain any Flow files:

After

> maestro test
Missing required parameter: '<flowFiles>'
Usage: maestro test [...]
bartekpacia commented 2 months ago

@tokou, can you also add a new entry to CHANGELOG.md?

tokou commented 2 months ago

@bartekpacia Not sure what to add here as this is a fix of an expected behavior relate to #1995 and there's already an entry for that in the changelog 🤔