[Gradle, JS] Add test on node js single platform project

^KT-40527 fixed
This commit is contained in:
Ilya Goncharov
2020-07-21 14:59:09 +03:00
parent cb60b9e59c
commit af367b01ec
9 changed files with 86 additions and 3 deletions
@@ -217,8 +217,13 @@ public class YamlNewWizardProjectImportTestGenerated extends AbstractYamlNewWiza
}
@TestMetadata("singlePlatformJsBrowser")
public void testSingleplatformJs() throws Exception {
public void testSingleplatformJsBrowser() throws Exception {
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/buildFileGeneration/singlePlatformJsBrowser/");
}
@TestMetadata("singlePlatformJsNode")
public void testSingleplatformJsNode() throws Exception {
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/buildFileGeneration/singlePlatformJsNode/");
}
}
}