summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2018-12-27 08:47:18 +0100
committerEugen Wissner <belka@caraus.de>2018-12-27 08:47:18 +0100
commitfe4f62ff1a3346476aa6f4d025324d7d6cecf952 (patch)
tree6459e0bf13bf6199f817ec944319a9572e01bd24 /README.md
parent0e8f395f7a9c422860f3f4c161788aca009d9889 (diff)
downloadcucumber-js-demo-fe4f62ff1a3346476aa6f4d025324d7d6cecf952.tar.gz
Add an example that reuses a step definition
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7db7e9c..f56fd72 100644
--- a/README.md
+++ b/README.md
@@ -47,3 +47,11 @@ Shows how to use promises and `async`/`await` when testing asynchronous code.
### ts
Defining steps in TypeScript.
+
+### type-parser
+
+Defines custom parameter types.
+
+### reuse
+
+Suggests a way to reuse step definitions.