ansible / molecule

Molecule aids in the development and testing of Ansible content: collections, playbooks and roles
https://ansible.readthedocs.io/projects/molecule/
MIT License
3.89k stars 664 forks source link

RFE: Summary reporting when running multiple scenarios #4004

Open cidrblock opened 1 year ago

cidrblock commented 1 year ago

As a user I want to see a summry of pass/fail per scenario when running mutiple scenarios.

Output similar to either pytest or tox would be useful when running

molecule test --all

or

molecule test --all-except default

Related #4003

Qalthos commented 2 months ago

Scenarios presently don't retain this information, but all scenario objects are still accessible to molecule after they finish running, so if they did hold on to their results, molecule could organize that information pretty easily.