mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
7a134cf41a
Replaces the workflow where all example e2es are run at once
18 lines
281 B
JSON
18 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"
|
|
]
|
|
}
|
|
]
|
|
}
|