Add favicon and update configuration files

This commit is contained in:
2026-03-31 01:36:05 +02:00
parent 4a260c4ebc
commit 03ee9fab5a
4 changed files with 24 additions and 8 deletions

View File

@@ -2,6 +2,7 @@ import { defineConfig, devices } from "@playwright/test";
export default defineConfig({
testDir: "./tests/e2e",
testMatch: ["**/*.e2e.ts"],
timeout: 30_000,
expect: {
timeout: 5_000