TEST-46 docs: align guides with voice testing best practices - #1206
Conversation
Lightsage docs evalsResult: passed Average score: 100/100
|
|
🌿 Preview your docs: https://vapi-preview-01a08872-d1b4-7740-bdae-406995015707.docs.buildwithfern.com |
stephenvapiai
left a comment
There was a problem hiding this comment.
I only made one change and that was splitting a large paragraph into two.
|
🌿 Preview your docs: https://vapi-preview-01a08c65-a4a1-725d-bb68-cad6b17a9672.docs.buildwithfern.com |
| A record of an eval execution, including its target, status, results, | ||
| costs, completion details, and lifecycle timestamps. | ||
| properties: | ||
| results: |
There was a problem hiding this comment.
interesting, I don't know if these overrides can/should get backpropagated into comments in the code, haven't looked into how our autogeneration works
## Description - Align Evals and Simulations guides with the testing best practices introduced in #1193. - Clarify tool, audio, and external-state boundaries; replace brittle examples with focused decision checks. - Replace incomplete CI snippets with a workflow that waits for completion and blocks on critical failures. - Add risk-based coverage guidance to tutorials, monitoring, and scorecards; correct stale Eval-suite API descriptions through Fern overrides. - Follow-up for [TEST-46](https://linear.app/vapi/issue/TEST-46/update-docs-for-testing-best-practices). ## Testing Steps - [ ] Run the app locally using `fern docs dev` or navigate to preview deployment. Local preview stalled during startup; visual review remains pending. - [ ] Ensure that the changed pages and code snippets work. Static checks passed; no live calls or Eval runs were made. - [x] `fern check`: 0 errors, 12 existing API-schema warnings. - [x] MDX/YAML syntax checks for all 13 changed files, changed cURL JSON payloads, new internal links, and `git diff --check`. - [x] CI example validated with 12 mocked cases covering passing results, failures, cancellation, missing/empty results, timeout, HTTP/JSON errors, and missing configuration.
0591673 to
6c5325e
Compare
|
🌿 Preview your docs: https://vapi-preview-01a08de0-3571-707a-b978-7459302f1527.docs.buildwithfern.com |

Description
Testing Steps
fern docs devor navigate to preview deployment. Local preview stalled during startup; visual review remains pending.fern check: 0 errors, 12 existing API-schema warnings.git diff --check.