Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docs for retry command #104

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Fishbowler
Copy link
Collaborator

Documents the new retry introduced in a recent release of the Maestro CLI.

@@ -0,0 +1,21 @@
# retry

Some flaky behaviour is expected or beyond an app's control. For those situations, it can be useful having a small controlled loop that will retry one or more commands a limited number of times.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be useful to mention the flakiness examples: third party, animations not running in one machine but works on other

commands:
- tapOn:
id: 'button-that-might-not-be-here-yet'
```

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also useful to mention the file version of the command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants