Commit 13405a5
authored
ci(e2e): clarify scenario dry-run summary (#4656)
## Summary
Clarifies the GitHub Step Summary emitted by the scenario workflow so
maintainers can see that it ran the typed dry-run path. The summary now
renders scenario, manifest, expected state, suite, and phase data from
the typed run-plan artifact.
## Related Issue
Refs #3588.
## Changes
- Rename the summary step to `Append typed dry-run summary`.
- Add an explicit typed dry-run mode note to the workflow summary.
- Render `.e2e/run-plan.json` as a compact markdown table with fallback
text when no plan artifact exists.
## Type of Change
- [x] Code change (feature, bug fix, or refactor)
- [ ] Code change with doc updates
- [ ] Doc only (prose changes, no code sample modifications)
- [ ] Doc only (includes code sample changes)
## Verification
- [ ] `npx prek run --all-files` passes
- [ ] `npm test` passes
- [ ] Tests added or updated for new or changed behavior
- [x] No secrets, API keys, or credentials committed
- [ ] Docs updated for user-facing behavior changes
- [ ] `npm run docs` builds without warnings (doc changes only)
- [ ] Doc pages follow the [style
guide](https://github.com/NVIDIA/NemoClaw/blob/main/docs/CONTRIBUTING.md)
(doc changes only)
- [ ] New doc pages include SPDX header and frontmatter (new pages only)
Additional verification run:
- `npx prek run --files .github/workflows/e2e-scenarios.yaml`
- `npx vitest run --project e2e-scenario-framework
test/e2e-scenario/framework-tests/e2e-scenarios-workflow.test.ts
--silent=false --reporter=default`
---
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Chores**
* Enhanced E2E scenario test reporting in CI workflows. The test summary
now displays comprehensive scenario execution details in a structured
Markdown table format when available, including scenario identifiers,
test suite information, and execution phases. Improved fallback options
gracefully handle missing or unavailable structured artifacts.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
---------
Signed-off-by: Carlos Villela <cvillela@nvidia.com>1 parent df2b86a commit 13405a5
1 file changed
Lines changed: 35 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
327 | | - | |
| 327 | + | |
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
335 | 365 | | |
336 | 366 | | |
337 | 367 | | |
| |||
0 commit comments