test: integrate playwright cache navigation spec

This commit is contained in:
Luca Sacchi Ricciardi
2026-04-25 16:06:59 +02:00
parent 760c9cc923
commit ac2089f921
4 changed files with 107 additions and 1 deletions
+3
View File
@@ -376,6 +376,9 @@ pytest tests/ -v
# Test con coverage
pytest tests/ --cov=app
# Browser E2E test (cache-first navigation)
OLLAMA_HOST=http://192.168.254.115:11434 npm run test:e2e
# Hot reload durante sviluppo
uvicorn main:app --reload
```