New project
Fastest path: install the CLI, scaffold config, wire Keys references, run one suite locally, then add CI.
Recommended sequence (mirrors the walkthrough):
- Phase 1 — Install the CLI; run
doctorandvalidate. - Add
restormel-testing.yaml(initwrites a valid starter). - Phase 2 — Wire Keys using logical refs (no raw secrets in YAML).
- Define your first goal in Phase 3 — First goal and Test definition.
- Phase 4 — Local run and inspect artefacts.
- Phase 5 — CI, then Verification strategy.
pnpm exec testing init pnpm exec testing doctor --config restormel-testing.yaml pnpm exec testing validate --config restormel-testing.yaml
The snippet assumes this monorepo after pnpm install and pnpm run build:testing-packages. For install from npm once
published, see docs/testing/oss-consumption.md.