angular-cn/aio/content/examples/component-interaction/example-config.json

12 lines
147 B
JSON

{
"e2e": [
{
"cmd": "yarn",
"args": [
"e2e",
"--no-webdriver-update",
"--port={PORT}"
]
}
]
}