playwright: add list reporter
This commit is contained in:
parent
db144b8ffc
commit
f0a3574cda
1 changed files with 4 additions and 1 deletions
|
|
@ -6,7 +6,10 @@ export default defineConfig({
|
|||
workers: 1,
|
||||
forbidOnly: !!process.env.CI,
|
||||
retries: process.env.CI ? 1 : 0,
|
||||
reporter: 'html',
|
||||
reporter: [
|
||||
['html'],
|
||||
['list'],
|
||||
],
|
||||
use: {
|
||||
headless: true,
|
||||
baseURL: 'http://127.0.0.1:9090',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue