Probitas Run

Running and validating Probitas scenarios. Use when executing tests, running scenarios, or debugging test failures. Use when this capability is needed.

tomevault-io 88804f0 2 files · 1.6 KB Updated

File contents

Instructions

Run /probitas-run command (or /probitas-run <selector> with filter).

If project not initialized → run /probitas-init first.

Selector Examples

probitas run -s tag:api             # Match tag
probitas run -s "!tag:slow"         # Exclude tag
probitas run -s user                # Match scenario name

If Tests Fail

  1. Run /probitas-check for validation errors
  2. Check error messages for assertion details
  3. Verify environment variables (API_URL, DATABASE_URL)
  4. Use --verbose or --debug for more output

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/probitas-test--claude-plugins--probitas-run commit 88804f0a49

Frequently asked questions

npx skillmds@latest add tomevault-io/probitas-run