Navigation Menu

Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.

Commit

Permalink
Merge pull request #5 from danielbayerlein/fix-readme
Browse files Browse the repository at this point in the history
Fix syntax highlighting (#4)
  • Loading branch information
accraze committed Oct 9, 2016
2 parents 92b0f97 + 5c2f321 commit ed75b4d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -58,8 +58,9 @@ Using a test runner like [behave], you can generate documents for each feature,


After you have successfully ran your tests, each test step will create its own documentation (and corresponding screenshot if you are using Selenium WebDriver). These new files will be placed in livingdocs/content/features. Once you have generated these files, we can build our static Hugo site with the following commands:
$ cd livingdocs
$ hugo

$ cd livingdocs
$ hugo

You will now have a static living docs site in the livingdocs/public directory.

Expand Down

0 comments on commit ed75b4d

Please sign in to comment.