angular-cn/aio/content/examples/i18n/example-config.json

15 lines
239 B
JSON

{
"projectType": "i18n",
"tests": [
{
"cmd": "yarn",
"args": [
"e2e",
"--protractor-config=e2e/protractor-puppeteer.conf.js",
"--no-webdriver-update",
"--port={PORT}"
]
}
]
}