Skip to content

Commit 37cbe24

Browse files
committed
test: [#326] add E2E blackbox tests and manual test documentation for render command
1 parent cda015c commit 37cbe24

File tree

6 files changed

+1019
-0
lines changed

6 files changed

+1019
-0
lines changed

docs/e2e-testing/manual/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,17 @@ ls data/manual-test 2>/dev/null || echo "Cleaned up successfully"
475475

476476
After deploying your environment, you may want to verify that specific services are working correctly. The following guides provide detailed verification steps for each supported service:
477477

478+
### Render Command
479+
480+
The render command generates deployment artifacts without provisioning infrastructure. See the [Render Verification Guide](render-verification.md) for detailed steps to:
481+
482+
- Generate artifacts using `--env-name` mode (from existing environment)
483+
- Generate artifacts using `--env-file` mode (directly from config)
484+
- Compare rendered artifacts with provision command output
485+
- Verify artifact completeness (all 8 services)
486+
- Test idempotency and error handling
487+
- Understand artifact equivalence testing
488+
478489
### Torrust Tracker
479490

480491
The tracker is the core service deployed by this tool. See the [Tracker Verification Guide](tracker-verification.md) for detailed steps to:

0 commit comments

Comments
 (0)