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
Update quarto-preview-test skill to support test matrix lookup
The skill now supports three invocation modes:
- By test ID: /quarto-preview-test T17 T18
- By topic: /quarto-preview-test root URL (fuzzy match + confirm)
- No args: ad-hoc preview testing workflow
Also add tests/docs/manual/README.md documenting all manual test suites.
- T18: Single-file preview — named output URL also accessible
128
+
Run these? [Y/n]
129
+
```
130
+
4. Only execute after user confirms
131
+
132
+
### Running without arguments
133
+
134
+
When invoked without test IDs or topic (e.g., `/quarto-preview-test`), use the general Edit-Verify Cycle workflow described above for ad-hoc preview testing. The test matrix is for targeted regression testing.
0 commit comments