We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b103c8 commit 3dca2e2Copy full SHA for 3dca2e2
spock-website/playwright.config.ts
@@ -1,7 +1,7 @@
1
import { defineConfig, devices } from '@playwright/test';
2
3
export default defineConfig({
4
- reporter: process.env.CI ? ['github', 'html'] : 'html',
+ reporter: process.env.CI ? [['github'], ['html']] : [['html'], ['list']],
5
// Configure projects for major browsers.
6
projects: [
7
{
0 commit comments