mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
7 lines
296 B
JSON
7 lines
296 B
JSON
{
|
|
"projectType": "testing",
|
|
"tests": [
|
|
{"cmd": "yarn", "args": ["test", "--browsers=ChromeHeadlessNoSandbox", "--no-watch"]},
|
|
{"cmd": "yarn", "args": ["e2e", "--configuration=production", "--protractor-config=e2e/protractor-bazel.conf.js", "--no-webdriver-update", "--port=0"]}
|
|
]
|
|
}
|