-
|
These discussions haven't been active for a while, so I am doubtful that this will reach anyone, but if it's possible to execute a singular test case instead of the whole test suite it would be nice to know! My use case is that I am debugging the tests to fix something, but running all the tests over and over isn't ideal when I only need one or two test cases to actually run. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
The way we do that is by running the tests wit junit in intellij. If there is a Gradle icon when you run tests, it won't work. Then you can select individual tests and rerun just that one. |
Beta Was this translation helpful? Give feedback.
-
|
I'm going to keep this unmarked because JUnit by itself doesn't seem to be working with SingleClassesTest test classes because they don't seem to be using junit? |
Beta Was this translation helpful? Give feedback.
-
|
@jaskarth has helped me further in the discord and it is now working, though the original answer is still correct. |
Beta Was this translation helpful? Give feedback.
The way we do that is by running the tests wit junit in intellij. If there is a Gradle icon when you run tests, it won't work. Then you can select individual tests and rerun just that one.