Skip to content

Commit 293d506

Browse files
authored
Fix CopilotKit test suite links (#26)
## Summary - Fix broken link to `tests/e2e` (path doesn't exist) → link to GitHub code search for `llmock` instead - Update description: CopilotKit uses llmock across its test suite (not just E2E), covering v1 and v2 runtimes 🤖 Generated with [Claude Code](https://claude.com/claude-code)
2 parents 278cec3 + 9a71357 commit 293d506

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -648,9 +648,9 @@ Areas where llmock could grow, and explicit non-goals for the current scope.
648648

649649
## Real-World Usage
650650

651-
[CopilotKit](https://github.com/CopilotKit/CopilotKit) uses llmock in its E2E test suite to verify AI agent behavior across multiple LLM providers without hitting real APIs. The tests exercise the full stack — Playwright driving a Next.js app whose CopilotKit runtime talks to llmock — providing reproducible, fast, and deterministic coverage of streaming text, tool calls, and multi-turn conversations.
651+
[CopilotKit](https://github.com/CopilotKit/CopilotKit) uses llmock across its test suite to verify AI agent behavior across multiple LLM providers without hitting real APIs. The tests cover streaming text, tool calls, and multi-turn conversations across both v1 and v2 runtimes.
652652

653-
See the [CopilotKit E2E test fixtures](https://github.com/CopilotKit/CopilotKit/tree/main/tests/e2e) for real-world examples of llmock in action.
653+
See the [CopilotKit test suite](https://github.com/CopilotKit/CopilotKit/search?q=llmock&type=code) for real-world examples of llmock in action.
654654

655655
## License
656656

docs/index.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1357,15 +1357,16 @@ <h2 class="section-title">llmock vs MSW</h2>
13571357
<h2>Real-World Usage</h2>
13581358
<p>
13591359
<a href="https://github.com/CopilotKit/CopilotKit" target="_blank">CopilotKit</a> uses
1360-
llmock in its E2E test suite to verify AI agent behavior across multiple LLM providers
1361-
without hitting real APIs. The tests exercise the full stack &mdash; Playwright driving a
1362-
Next.js app whose CopilotKit runtime talks to llmock &mdash; providing reproducible, fast,
1363-
and deterministic coverage of streaming text, tool calls, and multi-turn conversations.
1360+
llmock across its test suite to verify AI agent behavior across multiple LLM providers
1361+
without hitting real APIs. The tests cover streaming text, tool calls, and multi-turn
1362+
conversations across both v1 and v2 runtimes.
13641363
</p>
13651364
<p>
13661365
See the
1367-
<a href="https://github.com/CopilotKit/CopilotKit/tree/main/tests/e2e" target="_blank"
1368-
>CopilotKit E2E test fixtures</a
1366+
<a
1367+
href="https://github.com/CopilotKit/CopilotKit/search?q=llmock&amp;type=code"
1368+
target="_blank"
1369+
>CopilotKit test suite</a
13691370
>
13701371
for real-world examples of llmock in action.
13711372
</p>

0 commit comments

Comments
 (0)