Skip to content
doraval
Esc
navigateopen⌘Jpreview
On this page

R013 · scenario-file-valid

scenarios.yaml is valid

What Checks that scenarios.yaml parses and has the expected scenario structure (when the file exists).
Why Scenarios turn “test before you ship” into data dora can re-run. Invalid YAML cannot evaluate triggers.

How to fix

Fix YAML syntax and required fields. Include at least:

  • one case the skill should handle
  • one case it should not fire
  • optionally one edge case

Name a success criterion per scenario. Coverage is judged under R027.

Was this page helpful?