Choose a Glade workflow
Start with the job in front of you. Each workflow gives the commands, the local result to expect, and the Salesforce boundary to keep.
Start here
| Workflow | Use it when |
|---|---|
| Run Apex tests | You want a local Apex test loop for all tests, one class, one method, changed tests, or failed tests. |
| Debug Apex | You need breakpoints, anonymous Apex output, or a profile from a local debug log. |
| Preview LWC locally | You want a local shell for LWC routes, records, page targets, and named contexts. |
| Preview Visualforce locally | You want local /apex/<PageName> preview routes for controller and page work. |
| Work with local data | You need a local sf target, queryable records, or a seeded SQLite store. |
| Add Glade to CI | You need SARIF, JSON, JUnit, and stable exit codes in pull request checks. |
When you need more depth
Use Product areas when you need the system map behind a workflow. Use the CLI reference when you need exact flags. Use What runs locally before relying on local behavior for a hosted Salesforce edge.