molecule init & the Scenario Layout
Scaffold a test harness for a role.
Scaffold a Test Harness
The molecule init command generates a ready-to-run test setup so you do not write boilerplate by hand.
Init Inside a Role
Run init from your role's root to add a scenario without touching your existing tasks or handlers.
molecule init scenarioAll lessons in this course
- Why Test Infrastructure Code
- molecule init & the Scenario Layout
- Converge, Verify & the Test Matrix
- Idempotence & Lint in the Pipeline