angular/aio/content/examples/i18n/example-config.json
Derek Cormier 7a134cf41a build(bazel): incrementally run aio example e2e tests
Replaces the workflow where all example e2es are run at once
2022-11-22 13:51:16 -07:00

17 lines
281 B
JSON

{
"projectType": "i18n",
"overrideBoilerplate": [
"angular.json"
],
"tests": [
{
"cmd": "yarn",
"args": [
"e2e",
"--protractor-config=e2e/protractor-bazel.conf.js",
"--no-webdriver-update",
"--port=0"
]
}
]
}