Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.31 KB

debug-output.md

File metadata and controls

38 lines (23 loc) · 1.31 KB

Debug Output

Command Failure Reason

If a command fails, failure reason will be shown in red at the end.

Single Flow Run Failure

Multiple Flow Run Failures

Screenshot On Failure

By default, a screenshot will be generated upon failure under the Maestro directory i.e for Mac it's ~/.maestro/tests/<datetime>/

Maestro Logs

Each flow run will generate:

  • A maestro.log file that contains Maestro related logs
  • A commands-*.json file that contains command metadata

Located under the Maestro directory by default: ~/.maestro/tests/<datetime>/ .

You can also configure the default path for debug output by using the --debug-output <path> option. Example usage:

maestro test --debug-output /path/to/debug/logs

{% hint style="info" %} Device logs are not supported but it's something we plan to add {% endhint %}

{% hint style="info" %} Such data will be automatically deleted after 14 days {% endhint %}