Output xunit
This commit is contained in:
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…
x
Reference in New Issue
Block a user