<Configure set of parameters for a Junit5 paramete...
# stackoverflow
r
Configure set of parameters for a Junit5 parameters I have a gradle project using Kotlin and JUnit5 if it helps. Currently I have a bunch of parametrized tests to run using @MethodSource. A tests with all parameters runs for a quite long time, and during local development itn's enough to run lesser with just one value. Is it possible to define a switch or a configuration to run all tests, but with limited numbers of parameters? Solutions tested, which didn't work: Edit source method(s) everytime I need to run locally -> this leads to mistakes...