Commit 97b6658
TestAssertionSchema.field's describe() text and TestStepSchema.capture's
sibling describe() both taught a `body.*` path convention that never
matched the runtime: TestRunner resolves both against `result` directly,
the value HttpTestAdapter.handleResponse returns (the parsed response
body itself, no `body` wrapper). Executes the 2026-08-11 maintainer
ruling on #7365 (comment 5248467805): docs follow the adapter, root-
relative paths, no stored-suite compatibility to preserve since body.*
never worked.
Acceptance face unchanged - field and capture keep their original Zod
types, only description text moves. Regenerates
content/docs/references/qa/testing.mdx via `pnpm --filter @objectstack/spec
gen:docs`; check:docs reports all 231 files in sync. Adds a patch
changeset for @objectstack/spec, following the #7444 precedent for
describe/TSDoc-only spec docs fixes.
Claude-Session: https://claude.ai/code/session_016R9de1FqP7NvwKvqXi92Gh
Co-authored-by: Claude <noreply@anthropic.com>
1 parent 34c01a5 commit 97b6658
3 files changed
Lines changed: 45 additions & 4 deletions
File tree
- .changeset
- content/docs/references/qa
- packages/spec/src/qa
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments