fix: update Playwright test commands to use 'security-tests' project for E2E tests

This commit is contained in:
GitHub Actions
2026-02-13 18:57:50 +00:00
parent bde88d84d3
commit 8fa8748158
5 changed files with 761 additions and 363 deletions

4
.vscode/tasks.json vendored
View File

@@ -164,7 +164,7 @@
{
"label": "Test: E2E Playwright (FireFox) - Cerberus: Security Dashboard",
"type": "shell",
"command": "cd /projects/Charon && PLAYWRIGHT_HTML_OPEN=never PLAYWRIGHT_SKIP_SECURITY_DEPS=1 npx playwright test --project=firefox tests/security/security-dashboard.spec.ts",
"command": "cd /projects/Charon && PLAYWRIGHT_HTML_OPEN=never PLAYWRIGHT_SKIP_SECURITY_DEPS=1 npx playwright test --project=security-tests tests/security/security-dashboard.spec.ts",
"group": "test",
"problemMatcher": [],
"presentation": {
@@ -176,7 +176,7 @@
{
"label": "Test: E2E Playwright (FireFox) - Cerberus: Rate Limiting",
"type": "shell",
"command": "cd /projects/Charon && PLAYWRIGHT_HTML_OPEN=never PLAYWRIGHT_SKIP_SECURITY_DEPS=1 npx playwright test --project=firefox tests/security/rate-limiting.spec.ts",
"command": "cd /projects/Charon && PLAYWRIGHT_HTML_OPEN=never PLAYWRIGHT_SKIP_SECURITY_DEPS=1 npx playwright test --project=security-tests tests/security/rate-limiting.spec.ts",
"group": "test",
"problemMatcher": [],
"presentation": {