2

I want to have automatic configuration for types in cucumber 7 , do you know how can I config typeregistryconfigurer in cucumber 7 ?

Tohid Makari
  • 1,700
  • 3
  • 15
  • 29
  • 2
    You 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 Answers1

1

Instead of typeregistryconfigurer , we need to use provided annotations in cucumber 7 like @DataTableType

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