fix: update Playwright coverage configuration and base URL for consistency across scripts

This commit is contained in:
GitHub Actions
2026-02-15 05:43:57 +00:00
parent 673efbd195
commit c8a6542c06
6 changed files with 19 additions and 18 deletions

View File

@@ -238,6 +238,7 @@ main() {
# IMPORTANT: Use Vite URL (3000) for coverage, not Docker (8080)
export PLAYWRIGHT_HTML_OPEN="${PLAYWRIGHT_HTML_OPEN:-never}"
export PLAYWRIGHT_SKIP_SECURITY_DEPS="${PLAYWRIGHT_SKIP_SECURITY_DEPS:-1}"
export PLAYWRIGHT_COVERAGE="1"
export PLAYWRIGHT_BASE_URL="${PLAYWRIGHT_BASE_URL:-http://localhost:${VITE_PORT}}"
# Log configuration