1
0

Add an example that reuses a step definition

This commit is contained in:
2018-12-27 08:47:18 +01:00
parent 0e8f395f7a
commit fe4f62ff1a
6 changed files with 2082 additions and 0 deletions

View File

@@ -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.