Output xunit

This commit is contained in:
Kuba Orlik 2024-02-01 20:01:02 +01:00
parent 8a249b96ac
commit 199e1085ef

View File

@ -14,5 +14,7 @@ export default defineConfig({
all: true, all: true,
include: ["src/**", "test?(-*).?(c|m)[jt]s?(x)"], include: ["src/**", "test?(-*).?(c|m)[jt]s?(x)"],
}, },
reporters: ["junit"],
outputFile: ".xunit",
}, },
}); });