The core acquit module
is a lightweight parser that parses BDD test syntax and comments into a
usable format for plugins.
Generate Markdown BDD Tests
The acquit-markdown plugin
converts BDD test files into markdown.
If you already have BDD tests and comments, acquit-markdown gives you
documentation with a single command.
Import BDD Tests into HTML
The acquit-require plugin
lets you import the source code of a BDD test into HTML or markdown. Take
your existing documentation, move the examples to a test file, and let your
test runner verify your examples.