Update BLOG.md
Browse files
BLOG.md
CHANGED
|
@@ -491,3 +491,17 @@ That makes the environment harder to build, but also more meaningful. Flaky test
|
|
| 491 |
|
| 492 |
The long-term vision is an agent that does not merely silence flaky tests, but repairs the underlying instability with small, verifiable patches.
|
| 493 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 491 |
|
| 492 |
The long-term vision is an agent that does not merely silence flaky tests, but repairs the underlying instability with small, verifiable patches.
|
| 493 |
|
| 494 |
+
|
| 495 |
+
---
|
| 496 |
+
|
| 497 |
+
## 16. Demo UI (Codebase Upload)
|
| 498 |
+
|
| 499 |
+
To make FlakeForge easier to try end-to-end, we added a small web UI (`templates/index.html`) that lets users **upload a codebase** (folder / files / zip) instead of pasting test text manually. This is important for flaky-test repair because the environment often needs broader project context (imports, fixtures, helpers, and source-under-test), not just a single test snippet.
|
| 500 |
+
|
| 501 |
+

|
| 502 |
+
|
| 503 |
+

|
| 504 |
+
|
| 505 |
+

|
| 506 |
+
|
| 507 |
+

|