We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9824ab2 commit a4a9b96Copy full SHA for a4a9b96
docs/upgrade_v5.md
@@ -52,6 +52,12 @@ Before { _ =>
52
53
See also the [Hooks documentation](hooks.md).
54
55
+## Transformers
56
+
57
+If you are using transformers defined with `TypeRegistryConfigurer`, please note that this is now deprecated in Cucumber Core.
58
59
+The recommended way to define transformers is to define them in glue code. See [Transformers](./transformers.md).
60
61
## Under the hood
62
63
### Instantiate glue classes per scenario
0 commit comments