Sanitized single-commit public mirror of recipe-maintainer. - Removed test-ssh/.testenv (live creds); added test-ssh/.testenv.example placeholders. - Removed plans/ and planned-updates/ (deployment-planning docs) so no client/ deployment domains appear in the public repo. - All other secret stores were already gitignored. - docs.coopcloud.tech retained as a submodule (public upstream).
17 lines
427 B
Markdown
17 lines
427 B
Markdown
# n8n Tests
|
|
|
|
## Target
|
|
|
|
- **URL:** https://n8n.<DOMAIN_SUFFIX>
|
|
|
|
## Automated Checks
|
|
|
|
- `health_check.py` — Confirms the instance is reachable and returns HTTP 200.
|
|
|
|
## Manual Verification
|
|
|
|
1. Open `https://n8n.<DOMAIN_SUFFIX>` in a browser.
|
|
2. Confirm the n8n setup/login page loads without errors.
|
|
3. Complete the admin account creation wizard if first time.
|
|
4. Create a simple workflow and verify it executes successfully.
|