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
8 lines
287 B
JSON
8 lines
287 B
JSON
{
|
|
"projectType": "testing",
|
|
"tests": [
|
|
{"cmd": "yarn", "args": ["test", "--browsers=ChromeHeadless", "--no-watch"]},
|
|
{"cmd": "yarn", "args": ["e2e", "--configuration=production", "--protractor-config=e2e/protractor-bazel.conf.js", "--no-webdriver-update", "--port=0"]}
|
|
]
|
|
}
|