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

@@ -89,10 +89,10 @@ The skill runs non-interactively by default (HTML report does not auto-open), ma
### Quick Start: Ensure E2E Environment is Ready
Before running tests, ensure the Docker E2E environment is running:
Before running tests, ensure the Docker E2E environment is running. Rebuild when application or Docker build inputs change. If only tests or docs changed and the container is already healthy, skip rebuild.
```bash
# Start/rebuild E2E Docker container (recommended before testing)
# Start/rebuild E2E Docker container (required when app/runtime inputs change)
.github/skills/scripts/skill-runner.sh docker-rebuild-e2e
# Or for a complete clean rebuild: