diff --git a/src/pfe/file-watcher/server/test/functional-test/configs/app.config.ts b/src/pfe/file-watcher/server/test/functional-test/configs/app.config.ts index b0653f5e7..42d1a96e8 100644 --- a/src/pfe/file-watcher/server/test/functional-test/configs/app.config.ts +++ b/src/pfe/file-watcher/server/test/functional-test/configs/app.config.ts @@ -52,20 +52,20 @@ export const extensionPaths: any = { export const projectTypes: any = { [codewindTemplates.default]: [ projecLanguges.liberty, - // projecLanguges.nodejs, - // projecLanguges.spring, - // projecLanguges.swift + projecLanguges.nodejs, + projecLanguges.spring, + projecLanguges.swift ], - // [codewindTemplates.docker]: [ - // projecLanguges.go, - // projecLanguges.lagom, - // projecLanguges.python - // ], - // [codewindTemplates.odo]: process.env.IN_K8 ? [ - // projecLanguges.nodejs, - // projecLanguges.perl, - // projecLanguges.python - // ] : [] + [codewindTemplates.docker]: [ + projecLanguges.go, + projecLanguges.lagom, + projecLanguges.python + ], + [codewindTemplates.odo]: process.env.IN_K8 ? [ + projecLanguges.nodejs, + projecLanguges.perl, + projecLanguges.python + ] : [] }; export const templateNames: any = { diff --git a/src/pfe/file-watcher/server/test/functional-test/functional.test.ts b/src/pfe/file-watcher/server/test/functional-test/functional.test.ts index 22f41490e..df1ea144f 100644 --- a/src/pfe/file-watcher/server/test/functional-test/functional.test.ts +++ b/src/pfe/file-watcher/server/test/functional-test/functional.test.ts @@ -75,7 +75,7 @@ describe("PFE - functional test", () => { }); function runAllTests(): void { - // genericSuite.runTest(); + genericSuite.runTest(); for (const chosenTemplate of _.shuffle(Object.keys(projectTypes))) { for (const chosenProject of _.shuffle(projectTypes[chosenTemplate])) { if (process.env.TURBINE_PERFORMANCE_TEST) {