mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
test: fix recently added junit tests (#32844)
This commit is contained in:
parent
1a3d3f699b
commit
728b4814b4
@ -523,7 +523,7 @@ for (const useIntermediateMergeReport of [false, true] as const) {
|
||||
'package.json': `{ "name": "foo" }`,
|
||||
'bar/playwright.config.js': `
|
||||
module.exports = {
|
||||
reporter: [['junit', { outputFile: 'results.xml' }]],
|
||||
reporter: [['junit', { outputFile: 'results.xml' }], ['line', {}]],
|
||||
projects: [ {} ]
|
||||
};
|
||||
`,
|
||||
@ -561,7 +561,7 @@ for (const useIntermediateMergeReport of [false, true] as const) {
|
||||
'package.json': `{ "name": "foo" }`,
|
||||
'bar/playwright.config.js': `
|
||||
module.exports = {
|
||||
reporter: [['junit', {}]],
|
||||
reporter: [['junit', {}], ['line', {}]],
|
||||
projects: [ {} ]
|
||||
};
|
||||
`,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user