Skip to content

Commit 50cc7af

Browse files
committed
report to both testdriver and junit
1 parent 8d5d2a1 commit 50cc7af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test-report.junit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ Serialized Error: { aiResponse: { response: { model: 'claude-haiku-4-5-2025
300300
[2mauthenticating...[22m
301301

302302
[2mcreating new sandbox...[22m
303-
303+
Yeah, do you want? No pressure but
304304
[2mconnecting...[22m
305305

306306
Running lifecycle: provision

vitest.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ export default defineConfig({
1212
hookTimeout: 900000,
1313
reporters: [
1414
'default',
15-
// Don't pass apiKey/apiRoot here - they'll be read from env at runtime
1615
TestDriver(),
16+
['junit', { outputFile: 'test-report.junit.xml' }]
1717
],
1818
setupFiles: ['testdriverai/vitest/setup'],
1919
},

0 commit comments

Comments
 (0)