mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-01 02:45:22 -08:00
Support parsing multiple reports
This commit is contained in:
@@ -7,7 +7,7 @@ import {ParseOptions} from '../src/parsers/parser-types'
|
||||
const fixturePath = path.join(__dirname, 'fixtures', 'jest-junit.xml')
|
||||
const outputPath = path.join(__dirname, '__outputs__', 'jest-junit.md')
|
||||
const xmlFixture = {
|
||||
path: fixturePath,
|
||||
path: path.relative(__dirname, fixturePath),
|
||||
content: fs.readFileSync(fixturePath, {encoding: 'utf8'})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user