Retries

Intelligent Retry

The behavior of an application can be complex and challenging to verify, leading to unreliable test results in some instances. This can be caused by various factors such as animations, API calls, backend availability, network interruptions, and temporary outages.

To address this, Maestro Cloud incorporates an intelligent retry mechanism to improve the reliability of test results. This feature automatically retries some of the failed tests, freeing up valuable time for you to concentrate on critical aspects of your product. This feature is offered at no additional cost.

Disabling Intelligent Retry

If you prefer to disable the retry functionality you can do so through updating your config.yaml in your workspace with the following:

# config.yaml

disableRetries: true

# ... any other workspace configuration

Last updated