is it possible to create a Run/Debug configuration in IntelliJ that picks up only those files that match a regular expression?
I want to run all my unit tests. I do
You can run all test case in a class, after that >> select some test case by hold Ctrl and click mouse >> run, then open config run and copy the pattern to edit more..