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']]
|
|
}; |