Skip to content

Commit 5f5993c

Browse files
committed
Fix skill about preview testing
1 parent 448eea6 commit 5f5993c

File tree

1 file changed

+1
-3
lines changed
  • .claude/commands/quarto-preview-test

1 file changed

+1
-3
lines changed

.claude/commands/quarto-preview-test/SKILL.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Interactive testing of `quarto preview` with automated browser verification.
1818
## Prerequisites
1919

2020
- Quarto dev version built (`./configure.sh` or `./configure.cmd`)
21-
- Test environment configured (`tests/configure-test-env.sh` or `.ps1`)
21+
- Test environment configured (`tests/configure-test-env.sh` or `tests/configure-test-env.ps1`)
2222
- `/agent-browser` CLI installed (preferred), OR Chrome + Chrome DevTools MCP connected
2323

2424
## Starting Preview
@@ -92,8 +92,6 @@ Preview behaves differently depending on input:
9292
| File within a project | May redirect to project preview via `serveProject()` |
9393
| Project directory | `serveProject()` -> `watchProject()` |
9494

95-
See `llm-docs/preview-architecture.md` for the full architecture.
96-
9795
## When NOT to Use
9896

9997
- Automated smoke tests — use `tests/smoke/` instead

0 commit comments

Comments
 (0)