https://github.com/angular/angular
Raw File
Tip revision: 0c36f821343036dc37cb2246f70e3163dbe68af7 authored by Jessica Janiuk on 02 February 2022, 19:39:30 UTC
release: cut the v14.0.0-next.1 release (#44951)
Tip revision: 0c36f82
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