I want to have automatic configuration for types in cucumber 7 , do you know how can I config typeregistryconfigurer
in cucumber 7 ?
Asked
Active
Viewed 840 times
2

Tohid Makari
- 1,700
- 3
- 15
- 29
-
2You don't have to any more. You can use annotations https://github.com/cucumber/cucumber-jvm/tree/main/cucumber-java#transformers – M.P. Korstanje Nov 17 '22 at 17:16
1 Answers
1
Instead of typeregistryconfigurer
, we need to use provided annotations in cucumber 7 like @DataTableType

Tohid Makari
- 1,700
- 3
- 15
- 29