save_baseline
Run a full audit on a URL and save the results as a baseline snapshot for later comparison. Captures screenshots, accessibility, performance, and Lighthouse data.
Instructions
Save the current audit state for a URL as a baseline snapshot. Runs screenshot, accessibility, performance, and Lighthouse audits, then saves the results to .uimax-history.json in the project directory. Use this to establish a baseline before making changes, so you can compare later.
This tool is FREE — runs entirely within Claude Code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the running application (e.g., http://localhost:3000) | |
| codeDir | No | Project directory for saving .uimax-history.json (defaults to cwd) |