By: Michael Lynch <git@mtlynch.io>
Add inline comments to the e2e server fixture Explain each step of the per-test server fixture: where the environment variables come from, why each test gets a private database copy and a unique port, when the test body runs, what auto means, and why the fixture overrides Playwright's baseURL option. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>