enable Playwright list reporter (#3411)
enable list reporter Co-authored-by: Kurt Hutten <k.hutten@protonmail.ch>
This commit is contained in:
		@ -17,6 +17,7 @@ export default defineConfig({
 | 
			
		||||
  /* Reporter to use. See https://playwright.dev/docs/test-reporters */
 | 
			
		||||
  reporter: [
 | 
			
		||||
    ['dot'],
 | 
			
		||||
    ['list'],
 | 
			
		||||
    ['json', { outputFile: './test-results/report.json' }],
 | 
			
		||||
    ['html'],
 | 
			
		||||
  ],
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user