We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5d2a1 commit 50cc7afCopy full SHA for 50cc7af
test-report.junit.xml
@@ -300,7 +300,7 @@ Serialized Error: { aiResponse: { response: { model: 'claude-haiku-4-5-2025
300
[2mauthenticating...[22m
301
302
[2mcreating new sandbox...[22m
303
-
+Yeah, do you want? No pressure but
304
[2mconnecting...[22m
305
306
Running lifecycle: provision
vitest.config.mjs
@@ -12,8 +12,8 @@ export default defineConfig({
12
hookTimeout: 900000,
13
reporters: [
14
'default',
15
- // Don't pass apiKey/apiRoot here - they'll be read from env at runtime
16
TestDriver(),
+ ['junit', { outputFile: 'test-report.junit.xml' }]
17
],
18
setupFiles: ['testdriverai/vitest/setup'],
19
},
0 commit comments