HarshTri007 commited on
Commit
81b3864
·
verified ·
1 Parent(s): 78d7d90

Update BLOG.md

Browse files
Files changed (1) hide show
  1. BLOG.md +14 -0
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
+ ![UI screenshot 1](https://drive.google.com/file/d/1FClqyyyZ0UYObjXjPs7F-6xYdM_xWsdz/view?usp=sharing)
502
+
503
+ ![UI screenshot 2](https://drive.google.com/file/d/1vWnjibmTWNBjRnpNp2YrWbAWm8CuBBJO/view?usp=sharing)
504
+
505
+ ![UI screenshot 3](https://drive.google.com/file/d/1x17wsFPsT-gES3QnlO5FxfKcQmW7GDdN/view?usp=sharing)
506
+
507
+ ![UI screenshot 4](https://drive.google.com/file/d/1y2I4v15zVP_fPlsyK7pdwZm1lsGfVJ47/view?usp=sharing)