angular/aio/content/examples/angular-compiler-options/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

19 lines
No EOL
342 B
JSON

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