Skip to content

Commit b10bcfc

Browse files
committed
Fix playwright reporter config
1 parent a921312 commit b10bcfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spock-website/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineConfig, devices } from '@playwright/test';
22

33
export default defineConfig({
4-
reporter: process.env.CI ? ['github', 'html'] : 'html',
4+
reporter: process.env.CI ? [['github'], ['html']] : [['html'], ['list']],
55
// Configure projects for major browsers.
66
projects: [
77
{

0 commit comments

Comments
 (0)