You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add manual preview tests for single-file root URL accessibility
T17: Verify GET / returns 200 for single-file preview
T18: Verify GET /filename.html also works
T19: Verify project preview paths still work with isSingleFile guard
-**Expected:** HTTP 200. Browse URL prints `http://localhost:XXXX/` (no filename appended).
146
+
-**Catches:**`projectHtmlFileRequestHandler` used for single files (defaultFile=`index.html` instead of output filename), or `previewInitialPath` returning filename instead of `""`
147
+
148
+
#### T18: Single-file preview — named output URL also accessible
0 commit comments