Skip to main content

morphir itest

  • Usage: morphir itest [FLAGS] [ROOT]

Run Markdown and Gherkin example scenarios through real CLI processes

Arguments​

  • [ROOT] — Directory to search recursively for scenarios.md, .feature and .feature.md files

    Default: examples

Flags​

  • --filter <FILTER> — Select an example path, category or Markdown path#scenario relative to the search root
  • --tag <TAGS>… — Require this exact tag; repeat to require all supplied tags
  • --list — List matching scenarios and their purpose without executing commands
  • --keep-temp — Retain isolated projects, homes and per-step logs for diagnosis
  • --report-dir <DIR> — Write the suite reports (itest.json, itest.xml) to this directory and keep them; MORPHIR_BDD_OUT does the same when this is not given. Without either, the reports go to a temporary directory that the run removes