# Gitea Tests ## Target - **URL:** https://gitea. ## Automated Checks Run the scripts in `tests/` to perform automated testing: - `health_check.py` — Confirms the instance is reachable and returns HTTP 200. - `git_push.py` — Creates a repo via the API, clones it, pushes a commit, verifies the commit landed via the API, then deletes the repo. Requires admin credentials in `recipe-info/testsecrets/`. ## Manual Verification 1. Open https://gitea. in a browser. 2. Confirm the Gitea landing page loads without errors. 3. Log in as the admin user created via `admin user create`. 4. Create a test repository and push a commit to verify git operations work.