https://github.com/angular/angular
Raw File
Tip revision: dd0722fd1fa6f6fa4ea92370b2b4d6845edb49fa authored by Dylan Hunn on 05 October 2021, 00:22:05 UTC
release: cut the v13.0.0-next.11 release (#43707)
Tip revision: dd0722f
example-config.json
{
  "projectType": "testing",
  "tests": [
    {"cmd": "yarn", "args": ["test", "--browsers=ChromeHeadless", "--no-watch"]},
    {"cmd": "yarn", "args": ["e2e", "--configuration=production", "--protractor-config=e2e/protractor-puppeteer.conf.js", "--no-webdriver-update", "--port={PORT}"]}
  ]
}
back to top