You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
663 B
663 B
TESTING
This role includes everything necessary to be tested with Molecule. The installation documentation provides a great walk-through to get started.
Running tests
Run all tests (all scenarios on all platforms):
molecule test --all
Run specific scenario (scenario default is used by default)
molecule test -s default
Don't destroy container after running the tests:
molecule test --destroy never
Run only linter
molecule lint
Run only syntax checks
molecule syntax