You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like pytest can export the results of tests as junit files using "--junitxml filename", you can set options for testinfra in the molecule.yml file but looking around for ways in which I can use junit outputs if I call the scripts via testinfra.
Tried multiple variations of editing molecule.yml:
# This template expects to run with moleculew providing baseline config; add non-default settings and overrides here.
verifier:
name: testinfra
options:
junitxml: alex.xml
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello folks,
It seems like pytest can export the results of tests as junit files using "--junitxml filename", you can set options for testinfra in the molecule.yml file but looking around for ways in which I can use junit outputs if I call the scripts via testinfra.
Tried multiple variations of editing molecule.yml:
But nothing seems to do the trick.
Cheers,
Alex
Beta Was this translation helpful? Give feedback.
All reactions