scrut 0.4.3

A simple and powerful test framework for CLI applications
Documentation
import OssTutorialNote from '../fb/components/_oss-tutorial-note.md';

# Next Up

<FbInternalOnly><OssTutorialNote /></FbInternalOnly>

Well done! You have learned how to use Scrut to write tests for your CLI.

**Here are your next steps:**

- Dive into the Reference and learn more about:
  - How you can use [inline configuration]/docs/reference/fundamentals/inline-configuration/ per-document or per-test-case
  - How the [Markdown Format]/docs/reference/formats/markdown-format/ differs from the [Cram Format]/docs/reference/formats/cram-format/
  - What other [environment variables]/docs/reference/fundamentals/environment-variables/ are available
  - How to conditionally skip tests using [exit codes]/docs/reference/behavior/exit-codes/
  - The additional [output expectations]/docs/reference/fundamentals/output-expectations/ that exist
  - How Scrut [executes tests]/docs/reference/behavior/execution-model/ under the hood
  - and much more
- Learn how to integrated Scrut in your CI/CD
  - [Running Scrut in Docker Container]/docs/integration/docker/
  - [Scrut as a GitHub Action]/docs/integration/github-action/
<FbInternalOnly>
- Learn about [Getting Started in Meta]/docs/fb/getting-started/
</FbInternalOnly>