fix(ci): simplify test execution commands and remove unnecessary logging for Chromium, Firefox, and WebKit tests

This commit is contained in:
GitHub Actions
2026-02-04 23:53:17 +00:00
parent f5700c266a
commit 8d393b6e82
2 changed files with 3 additions and 59 deletions

View File

@@ -91,8 +91,6 @@ export default defineConfig({
process.env.CI ? ['github'] : ['list'],
['html', { open: process.env.CI ? 'never' : 'on-failure' }],
...(enableCoverage ? [['@bgotink/playwright-coverage', coverageReporterConfig]] : []),
// Line reporter for cleaner CI output (shows one-line status per test)
...(process.env.CI ? [['line']] : []),
],
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
use: {