Skip to content

Commit e64e0bf

Browse files
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 research
1 parent c1ef40e commit e64e0bf

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

cmd/prism-gui/frontend/playwright.config.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,6 @@ export default defineConfig({
6666
{
6767
name: 'webkit',
6868
use: { ...devices['Desktop Safari'] },
69-
},
70-
71-
// LocalStack testing project
72-
{
73-
name: 'chromium-localstack',
74-
use: {
75-
...devices['Desktop Chrome'],
76-
},
77-
testMatch: /.*\.spec\.ts/,
78-
grep: /@localstack/, // Only run tests tagged with @localstack
7969
}
8070
],
8171

0 commit comments

Comments
 (0)