Skip to content

Commit ad0b272

Browse files
committed
docs: [#246] mark E2E test configuration tasks complete
Created three E2E test configurations for Grafana testing: - envs/e2e-deployment-with-grafana.json (full stack) - envs/e2e-deployment-grafana-no-prometheus.json (validation error test) - envs/manual-test-grafana.json (manual testing) Verified Grafana-without-Prometheus validation error works correctly with clear error message and fix instructions. Note: Config files are in gitignored envs/ directory (user-specific). Related: #246
1 parent 2b07e8e commit ad0b272

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/issues/246-grafana-slice-release-run-commands.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -626,9 +626,10 @@ fn create_environment_from_config(config: UserInputs) -> Result<Environment, Con
626626

627627
1. **E2E Test Configuration**:
628628

629-
- [ ] Create test environment config with Grafana enabled: `envs/e2e-deployment-with-grafana.json`
630-
- [ ] Create test environment config without Grafana: `envs/e2e-deployment-no-grafana.json` (already exists)
631-
- [ ] Create test environment config to test validation error: `envs/e2e-deployment-grafana-no-prometheus.json`
629+
- [x] Create test environment config with Grafana enabled: `envs/e2e-deployment-with-grafana.json`
630+
- [x] ~~Create test environment config without Grafana: `envs/e2e-deployment-no-grafana.json`~~ (already exists as `e2e-deployment-no-prometheus.json`)
631+
- [x] Create test environment config to test validation error: `envs/e2e-deployment-grafana-no-prometheus.json`
632+
- [x] Verify validation error works correctly (tested - clear error message with fix instructions)
632633

633634
2. **E2E Validation Extension** (`tests/e2e/validators/`):
634635

0 commit comments

Comments
 (0)