You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/support_files/api_reference.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -69,8 +69,9 @@ Defines a hook which is run after each step.
69
69
*`tags`: String tag expression used to apply this hook to only specific scenarios. See [cucumber-tag-expressions](https://docs.cucumber.io/tag-expressions/) for more information.
70
70
*`timeout`: A hook-specific timeout, to override the default timeout.
71
71
*`fn`: A function, defined as follows:
72
-
* The first argument will be an object of the form `{pickle, gherkinDocument, result, testCaseStartedId, testStepId}`
73
-
* The pickle object comes from the [gherkin](https://github.com/cucumber/cucumber/tree/gherkin/v15.0.2/gherkin) library. See `testdata/good/*.pickles.ndjson` for examples of its structure.
72
+
* The first argument will be an object of the form `{pickle, pickleStep, gherkinDocument, result, testCaseStartedId, testStepId}`
73
+
* The `pickle` object comes from the [gherkin](https://github.com/cucumber/cucumber/tree/gherkin/v15.0.2/gherkin) library. See `testdata/good/*.pickles.ndjson` for examples of its structure.
74
+
* The `pickleStep` is the step in the `pickle` that this hook has been invoked for
74
75
* When using the asynchronous callback interface, have one final argument for the callback function.
75
76
76
77
`options` can also be a string as a shorthand for specifying `tags`.
0 commit comments