Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

End-of-run summary report #4405

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

End-of-run summary report #4405

wants to merge 4 commits into from

Conversation

Qalthos
Copy link
Collaborator

@Qalthos Qalthos commented Feb 25, 2025

Partially addresses #4004

This should probably be hidden behind a flag if this gets merged as is

current output:

$ molecule test --all
INFO     Performing prerun with role_name_check=0...
[...]
INFO     Pruning extra files from scenario ephemeral directory
- name: default
  results:
  - state: PASSED
    subcommand: prepare
- name: integration_failure
  results:
  - state: PASSED
    subcommand: converge
- name: integration_key_checking
  results:
  - state: PASSED
    subcommand: converge
- name: integration_success
  results:
  - state: PASSED
    subcommand: prepare
  - state: FAILED
    subcommand: converge
  - state: PASSED
    subcommand: cleanup
  - state: PASSED
    subcommand: destroy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

1 participant