Junie is pretty stupid when it comes to kotest tes...
# kotest-contributors
l
Junie is pretty stupid when it comes to kotest tests. Is there any chance we can support the syntax it uses for integration purposes? Current workaround is to use AGENTS.md and tell it to always use ./gradlew test instead of trying to execute the single test, but it's non-optimal
e
how does it run junit tests?
l
By running
gradlew test --test 'test'
with the test name as this argument
s
With the full test path?
l
Yes, I think it is
s
Can you supply a real example as it should work
l
I should be able to tell Junie "Run the tests" and it should identify that it's a Kotest test. Otherwise it won't work
It doesn't identify. It tries to treat them like JUnit tests and fails to find any test