fix(e2e): more falsely failed e2e tests

This commit is contained in:
Ralph Khreish
2025-07-17 20:59:18 +03:00
parent 12b4aa7e59
commit 4361f6dd21
5 changed files with 65 additions and 92 deletions

View File

@@ -97,7 +97,7 @@ export default {
'<rootDir>/tests/e2e/**/parse-prd.test.js',
'<rootDir>/tests/e2e/**/generate.test.js',
'<rootDir>/tests/e2e/**/analyze-complexity.test.js',
'<rootDir>/tests/e2e/**/update-tasks.test.js'
'<rootDir>/tests/e2e/**/update.test.js'
],
// Heavy AI tests run sequentially to avoid rate limits
maxWorkers: 1,