Atlas › 01 Agent Skills for Browser Automation › Reporting and Observability☰ Read as one page
Reporting and Observability
13.1What to CaptureA structural advantage of the disk-first CLI: most of this is already on disk. The .playwright-cli/ workspace accumulates snapshots and…13.2Command LoggingEvery playwright-cli command the agent executes should be logged:13.3JSON Report Format13.4Console Summary OutputHuman-readable output for CI logs:13.5Failure AnalysisWhen a test fails, the agent (or framework) should capture:13.6Performance TrackingTrack test durations over time to catch performance regressions:13.7Integration with CI Dashboards13.8Interview Talking Point"Our reporting captures three things for every test: a command log for reproducibility, screenshots for visual debugging, and structured…