mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
738cbfc216
After https://github.com/microsoft/playwright/pull/27963 we have to provide explicit merge config to disambiguate testDir.
4 lines
82 B
TypeScript
4 lines
82 B
TypeScript
export default {
|
|
testDir: '../../tests',
|
|
reporter: [['markdown'], ['html']]
|
|
}; |