[MPP, tests] Rearrange functional tests

Split tests into groups: unit tests, regression tests and
ide importing tests. Create additional run configurations for them.

KT-55530
This commit is contained in:
Pavel Kirpichenkov
2022-12-27 18:31:37 +02:00
committed by Space Team
parent 43eea47032
commit cee5d568a5
92 changed files with 362 additions and 237 deletions
@@ -0,0 +1,25 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Test: Kotlin Gradle Plugin / functionalTest / regression" type="GradleRunConfiguration" factoryName="Gradle" folderName="Tests">
<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=":kotlin-gradle-plugin:functionalTest" />
<option value="--tests" />
<option value="&quot;org.jetbrains.kotlin.gradle.regression.*&quot;" />
</list>
</option>
<option name="vmOptions" />
</ExternalSystemSettings>
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
<DebugAllEnabled>false</DebugAllEnabled>
<method v="2" />
</configuration>
</component>