v5.2.0: undo/redo, version history, embedded AI assistant, mobile builder & more (#3205)

This commit is contained in:
Amruth Pillai
2026-07-04 14:57:25 +02:00
committed by GitHub
parent 09bc6ec521
commit 57e9c8c487
181 changed files with 46794 additions and 11348 deletions
+2 -2
View File
@@ -8,9 +8,9 @@ export default defineConfig({
testDir: "./tests/e2e/specs",
fullyParallel: true,
forbidOnly: isCI,
retries: isCI ? 2 : 0,
retries: 0,
workers: isCI ? 2 : undefined,
timeout: 60_000,
timeout: 30_000,
expect: {
timeout: 10_000,
},