Scenario
I generate the CommandHandler fixture tests in target/generated-test-sources. However, when I tell IDEA to runn all tests, it only runs the tests in src/test/kotlin. Only when I explicitly execute the generated tests, I get the expected results.
mvn verify executes the complete test suite.
Wanted
Tests should be executed in IDEA as well. We should find a working configuration or consider generating tests in srec/test/kotlin
Scenario
I generate the CommandHandler fixture tests in target/generated-test-sources. However, when I tell IDEA to runn all tests, it only runs the tests in src/test/kotlin. Only when I explicitly execute the generated tests, I get the expected results.
mvn verify executes the complete test suite.
Wanted
Tests should be executed in IDEA as well. We should find a working configuration or consider generating tests in srec/test/kotlin