test(app): add manual performance diagnostics (#32937)

This commit is contained in:
Luke Parker
2026-06-19 19:39:02 +02:00
committed by GitHub
parent 10ec856ff2
commit c6083a474c
26 changed files with 2656 additions and 3 deletions
+1
View File
@@ -9,6 +9,7 @@ const reuse = !process.env.CI
const workers = Number(process.env.PLAYWRIGHT_WORKERS ?? (process.env.CI ? 5 : 0)) || undefined
export default defineConfig({
testDir: "./e2e",
testIgnore: process.env.OPENCODE_PERFORMANCE === "1" ? "performance/**/*.test.ts" : "performance/**",
outputDir: "./e2e/test-results",
timeout: 60_000,
expect: {