- Fix BatchProcessor constructor to avoid server blocking during startup - Add comprehensive integration tests for all modular combinations - Enhance CLAUDE.md documentation with new test commands - Update SelectiveLayers configuration for better LLM allocation - Add AutoReporter system for test automation - Include production workflow validation tests 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
206 lines
10 KiB
HTML
206 lines
10 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Rapport Tests d'Intégration - 9/16/2025, 11:36:07 PM</title>
|
|
<style>
|
|
body { font-family: Arial, sans-serif; margin: 20px; background: #f5f5f5; }
|
|
.container { max-width: 1200px; margin: 0 auto; }
|
|
.header { background: white; padding: 20px; border-radius: 8px; margin-bottom: 20px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
|
|
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; margin-bottom: 20px; }
|
|
.stat-card { background: white; padding: 15px; border-radius: 8px; text-align: center; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
|
|
.stat-value { font-size: 2em; font-weight: bold; color: #2196F3; }
|
|
.stat-label { color: #666; margin-top: 5px; }
|
|
.test-item { background: white; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
|
|
.test-header { padding: 15px; cursor: pointer; border-bottom: 1px solid #eee; }
|
|
.test-header:hover { background: #f9f9f9; }
|
|
.test-status { display: inline-block; width: 12px; height: 12px; border-radius: 50%; margin-right: 10px; }
|
|
.status-passed { background: #4CAF50; }
|
|
.status-failed { background: #f44336; }
|
|
.test-details { padding: 15px; display: none; }
|
|
.llm-call { background: #f9f9f9; padding: 10px; margin: 10px 0; border-radius: 4px; border-left: 4px solid #2196F3; }
|
|
.config { background: #e3f2fd; padding: 10px; border-radius: 4px; margin: 10px 0; }
|
|
.input-output { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
|
|
.input, .output { background: #f5f5f5; padding: 10px; border-radius: 4px; font-family: monospace; font-size: 12px; }
|
|
.metrics { display: flex; gap: 20px; margin: 10px 0; }
|
|
.metric { background: white; padding: 8px 12px; border-radius: 4px; font-size: 12px; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="header">
|
|
<h1>📊 Rapport Tests d'Intégration Modulaire</h1>
|
|
<p>Généré automatiquement le 9/16/2025, 11:36:07 PM</p>
|
|
</div>
|
|
|
|
<div class="stats">
|
|
<div class="stat-card">
|
|
<div class="stat-value">2</div>
|
|
<div class="stat-label">Tests Total</div>
|
|
</div>
|
|
<div class="stat-card">
|
|
<div class="stat-value" style="color: #4CAF50">2</div>
|
|
<div class="stat-label">Tests Réussis</div>
|
|
</div>
|
|
<div class="stat-card">
|
|
<div class="stat-value" style="color: #f44336">0</div>
|
|
<div class="stat-label">Tests Échoués</div>
|
|
</div>
|
|
<div class="stat-card">
|
|
<div class="stat-value">3</div>
|
|
<div class="stat-label">Appels LLM</div>
|
|
</div>
|
|
<div class="stat-card">
|
|
<div class="stat-value">221s</div>
|
|
<div class="stat-label">Durée Totale</div>
|
|
</div>
|
|
<div class="stat-card">
|
|
<div class="stat-value">110s</div>
|
|
<div class="stat-label">Durée Moyenne</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="tests">
|
|
|
|
<div class="test-item">
|
|
<div class="test-header" onclick="toggleDetails(0)">
|
|
<span class="test-status status-passed"></span>
|
|
<strong>lightEnhancement (rapide)</strong>
|
|
<span style="float: right; color: #666;">7s | 1 LLM calls</span>
|
|
</div>
|
|
<div class="test-details" id="details-0">
|
|
|
|
<div class="config">
|
|
<strong>Configuration:</strong>
|
|
<pre>{
|
|
"stack": "lightEnhancement",
|
|
"analysisMode": true,
|
|
"csvData": {
|
|
"mc0": "plaque test intégration rapide",
|
|
"t0": "Test intégration modulaire rapide",
|
|
"personality": {
|
|
"nom": "Marc",
|
|
"style": "technique",
|
|
"description": "Expert technique pour tests rapides"
|
|
}
|
|
}
|
|
}</pre>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="config">
|
|
<strong>Résultats:</strong>
|
|
<div class="metrics">
|
|
<div class="metric"><strong>stackName:</strong> lightEnhancement</div><div class="metric"><strong>layers:</strong> [object Object]</div><div class="metric"><strong>totalModifications:</strong> 4</div><div class="metric"><strong>totalDuration:</strong> 5622</div><div class="metric"><strong>success:</strong> true</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<h4>Appels LLM (1)</h4>
|
|
|
|
<div class="llm-call">
|
|
<div class="metrics">
|
|
<div class="metric"><strong>Provider:</strong> openai</div>
|
|
<div class="metric"><strong>Model:</strong> gpt-4o-mini</div>
|
|
<div class="metric"><strong>Durée:</strong> 5567ms</div>
|
|
<div class="metric"><strong>Tokens:</strong> 1835→1177</div>
|
|
</div>
|
|
<div class="input-output">
|
|
<div>
|
|
<strong>Input:</strong>
|
|
<div class="input">Captured from logs</div>
|
|
</div>
|
|
<div>
|
|
<strong>Output:</strong>
|
|
<div class="output">Captured from logs</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="test-item">
|
|
<div class="test-header" onclick="toggleDetails(1)">
|
|
<span class="test-status status-passed"></span>
|
|
<strong>standardEnhancement (complet)</strong>
|
|
<span style="float: right; color: #666;">33s | 2 LLM calls</span>
|
|
</div>
|
|
<div class="test-details" id="details-1">
|
|
|
|
<div class="config">
|
|
<strong>Configuration:</strong>
|
|
<pre>{
|
|
"stack": "standardEnhancement",
|
|
"analysisMode": true
|
|
}</pre>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="config">
|
|
<strong>Résultats:</strong>
|
|
<div class="metrics">
|
|
<div class="metric"><strong>stackName:</strong> standardEnhancement</div><div class="metric"><strong>layers:</strong> [object Object],[object Object]</div><div class="metric"><strong>totalModifications:</strong> 4</div><div class="metric"><strong>totalDuration:</strong> 33180</div><div class="metric"><strong>success:</strong> true</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<h4>Appels LLM (2)</h4>
|
|
|
|
<div class="llm-call">
|
|
<div class="metrics">
|
|
<div class="metric"><strong>Provider:</strong> openai</div>
|
|
<div class="metric"><strong>Model:</strong> gpt-4o-mini</div>
|
|
<div class="metric"><strong>Durée:</strong> 6487ms</div>
|
|
<div class="metric"><strong>Tokens:</strong> 1835→1268</div>
|
|
</div>
|
|
<div class="input-output">
|
|
<div>
|
|
<strong>Input:</strong>
|
|
<div class="input">Captured from logs</div>
|
|
</div>
|
|
<div>
|
|
<strong>Output:</strong>
|
|
<div class="output">Captured from logs</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="llm-call">
|
|
<div class="metrics">
|
|
<div class="metric"><strong>Provider:</strong> gemini</div>
|
|
<div class="metric"><strong>Model:</strong> gemini-2.5-flash</div>
|
|
<div class="metric"><strong>Durée:</strong> 26677ms</div>
|
|
<div class="metric"><strong>Tokens:</strong> 1686→47</div>
|
|
</div>
|
|
<div class="input-output">
|
|
<div>
|
|
<strong>Input:</strong>
|
|
<div class="input">Captured from logs</div>
|
|
</div>
|
|
<div>
|
|
<strong>Output:</strong>
|
|
<div class="output">Captured from logs</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<script>
|
|
function toggleDetails(index) {
|
|
const details = document.getElementById('details-' + index);
|
|
details.style.display = details.style.display === 'none' ? 'block' : 'none';
|
|
}
|
|
</script>
|
|
</body>
|
|
</html> |