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

@@ -197,7 +197,7 @@ main() {
export PLAYWRIGHT_SKIP_SECURITY_DEPS="${PLAYWRIGHT_SKIP_SECURITY_DEPS:-1}"
# Debug runs should not start the Vite dev server by default
export PLAYWRIGHT_COVERAGE="${PLAYWRIGHT_COVERAGE:-0}"
set_default_env "PLAYWRIGHT_BASE_URL" "http://localhost:8080"
set_default_env "PLAYWRIGHT_BASE_URL" "http://127.0.0.1:8080"
# Enable Inspector if requested
if [[ "${INSPECTOR}" == "true" ]]; then