I want to create a JUnit run configuration with all tests in my project, but I only want to include a certain JUnit category.
In Maven, I would have an argument like -Dgroups=com.categories.my
.
Is there any kind of a program argument or how am I supposed to do this?
Thanks in Advance!