E2E test for fixing errors (#351)

This commit is contained in:
Will Chen
2025-06-05 23:29:52 -07:00
committed by GitHub
parent d3fbb48472
commit 4907fcafd8
10 changed files with 140 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ const config: PlaywrightTestConfig = {
workers: 1,
retries: process.env.CI ? 1 : 0,
// maxFailures: 1,
timeout: process.env.CI ? 120_000 : 30_000,
timeout: process.env.CI ? 180_000 : 30_000,
// Use a custom snapshot path template because Playwright's default
// is platform-specific which isn't necessary for Dyad e2e tests
// which should be platform agnostic (we don't do screenshots; only textual diffs).