Commit e64e0bf
committed
test(e2e): Remove LocalStack project from Playwright configuration
Remove the chromium-localstack project configuration as part of transitioning
from LocalStack E2E testing to real AWS testing.
LocalStack is an AWS service emulator for backend integration testing and
cannot support browser-based E2E tests of React frontend navigation. The
tests now run against real AWS using the standard chromium project.
Changes:
- Removed chromium-localstack project configuration (lines 71-79)
- All E2E tests now use chromium project with real AWS integration
- Completes LocalStack removal initiated in previous commit
References:
- /tmp/LOCALSTACK_WEEK1_FINAL_STATUS.md - Decision rationale
- /tmp/LOCALSTACK_RESEARCH_FINDINGS.md - Technical research1 parent c1ef40e commit e64e0bf
1 file changed
+0
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | 69 | | |
80 | 70 | | |
81 | 71 | | |
| |||
0 commit comments