# HedgeDoc Tests ## Target - **URL:** https://hedgedoc. ## Automated Checks Run the scripts in `tests/` to perform automated testing: - `health_check.py` — Confirms the instance is reachable and returns HTTP 200. - `create_note.py` — Creates a note via the API, downloads it, and verifies the content matches. Covers note creation and persistence. - `websocket_check.py` — Verifies the Socket.IO transport is responding with a valid handshake. ## Manual Verification Full UI/UX testing (visual rendering, interactive editing experience) still benefits from human browser testing: 1. Open https://hedgedoc. in a browser. 2. Confirm the HedgeDoc landing page loads without errors.