I need run all tests from my multimodule project using IDE. Like I do it using maven. I can run it by running all tests from specific package. But I need corresponding working directory ($MODULE_DIR$) for tests from each module. How can I do it?
I need run all tests from my multimodule project using IDE. Like I do
Share
Set working directory to
$MODULE_DIR$in the template (Default) run configuration that you are using. All the new configurations of this type will inherit this default setting.