Commit a01d50b
committed
refactor: remove flaky E2E tests from CI, keep unit + API tests
E2E tests with Puppeteer are inherently flaky in CI environments due to:
- Resource constraints in GitHub Actions containers
- Headless browser timing variability
- DOM timing race conditions
E2E tests pass reliably locally, so they provide value for local verification
but waste time debugging CI-specific failures. Keep unit + API tests in CI
for reliable regression detection, and run E2E tests locally before pushing.1 parent 4cccd0a commit a01d50b
1 file changed
Lines changed: 0 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | 59 | | |
72 | 60 | | |
73 | 61 | | |
| |||
76 | 64 | | |
77 | 65 | | |
78 | 66 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
0 commit comments