circleci test reports

This commit is contained in:
2022-10-12 23:28:17 +02:00
parent a957c81b4b
commit 0a4f9c4dfa
8 changed files with 250 additions and 6 deletions

View File

@@ -14,4 +14,14 @@ module.exports = {
},
setupFilesAfterEnv: ["<rootDir>/src/setupTests.ts"],
testEnvironment: "jsdom",
reporters: [
"default",
[
"jest-junit",
{
outputDirectory: "frontend-reports",
outputName: "frontend-report.xml",
},
],
],
};