Watch what a beforeAll logs, and record where each message came from
CI / full-gate (push) Successful in 2m48s

This commit is contained in:
2026-08-05 11:15:37 +02:00
parent e808f87fbd
commit 690d67728b
6 changed files with 22 additions and 11 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { defineConfig, devices } from "@playwright/test";
// e2e-tests/compose.visual.yml. Parallel per the project's E2E principle; deterministic colorScheme/viewport
// so the rendered design is stable across runs.
const ORY_FREE = /(visual|language)\.spec\.ts$/;
const ORY_FREE = /\/(visual|language)\.spec\.ts$/;
export default defineConfig({
testDir: ".",