test: Add custom reporter for test metrics (#18960)

This commit is contained in:
shortstacked
2025-09-01 13:17:14 +01:00
committed by GitHub
parent ec7eddc364
commit 71b33277f8
8 changed files with 256 additions and 8 deletions

View File

@@ -69,6 +69,7 @@ export default defineConfig({
['html', { open: 'never' }],
['json', { outputFile: 'test-results.json' }],
currentsReporter(currentsConfig),
['./reporters/metrics-reporter.ts'],
]
: [['html']],
: [['html'], ['./reporters/metrics-reporter.ts']],
});