Skip to content

A Living Documentation platform for BDD (Gherkin) specifications.

License

Notifications You must be signed in to change notification settings

dotnetprofessional/LiveDoc

Repository files navigation

logo

LiveDoc

A Living Documentation platform for BDD projects using a javascript/typescript testing library. The project is made up of two parts:

  • Part I: A Gherkin language extension for mochajs. The mocha extension can be found here: livedoc-mocha.

Mocha Test Result

  • Part II: provide a reporting tools for displaying the output of the specifications. This phase is where we take the test output in Gherkin and make it usable as Living Documentation. The idea is to make navigation and discovery of the specifications easy and insightful. Today livedoc-mocha provides the ability to export a rich json file to build custom reports.