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" }`,
|
'package.json': `{ "name": "foo" }`,
|
||||||
'bar/playwright.config.js': `
|
'bar/playwright.config.js': `
|
||||||
module.exports = {
|
module.exports = {
|
||||||
reporter: [['junit', { outputFile: 'results.xml' }]],
|
reporter: [['junit', { outputFile: 'results.xml' }], ['line', {}]],
|
||||||
projects: [ {} ]
|
projects: [ {} ]
|
||||||
};
|
};
|
||||||
`,
|
`,
|
||||||
|
|
@ -561,7 +561,7 @@ for (const useIntermediateMergeReport of [false, true] as const) {
|
||||||
'package.json': `{ "name": "foo" }`,
|
'package.json': `{ "name": "foo" }`,
|
||||||
'bar/playwright.config.js': `
|
'bar/playwright.config.js': `
|
||||||
module.exports = {
|
module.exports = {
|
||||||
reporter: [['junit', {}]],
|
reporter: [['junit', {}], ['line', {}]],
|
||||||
projects: [ {} ]
|
projects: [ {} ]
|
||||||
};
|
};
|
||||||
`,
|
`,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue