mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-05 19:04:43 +03:00
devops: restore flakiness dashboard upload (#6116)
This commit is contained in:
parent
d6c415749a
commit
2897df693f
@ -42,7 +42,7 @@ folio.setConfig(config);
|
||||
if (process.env.CI) {
|
||||
folio.setReporters([
|
||||
new folio.reporters.dot(),
|
||||
new folio.reporters.json({ outputFile: path.join(__dirname, '..', 'test-results', 'report.json') }),
|
||||
new folio.reporters.json({ outputFile: path.join(__dirname, '..', '..', 'test-results', 'report.json') }),
|
||||
]);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user