Cucumber JUnit 5 mvn – no tests were found
I have a problem setting up the correct ecosystem for tests. I was following other projects, although they used Gradle, which shouldn’t have a significant impact. The issue arises when I try to use the Runner with JUnit. Every time, I get ‘No tests were found’. I’ve tried different paths, but it didn’t help. In my opinion, the project structure is correct, and the code should be able to reach the steps without any issues.