You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Default: creates ./reports/YYYY-MM-DD_HHmmss/
maestro test flows/
# Custom directory with timestamp subfolder
maestro test flows/ --report-dir /var/test-reports
# Flat output (no timestamp subfolder) - useful for CI
maestro test flows/ --report-dir ./reports --flatten-report-output
Debug Output Configuration
Option
Description
Default
--debug-output <path>
Directory for debug files
~/.maestro/tests/
--flatten-debug-output
Disable timestamp subfolders for debug
false
Generated Report Files
reports/
└── 2024-12-10_143022/
├── report.json # Complete JSON report
├── index.html # Interactive HTML report
├── junit-report.xml # JUnit XML for CI/CD
├── maestro.log # Application logs
├── screenshots/ # Test screenshots
└── allure-results/ # Allure report data