From da70b4d90495356893c3f721e4828e547498cd48 Mon Sep 17 00:00:00 2001 From: gedi Date: Fri, 10 Jun 2016 22:09:31 +0300 Subject: [PATCH] update readme with vendor issue note and a tutorial reference --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f9cc41d..e068d0d 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,13 @@ themselves from costly regressions. go get github.com/DATA-DOG/godog/cmd/godog +**Note:** currently godog cannot manage **vendor** directory dependencies, +[#35](https://github.com/DATA-DOG/godog/issues/35). + ### Example -The following example can be [found here](https://github.com/DATA-DOG/godog/tree/master/examples/godogs). +The following example can be [found +here](https://github.com/DATA-DOG/godog/tree/master/examples/godogs). #### Step 1 @@ -172,6 +176,10 @@ Now when you run the `godog godog.feature` again, you should see: more events, like **AfterStep** to test against an error and print more details about the error or state before failure. Or **BeforeSuite** to prepare a database. +### References and Tutorials + +- [how to use godog by semaphoreci](https://semaphoreci.com/community/tutorials/how-to-use-godog-for-behavior-driven-development-in-go) + ### Documentation See [godoc][godoc] for general API details.