Quick Test Guide
Use this guide to quickly verify that core features and optional components work.Prerequisites
1. Core
2. Browser Tools
- “Search PubMed for CRISPR papers”
- “Find information about gene BRCA1”
- “Get ClinVar variants for TP53”
3. Cron / Automation
4. Resources API
With the backend running and a logged-in user:{ "databases": [...], "tools": [...], "packages": [...] }. The Web UI Resources page uses this endpoint.
5. Full Analysis (CLI)
6. Web UI End-to-End
- Start backend:
python -m biocortex.web.app - Start frontend (if separate):
cd frontend && npm run dev - Log in, open Chat, run a task → plan and report.
- Open Resources → tabs and search.
- Open Automation → add a monitor or webhook, trigger or wait for schedule.
Troubleshooting
- Browser: Ensure
playwright install chromiumwas run and no firewall blocks database access. - API keys: Set in
.envor user settings; check/statusand/me/settings. - Cron: Scheduler must be started (API or UI); check job list and enable state.
QUICK_TEST_GUIDE.md, AUTOMATION_USER_GUIDE.md, BROWSER_WEBHOOK_CRON_GUIDE.md.