Commit 788d79e
Matthew Valancy
fix: configure Chromium-only testing until Firefox/WebKit deps installed
The playwright config was trying to run tests on Firefox and WebKit browsers
that weren't installed with system dependencies. This caused 64% test failure
rate even though the application was working correctly.
Changes:
- Comment out Firefox and WebKit browser configurations
- Tests now run only on Chromium (which has all dependencies)
- Reduces false negatives in test results
- Browsers can be re-enabled after running: sudo npx playwright install-deps1 parent c6044b3 commit 788d79e
1 file changed
Lines changed: 9 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
44 | 45 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
0 commit comments