diff options
| author | Eugen Wissner <belka@caraus.de> | 2018-12-27 08:47:18 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2018-12-27 08:47:18 +0100 |
| commit | fe4f62ff1a3346476aa6f4d025324d7d6cecf952 (patch) | |
| tree | 6459e0bf13bf6199f817ec944319a9572e01bd24 /README.md | |
| parent | 0e8f395f7a9c422860f3f4c161788aca009d9889 (diff) | |
| download | cucumber-js-demo-fe4f62ff1a3346476aa6f4d025324d7d6cecf952.tar.gz | |
Add an example that reuses a step definition
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |
