Using a senario other than default #4027
-
I've a cp -a molecule/default molecule/foo
molecule test --scenario-name foo
CRITICAL 'molecule/foo/molecule.yml' glob failed. Exiting.
Cleaning up project directory and file based variables 00:00
ERROR: Job failed: exit code 1 Does anyone know what extra configuration / command line options are required when using a scenario that isn't called "default" I am missing? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The reason I was trying to specify a scenario to use was because I wanted to run the scenarios in a specific order, I have now solved this by naming the scenarios alphabetically… However if anyone does work out how to use |
Beta Was this translation helpful? Give feedback.
The reason I was trying to specify a scenario to use was because I wanted to run the scenarios in a specific order, I have now solved this by naming the scenarios alphabetically…
However if anyone does work out how to use
--scenario-name
I'd still be interested to know the answer.