Commit 5da8258
test: add issue regression test infrastructure and issue OpenRouterTeam#194 test (OpenRouterTeam#379)
* test: add e2e/issues directory with issue OpenRouterTeam#194 regression test
- Create e2e/issues/ directory for issue-specific regression tests
- Add regression test for issue OpenRouterTeam#194 (Grok 4 Fast Invalid JSON response)
- Document the e2e/issues/ pattern in CONTRIBUTING.md
The test verifies that Grok 4 Fast works correctly with:
- generateText (non-streaming)
- streamText (streaming)
- Tool calls
Issue: OpenRouterTeam#194
Co-Authored-By: Robert Yeakel <robert.yeakel@openrouter.ai>
* fix: remove internal repo reference from test comment
Co-Authored-By: Robert Yeakel <robert.yeakel@openrouter.ai>
* feat: separate issue regression tests from main e2e suite
- Exclude e2e/issues/ from vitest.e2e.config.ts
- Add vitest.issues.config.ts for issue-specific tests
- Add pnpm test:issues script to package.json
- Update CONTRIBUTING.md with test:issues documentation
Issue regression tests are now run separately to avoid slowing down
the main e2e suite with potentially slow/rate-limited API calls.
Co-Authored-By: Robert Yeakel <robert.yeakel@openrouter.ai>
* refactor: remove speculative root cause from test comments
- Update test comment to only include known facts (error message, model)
- Update CONTRIBUTING.md template to clarify only known facts should be included
- Add note about not including speculative root cause analysis
Co-Authored-By: Robert Yeakel <robert.yeakel@openrouter.ai>
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>1 parent 3db5844 commit 5da8258
File tree
2 files changed
+8
-13
lines changed- e2e/issues
2 files changed
+8
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
| 117 | + | |
117 | 118 | | |
118 | | - | |
119 | | - | |
120 | | - | |
| 119 | + | |
121 | 120 | | |
122 | 121 | | |
123 | 122 | | |
| |||
128 | 127 | | |
129 | 128 | | |
130 | 129 | | |
| 130 | + | |
| 131 | + | |
131 | 132 | | |
132 | 133 | | |
133 | 134 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 8 | + | |
15 | 9 | | |
16 | 10 | | |
17 | 11 | | |
| |||
0 commit comments