add sharding for e2e tests in CI

This commit is contained in:
Gregor Vostrak
2026-02-10 13:21:05 +01:00
parent 2c4af95ee3
commit d06b0633d3
2 changed files with 43 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ export default defineConfig({
/* Run tests in parallel */
workers: 4,
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
reporter: process.env.CI ? 'line' : 'html',
reporter: process.env.CI ? 'blob' : 'html',
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
use: {
/* Base URL to use in actions like `await page.goto('/')`. */