I have a project in Intellij, with step definitions spread over several classes. When I run my feature file, it will find the first step definition, but not the other ones (they are in a different class). If I move the other step definitions to that same class as the first step, then it finds them... I'm certain that step definitions for one feature file don't have to be in one single java class, ie it is possible to have step definitions spread over different classes. What am I missing?
