forked from mobile-dev-inc/maestro-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GITBOOK-316: change request with no subject merged in GitBook
- Loading branch information
1 parent
3cdc6d7
commit 6a502bb
Showing
8 changed files
with
37 additions
and
2 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+162 KB
.gitbook/assets/231784391-31aaf0a1-5b80-4372-a1e6-b2e6642af472 (1).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Debug Output | ||
|
||
### Command Failure Reason | ||
|
||
If a command fails, failure reason will be shown in red at the end. | ||
|
||
<figure><img src="../.gitbook/assets/231784307-53c51d7f-214f-4eb4-b9ba-9ec34380d280.png" alt=""><figcaption><p>Single Flow Run Failure</p></figcaption></figure> | ||
|
||
<figure><img src="../.gitbook/assets/231784391-31aaf0a1-5b80-4372-a1e6-b2e6642af472 (1).png" alt=""><figcaption><p>Multiple Flow Run Failures</p></figcaption></figure> | ||
|
||
### Screenshot On Failure | ||
|
||
By default, upon failure a screenshot will be generated under the Maestro directory i.e for Mac it's `~/.maestro/tests/<datetime>/` | ||
|
||
<figure><img src="../.gitbook/assets/Screenshot 2023-05-18 at 18.54.16.png" alt=""><figcaption></figcaption></figure> | ||
|
||
### Maestro Logs | ||
|
||
Each flow run will generate: | ||
|
||
* A `maestro.log` file that contains Maestro related logs | ||
* A `commands-*.json` file that contains command metadata. | ||
|
||
{% 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 7 days | ||
{% endhint %} |