playwright/.github/workflows/merge.config.ts
Yury Semikhatsky 738cbfc216
devops: call merge-reports with explicit config (#27965)
After https://github.com/microsoft/playwright/pull/27963 we have to
provide explicit merge config to disambiguate testDir.
2023-11-03 13:49:32 -07:00

4 lines
82 B
TypeScript

export default {
testDir: '../../tests',
reporter: [['markdown'], ['html']]
};