From 1097de4384591ccdb0ec8a1e8be39060a2a966c8 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Tue, 29 Oct 2019 15:04:21 +0000 Subject: [PATCH] test(ivy): i18n - reenable ivy i18n runtime integration test (#33462) PR Close #33462 --- integration/cli-hello-world-ivy-i18n/angular.json | 2 +- integration/cli-hello-world-ivy-i18n/package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/integration/cli-hello-world-ivy-i18n/angular.json b/integration/cli-hello-world-ivy-i18n/angular.json index 8d51e9354ca0ee..60f063fc4cae18 100644 --- a/integration/cli-hello-world-ivy-i18n/angular.json +++ b/integration/cli-hello-world-ivy-i18n/angular.json @@ -177,7 +177,7 @@ }, "runtime-translations": { "devServerTarget": "cli-hello-world-ivy-i18n:serve:runtime-translations", - "protractorConfig": "e2e/fr/protractor.conf.js" + "protractorConfig": "e2e/runtime/protractor.conf.js" }, "translated-legacy": { "devServerTarget": "", diff --git a/integration/cli-hello-world-ivy-i18n/package.json b/integration/cli-hello-world-ivy-i18n/package.json index eeacb4713f2397..ae3d32944b8206 100644 --- a/integration/cli-hello-world-ivy-i18n/package.json +++ b/integration/cli-hello-world-ivy-i18n/package.json @@ -13,6 +13,7 @@ "pretest": "ng version", "test": "ng test && yarn e2e --configuration=ci && yarn e2e --configuration=ci-production && yarn translated:test && yarn translated:legacy-xlf:test && yarn translated:legacy-xmb:test", "translate": "localize-translate -r \"dist/\" -s \"**/*\" -l \"en-US\" -t \"src/locales/messages.de.json\" \"src/locales/messages.fr.json\" -o \"../tmp/translations/{{LOCALE}}\"", + "runtime:test": "yarn e2e --configuration=runtime-translations", "translated:test": "yarn build && yarn translate && yarn translated:fr:e2e && yarn translated:de:e2e && yarn translated:en:e2e", "translated:fr:serve": "serve ../tmp/translations/fr --listen 4200", "translated:fr:e2e": "npm-run-all -p -r translated:fr:serve \"ng e2e --configuration=translated-fr\"",