Output xunit

master
Kuba Orlik 10 months ago
parent 8a249b96ac
commit 199e1085ef

@ -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",
}, },
}); });

Loading…
Cancel
Save