Skip to content

Commit

Permalink
test(ivy): i18n - reenable ivy i18n runtime integration test (#33462)
Browse files Browse the repository at this point in the history
PR Close #33462
  • Loading branch information
petebacondarwin authored and AndrewKushnir committed Oct 29, 2019
1 parent f4160b5 commit d1246a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion integration/cli-hello-world-ivy-i18n/angular.json
Expand Up @@ -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": "",
Expand Down
1 change: 1 addition & 0 deletions integration/cli-hello-world-ivy-i18n/package.json
Expand Up @@ -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\"",
Expand Down

0 comments on commit d1246a1

Please sign in to comment.