chore: roll Playwright to remove empty generic nodes (#330)
This commit is contained in:
parent
2c9376e50f
commit
292e75d464
12 changed files with 41 additions and 48 deletions
|
|
@ -24,7 +24,7 @@ export default defineConfig<TestOptions>({
|
|||
forbidOnly: !!process.env.CI,
|
||||
retries: process.env.CI ? 2 : 0,
|
||||
workers: process.env.CI ? 1 : undefined,
|
||||
reporter: process.env.CI ? 'list' : [['list'], ['html']],
|
||||
reporter: 'list',
|
||||
projects: [
|
||||
{ name: 'chrome' },
|
||||
{ name: 'msedge', use: { mcpBrowser: 'msedge' } },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue