Add "Run tests" task to IntelliJ IDEA

This commit is contained in:
JeremyStar™ 2024-06-09 13:41:44 +02:00
parent 4b5f9413c1
commit 6c6b44ea19
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -91,9 +91,32 @@
<RunAsTest>false</RunAsTest>
<method v="2" />
</configuration>
<configuration name="Run tests" type="GradleRunConfiguration" factoryName="Gradle">
<ExternalSystemSettings>
<option name="executionName" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="externalSystemIdString" value="GRADLE" />
<option name="scriptParameters" value="" />
<option name="taskDescriptions">
<list />
</option>
<option name="taskNames">
<list>
<option value="test" />
</list>
</option>
<option name="vmOptions" />
</ExternalSystemSettings>
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
<DebugAllEnabled>false</DebugAllEnabled>
<RunAsTest>false</RunAsTest>
<method v="2" />
</configuration>
<list>
<item itemvalue="Gradle.Build test application" />
<item itemvalue="Gradle.Run test application" />
<item itemvalue="Gradle.Run tests" />
<item itemvalue="Gradle.Generate Javadoc" />
<item itemvalue="Gradle.Clean" />
</list>