fix: update E2E container rebuild instructions for clarity and efficiency across multiple documentation files

This commit is contained in:
GitHub Actions
2026-02-07 23:47:30 +00:00
parent f6b03f8330
commit f1782a574d
7 changed files with 27 additions and 14 deletions

View File

@@ -84,7 +84,7 @@ Runs Playwright end-to-end tests with code coverage collection using `@bgotink/p
- Node.js 18.0 or higher installed and in PATH
- Playwright browsers installed (`npx playwright install`)
- `@bgotink/playwright-coverage` package installed
- Charon application running (default: `http://localhost:8080`)
- Charon application running (default: `http://localhost:8080`, use `docker-rebuild-e2e` when app/runtime inputs change or the container is not running)
- Test files in `tests/` directory using coverage-enabled imports
## Usage