Skip to content

Commit a8e5194

Browse files
committed
reporters
1 parent 8f869a7 commit a8e5194

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

playwright.docker.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ import baseConfig from './playwright.config';
33

44
export default defineConfig({
55
...baseConfig,
6+
reporter: [
7+
['list'],
8+
['html', { open: 'never', outputFolder: '/test-results/html' }],
9+
['github'],
10+
['junit', { outputFile: '/test-results/junit/results.xml' }]
11+
],
612
use: {
713
baseURL: 'http://127.0.0.1:3000',
814
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */

0 commit comments

Comments
 (0)