Fix 'Test: stdlib-js public kotlin api test' IDEA run configuration

Moving tests to another package made the IDEA run configuration obsolete.
To prevent this problem in the future a separate task (jsStdlibApiTest)
was introduced. The task is run in TC and will fail if the tests are missing.

Merge-request: KT-MR-8128
Merged-by: Abduqodiri Qurbonzoda <abduqodiri.qurbonzoda@jetbrains.com>
This commit is contained in:
Abduqodiri Qurbonzoda
2023-01-07 12:30:52 +00:00
committed by Space Team
parent 0e23ffcec9
commit 4af0f110c7
3 changed files with 24 additions and 4 deletions
@@ -4,7 +4,7 @@
<option name="executionName" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="externalSystemIdString" value="GRADLE" />
<option name="scriptParameters" value=":js:js.tests:cleanTest :js:js.tests:test --tests &quot;org.jetbrains.kotlin.js.testOld.ApiTest&quot; -Poverwrite.output=true --parallel" />
<option name="scriptParameters" value=":js:js.tests:cleanTest :js:js.tests:jsStdlibApiTest -Poverwrite.output=true --parallel" />
<option name="taskDescriptions">
<list />
</option>