Fixes and handling

This commit is contained in:
Mark Tolmacs
2025-08-25 14:46:07 +02:00
parent 6317ac16ee
commit b8aae34e32
7 changed files with 3247 additions and 1597 deletions

View File

@@ -13,6 +13,8 @@ import { defineConfig, devices } from "@playwright/test";
*/
export default defineConfig({
testDir: "./excalidraw-app/tests/regression",
snapshotPathTemplate:
"{snapshotDir}/{testFileDir}/{testFileName}-snapshots/{arg}{ext}",
/* Run tests in files in parallel */
fullyParallel: true,
/* Fail the build on CI if you accidentally left test.only in the source code. */