Update snapshots and .well-known handling
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful

This commit is contained in:
2026-02-02 10:44:23 -03:00
parent 6f2a720479
commit 7a7dbf635d
2 changed files with 7 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ import { defineConfig, devices } from '@playwright/test';
export default defineConfig({
testDir: 'tests',
testMatch: /.*\.spec\.(ts|js)/,
fullyParallel: true,
forbidOnly: !!process.env.CI,
retries: process.env.CI ? 2 : 0,