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

Commit 92b0f97

Browse files
authored
Merge pull request #2 from Lakshya1605/Update
Updated quickstart info in README.md
2 parents 4cb06ab + c8551f4 commit 92b0f97

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,14 @@ Using a test runner like [behave], you can generate documents for each feature,
5555
take a snapshot of this step.
5656
"""
5757
context.docs.end_step(context, step)
58-
5958

6059

60+
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:
61+
$ cd livingdocs
62+
$ hugo
63+
64+
You will now have a static living docs site in the livingdocs/public directory.
65+
6166

6267
Development
6368
-----------

0 commit comments

Comments
 (0)